From 8a73fc9a3c271fcd8fe3f2950f36c3ed24c05680 Mon Sep 17 00:00:00 2001 From: Date: Tue, 17 Oct 2006 01:31:08 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 39 +++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 12 ++++++++++++ 2 files changed, 51 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6c323c921..2538f8a3ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2006-10-16 Andrei Zmievski + + * ZendEngine2/zend.h + ZendEngine2/zend_compile.c: + Optimize ZEND_U_CASE_EQUAL() and move it to the header file. + +2006-10-16 Antony Dovgal + + * ext/standard/head.c: + initialize optional variables + +2006-10-16 Andrei Zmievski + + * ext/json/json.c: + Patch to support primitive types. (Ilia) + +2006-10-16 Ilia Alshanetsky + + * 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 + + * (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 * ext/openssl/openssl.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 1c8099fa3b..c21f4be642 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-10-16 Andrei Zmievski + + * zend.h + zend_compile.c: + Optimize ZEND_U_CASE_EQUAL() and move it to the header file. + +2006-10-16 Dmitry Stogov + + * zend.c + zend.c: + Fixed bug #39140 (Uncaught exception may cause crash) + 2006-10-13 Andrei Zmievski * zend.c -- 2.50.1