]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 17 Oct 2006 01:31:08 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 17 Oct 2006 01:31:08 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index d6c323c921e68334f1d84df394338049ff571112..2538f8a3ae9ade170ee2e6a0da815f67b849b7e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2006-10-16  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_compile.c:
+      Optimize ZEND_U_CASE_EQUAL() and move it to the header file.
+
+2006-10-16  Antony Dovgal  <antony@zend.com>
+
+    * ext/standard/head.c:
+      initialize optional variables
+
+2006-10-16  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/json/json.c:
+      Patch to support primitive types. (Ilia)
+
+2006-10-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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  <dmitry@zend.com>
+
+    * (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  <antony@zend.com>
 
     * ext/openssl/openssl.c
index 1c8099fa3b0b48664ccbd38e35b15bb38a085a4c..c21f4be6420c41e6c0bfdbbf4cc2996d810e6d9f 100644 (file)
@@ -1,3 +1,15 @@
+2006-10-16  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend.h
+      zend_compile.c:
+      Optimize ZEND_U_CASE_EQUAL() and move it to the header file.
+
+2006-10-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend.c
+      zend.c:
+      Fixed bug #39140 (Uncaught exception may cause crash)
+
 2006-10-13  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend.c