79262602

Date: 2024-12-08 14:03:30
Score: 0.5
Natty:
Report link

I had similar mystic files caching when using fgets and feof - both did not notice that underlying file was changed.

Turns out php has files/directory caching that needs to be cleared if you expect the files to get changed during php script execution:

clearstatcache();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arie Skliarouk