[PHP] Session problems with 4.4.5?

2007-02-15 Thread Ken Williams
Is anyone else having problems with session in 4.4.5? I'm under apache 1.3.27 in linux 2.4.34 and all my web sites break under 4.4.5. As soon as a page tries to register a session variable with session_register apache will segfault. Has worked perfectly fine for the past 2 years and like 10

[PHP] file_exists bug?

2001-08-06 Thread Ken Williams
Am I an idiot? (View this message as text) html body ? $bIsFileOne = is_file(/tmp/test.txt); # Will be true cause test.txt will exist sleep (5); # Sleep while you telnet in and remove test.txt quickly! $sTemp = `/bin/rm -R /tmp/test.txt`; # Or just remove it automatically sleep (5); # Sleep