From: Date: Thu, 9 Feb 2006 06:31:47 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0916b5c607bf3c46aa0fda554c3bd217408aedbb;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 25dc2bfb90..67d6db5ac9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2006-02-08 Ilia Alshanetsky + + * php.ini-dist + php.ini-recommended: + MFB51: Fixed bug #36334 (Added missing documentation about realpath cache + INI + settings). + + * (PHP_5_1) + NEWS + php.ini-dist + php.ini-recommended: + Fixed bug #36334 (Added missing documentation about realpath cache INI + settings). + +2006-02-08 Johannes Schlüter + + * win32/sendmail.c: + - It's 2006 and PHP 6 + +2006-02-08 Antony Dovgal + + * (PHP_5_1) + TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.h: + MFH: move function definition from .h to .c, where it should be + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.h: + move function definition from .h to .c, where it should be + +2006-02-08 Andrei Zmievski + + * ZendEngine2/zend.c: + unicode_semantics cannot be set on per-request basis + +2006-02-08 Greg Beaver + + * (PHP_5_1) + pear/Makefile.frag: + MFB fix Bug #36001: make install fails when --enable-memory-limit used + + * (PHP_4_4) + pear/Makefile.frag: + fix Bug #36001: make install fails when --enable-memory-limit used + +2006-02-08 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #36308 (ReflectionProperty::getDocComment() does not reflect + extended class commentary). + 2006-02-07 Andrei Zmievski * ext/standard/array.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e5f1765072..24f43b27be 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2006-02-08 Andrei Zmievski + + * zend.c: + unicode_semantics cannot be set on per-request basis + 2006-02-07 Andrei Zmievski * zend_builtin_functions.c: