From: Date: Sun, 1 Feb 2004 01:32:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b4RC1~210 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=343d4314b40f3bb713cd089c574cef9baada53dc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2025dae67a..2a70190902 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2004-01-31 Greg Beaver + + * pear/PEAR/Command/Package.php: + make pear run-tests work with PEAR core tests, allow it to work for Windows + users as well + +2004-01-31 Moriyoshi Koizumi + + * NEWS + ext/pcre/php_pcre.c + ext/pcre/php_pcre.h: + - Fix bug #27103 (preg_split('//u') incorrectly splits UTF-8 strings into + octets). + + * ext/pcre/php_pcre.c: + - POSIX / ISOX compliancy. This is needed to correctly handle UTF-8 + characters. + +2004-01-31 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + Throw an exception in case a reflection object cannot be found and do not + override the exception from constructors in static method calls. + +2004-01-31 Georg Richter + + * ext/mysqli/mysqli_api.c: + Corrected binding: + if column has type DECIMAL it will converted to string now. + Thanks to Brian Aker for pointing this out. + 2004-01-30 Georg Richter * ext/mysqli/mysqli_prop.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 661b546e99..2c7a3912d2 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-01-31 Marcus Boerger + + * zend_reflection_api.c: + Throw an exception in case a reflection object cannot be found and do not + override the exception from constructors in static method calls. + 2004-01-30 Ilia Alshanetsky * zend_execute.c: