[PHP-CVS] cvs: php-src /main SAPI.c main.c

2005-07-12 Thread Ilia Alshanetsky
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

[PHP-CVS] cvs: php-src /main SAPI.c main.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2004-10-04 Thread Andi Gutmans
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).

[PHP-CVS] cvs: php-src /main SAPI.c main.c /main/streams streams.c

2003-08-28 Thread Sascha Schumann
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