From: Date: Sat, 30 Sep 2006 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1503 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6084ba053b8d0fba26361f462456ed939863e682;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7a7514032f..94aa21b9ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2006-09-29 Ilia Alshanetsky + + * ext/standard/sha1.h: + MFB: Added missing API function declaration. + + * (PHP_5_2) + ext/standard/sha1.h: + Added missing API function declaration. + + * ext/standard/info.h: + MFB: Added missing declaration of the php_get_uname() PHPAPI function. + + * (PHP_5_2) + ext/standard/info.h: + Added missing declaration of the php_get_uname() PHPAPI function. + +2006-09-29 Andrei Zmievski + + * ext/standard/string.c: + Heck, might as well commit this.. + + * ZendEngine2/zend.c + ZendEngine2/zend_globals.h + ZendEngine2/zend_unicode.c: + Fix off-by-one error. + +2006-09-29 Hannes Magnusson + + * ext/spl/spl_directory.c + ext/standard/streamsfuncs.c: + fix proto + + * (PHP_5_2) + ext/spl/spl_directory.c + ext/standard/streamsfuncs.c: + fix protos + + * (PHP_5_2) + ext/spl/spl_directory.c: + fix arginfo + + * ext/spl/spl_directory.c: + Fix arginfo + +2006-09-29 Antony Dovgal + + * ext/spl/spl_directory.c: + declare subclass after adding class constants to the parent + +2006-09-29 Stefan Esser + + * (PHP_5_2) + main/rfc1867.c: + If one name is disallowed don't drop all files + +2006-09-29 Georg Richter + + * ext/mysqli/mysqli_api.c: + Fixed error message (thanks to Ulf Wendel) + 2006-09-28 Antony Dovgal * ext/pdo/php_pdo_driver.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9f4ea0268d..455a493f4a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,10 @@ +2006-09-29 Andrei Zmievski + + * zend.c + zend_globals.h + zend_unicode.c: + Fix off-by-one error. + 2006-09-28 Antony Dovgal * tests/int_overflow_64bit.phpt