Requires php and startup

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?

+4
source share
1 answer

I found that the problem is only with php version 5.3.0 and the corresponding php_apc.dll

+1
source

Source: https://habr.com/ru/post/1305114/


All Articles