changelog Tue Oct 17 01:31:06 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2485&r2=1.2486&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2485 php-src/ChangeLog:1.2486 --- php-src/ChangeLog:1.2485 Mon Oct 16 01:31:04 2006 +++ php-src/ChangeLog Tue Oct 17 01:31:05 2006 @@ -1,3 +1,42 @@ +2006-10-16 Andrei Zmievski <[EMAIL PROTECTED]> + + * ZendEngine2/zend.h + ZendEngine2/zend_compile.c: + Optimize ZEND_U_CASE_EQUAL() and move it to the header file. + +2006-10-16 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/standard/head.c: + initialize optional variables + +2006-10-16 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/json/json.c: + Patch to support primitive types. (Ilia) + +2006-10-16 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/zlib/zlib_filter.c: + MFB: Fixed compiler warnings + + * (PHP_5_2) + ext/zlib/zlib_filter.c: + Fixed compiler warnings + +2006-10-16 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ZendEngine2/zend.c + ZendEngine2/zend.c: + Fixed bug #39140 (Uncaught exception may cause crash) + + * (PHP_5_2) + NEWS + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed bug #39020 (PHP in FastCGI server mode crashes) + 2006-10-15 Antony Dovgal <[EMAIL PROTECTED]> * ext/openssl/openssl.c