From: Date: Thu, 3 Aug 2006 01:30:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~2119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1dd60af02e4bcbab37aa0e7e17a0bc83387f4fd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 67357ad5a7..8da792118e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,91 @@ +2006-08-02 Antony Dovgal + + * ext/date/tests/oo_001.phpt + ext/date/tests/oo_001.phpt: + fix test + + * (PHP_5_2) + ext/wddx/wddx.c: + fix ZTS build + + * ext/wddx/wddx.c: + fix build + +2006-08-02 Andrei Zmievski + + * ext/standard/string.c: + A few fixes noted during analysis. + + * unicode-progress.txt: + Notes after analyzing remainder of string.c. + + * ext/standard/string.c: + bin2hex() should accept only binary strings. + + * ZendEngine2/zend_operators.c: + Make string comparison functions conver to unicode or printable strings + depending on unicode.semantics and do the right thing. + + * unicode-todo.txt: + Some updates. + + * README.PARAMETER_PARSING_API + unicode-progress.txt + unicode-todo.txt: + -** empty log message *** + + * ZendEngine2/zend_API.c: + Add '&' modifier (for 's' type) that will apply the specified converter + during conversion of Unicode strings. + +2006-08-02 Ilia Alshanetsky + + * ext/wddx/wddx.c + ext/wddx/tests/bug37569.phpt: + MFB: Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle + certain + characters). + + * (PHP_5_2) + NEWS + ext/wddx/wddx.c + ext/wddx/tests/bug37569.phpt: + Fixed bug #38213, #37611, #37571 (wddx encoding fails to handle certain + characters). + + * ext/xml/php_xml.h + ext/xml/xml.c: + MFB: Expose the xml_utf8_encode function. + + * (PHP_5_2) + ext/xml/php_xml.h + ext/xml/xml.c: + Expose the xml_utf8_encode function. + +2006-08-02 Antony Dovgal + + * ext/mysql/php_mysql.c + ext/mysql/php_mysql.c: + init variable, eliminate compile warning + + * (PHP_5_2) + NEWS + ext/session/session.c: + MFH: fix #38289 (segfault in session_decode() when _SESSION is NULL) + + * ext/session/session.c: + fix #38289 (segfault in session_decode() when _SESSION is NULL) + +2006-08-02 Dmitry Stogov + + * ext/standard/array.c: + zts fix + +2006-08-02 Andrei Zmievski + + * ext/standard/array.c: + Fix leaks. + 2006-08-01 Antony Dovgal * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 3614a96e68..483656da73 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2006-08-02 Andrei Zmievski + + * zend_operators.c: + Make string comparison functions conver to unicode or printable strings + depending on unicode.semantics and do the right thing. + + * zend_API.c: + Add '&' modifier (for 's' type) that will apply the specified converter + during conversion of Unicode strings. + 2006-08-01 Andrei Zmievski * zend_unicode.c: