iliaa Tue Jul 12 12:53:34 2005 EDT
Modified files:
/php-src/main main.c SAPI.c
Log:
Fixed double-free in the digest authentication handling.
# Found and Reported by Stefan Esser
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.635&r2=1.636
andiMon Oct 4 20:42:25 2004 EDT
Modified files:
/TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h
/php-src/main SAPI.c main.c
Log:
- Apply realpath() cache patch. We don't use it if we're in safe_mode and
- friends (which are quite slow anyway).
sas Thu Aug 28 13:07:42 2003 EDT
Modified files:
/php-src/main SAPI.c main.c
/php-src/main/streams streams.c
Log:
kill warnings
Index: php-src/main/SAPI.c
diff -u php-src/main/SAPI.c:1.176 php-src/main/SAPI.c:1.177
--- php-src/main/SAPI.c