From 424b469b8f7b14bb0f16f497bd5c8fcc2e44fe37 Mon Sep 17 00:00:00 2001 From: Date: Tue, 12 Sep 2006 01:31:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 127 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 49 +++++++++++++++++++ 2 files changed, 176 insertions(+) diff --git a/ChangeLog b/ChangeLog index 315a8d267a..3c5656b34c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2006-09-11 Ilia Alshanetsky + + * (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 + + * (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 + + * (PHP_5_2) + NEWS: + BFN + +2006-09-11 Sara Golemon + + * (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 + + * ZendEngine2/zend_API.c: + fix + +2006-09-11 Johannes Schlüter + + * (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 + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + Add a couple more UTF-8 functions. + +2006-09-11 Ilia Alshanetsky + + * 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 + + * (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 + + * (PHP_5_2) + README.UPDATE_5_2: + Upgrading updates from Steph + +2006-09-11 Antony Dovgal + + * ZendEngine2/tests/bug24884.phpt + ZendEngine2/tests/bug24884.phpt + ZendEngine2/tests/bug34199.phpt: + fix test + +2006-09-11 Dmitry Stogov + + * 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 + + * (PHP_5_2) + NEWS: + Fixed a typo + 2006-09-10 Hannes Magnusson * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5167a83523..b817e9d962 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,52 @@ +2006-09-11 Dmitry Stogov + + * zend_API.c: + fix + +2006-09-11 Andrei Zmievski + + * zend_API.c + zend_API.h: + Add a couple more UTF-8 functions. + +2006-09-11 Antony Dovgal + + * (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 * zend_operators.h: -- 2.50.1