I use __autoload to load classes, and I keep getting errors that are not found, but the file loads normally. Then, if I changed something in the file, just add a new line and save it, everything will be fine, and the class will be found. But this is a big problem, because there are thousands of files in this project, and I donβt want to change them one by one. I am using php 5.3.0 for windows.
What could be the problem?
source share