dmitry Fri Nov 10 11:20:58 2006 UTC
Modified files:
/php-src/win32 readdir.c readdir.h
/TSRM readdir.h
/php-src/main reentrancy.c
Log:
opendir() is reimplemented using GetFistFile/GetNextFile those are faster
then _findfirst/_findnext
hyanantha Fri Jul 1 03:55:30 2005 EDT
Modified files:
/php-src/main reentrancy.c
Log:
NetWare LibC has reentrant time functions no need to have this.
-- Kamesh from hyanantha's account
http://cvs.php.net/diff.php/php-src/main/reentrancy.c?r1=1.
hyanantha Wed Sep 29 08:25:57 2004 EDT
Modified files:
/php-src/main reentrancy.c
Log:
removed unneccessary inclusion of headers for NetWare
http://cvs.php.net/diff.php/php-src/main/reentrancy.c?r1=1.40&r2=1.41&ty=u
Index: php-src/main/reentrancy.