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

index 315a8d267a82db9ea949e4326a6c58d5102d5a9f..3c5656b34c68e18bb67b460ec1ef2e5a48402ae5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,130 @@
+2006-09-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      README.UPDATE_5_2:
+      Typo fix from Steph
+      Added note about CLI and INI search path
+
+2006-09-11  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      ext/reflection/php_reflection.c:
+      - MFH: Print the type of the original value
+
+    * ext/reflection/php_reflection.c:
+      - Print the type of the original value
+
+2006-09-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+2006-09-11  Sara Golemon  <sara@golemon.com>
+
+    * (PHP_5_1)
+      main/network.c
+      main/network.c:
+      MFH: Bug #38687 - sockaddr local storage insufficient for all sock families
+
+    * main/network.c:
+      Bug #38687 - sockaddr local storage insufficient for all sock families
+
+2006-09-11  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_API.c:
+       fix
+
+2006-09-11  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      NEWS
+      ext/reflection/php_reflection.c:
+      - MFH: Fix #37923 (Display constant value in reflection::export)
+
+    * ext/reflection/php_reflection.c:
+      - Fix #37923 (Display constant value in reflection::export)
+
+2006-09-11  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.h:
+      Add a couple more UTF-8 functions.
+
+2006-09-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/streamsfuncs.c:
+      MFB: Fixed bug #38096 (large timeout values ignored on 32bit machines in
+      stream_socket_accept() and stream_socket_client()).
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/streamsfuncs.c:
+      Fixed bug #38096 (large timeout values ignored on 32bit machines in
+      stream_socket_accept() and stream_socket_client()).
+
+2006-09-11  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ZendEngine2/zend.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h:
+      MFH: fix #38779 (engine crashes when require()'ing file with syntax error
+      through userspace stream wrapper)
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/zend_globals.h:
+      fix #38779 (engine crashes when require()'ing file with syntax error
+      through userspace stream wrapper)
+
+    * ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779_1.phpt
+      ZendEngine2/tests/bug38779_1.phpt:
+      fix tests
+
+    * (PHP_5_2)
+      ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779_1.phpt:
+      add tests
+
+    * ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779.phpt
+      ZendEngine2/tests/bug38779_1.phpt
+      ZendEngine2/tests/bug38779_1.phpt:
+      
+      add tests
+
+2006-09-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      README.UPDATE_5_2:
+      Upgrading updates from Steph
+
+2006-09-11  Antony Dovgal  <antony@zend.com>
+
+    * ZendEngine2/tests/bug24884.phpt
+      ZendEngine2/tests/bug24884.phpt
+      ZendEngine2/tests/bug34199.phpt:
+      fix test
+
+2006-09-11  Dmitry Stogov  <dmitry@zend.com>
+
+    * sapi/cgi/fastcgi.c
+      sapi/cgi/fastcgi.c:
+      Don't try to do safe connection close in case of FastCGI protocol error
+
+2006-09-11  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS:
+      Fixed a typo
+
 2006-09-10  Hannes Magnusson  <hannes.magnusson@gmail.com>
 
     * (PHP_5_2)
index 5167a83523c0154f442e9ff048c40e1e4e082294..b817e9d962ab544841c1ad03fe7359f55203eeee 100644 (file)
@@ -1,3 +1,52 @@
+2006-09-11  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_API.c:
+       fix
+
+2006-09-11  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend_API.c
+      zend_API.h:
+      Add a couple more UTF-8 functions.
+
+2006-09-11  Antony Dovgal  <antony@zend.com>
+
+    * (PHP_5_2)
+      zend.c
+      zend_execute_API.c
+      zend_globals.h:
+      MFH: fix #38779 (engine crashes when require()'ing file with syntax error
+      through userspace stream wrapper)
+
+    * zend.c
+      zend_execute_API.c
+      zend_globals.h:
+      fix #38779 (engine crashes when require()'ing file with syntax error
+      through userspace stream wrapper)
+
+    * tests/bug38779.phpt
+      tests/bug38779.phpt
+      tests/bug38779_1.phpt
+      tests/bug38779_1.phpt:
+      fix tests
+
+    * (PHP_5_2)
+      tests/bug38779.phpt
+      tests/bug38779_1.phpt:
+      add tests
+
+    * tests/bug38779.phpt
+      tests/bug38779.phpt
+      tests/bug38779_1.phpt
+      tests/bug38779_1.phpt:
+      
+      add tests
+
+    * tests/bug24884.phpt
+      tests/bug24884.phpt
+      tests/bug34199.phpt:
+      fix test
+
 2006-09-08  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_operators.h: