changelog Thu Aug 3 01:30:50 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2410&r2=1.2411&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2410 php-src/ChangeLog:1.2411 --- php-src/ChangeLog:1.2410 Wed Aug 2 01:30:55 2006 +++ php-src/ChangeLog Thu Aug 3 01:30:49 2006 @@ -1,3 +1,91 @@ +2006-08-02 Antony Dovgal <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/standard/array.c: + zts fix + +2006-08-02 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/standard/array.c: + Fix leaks. + 2006-08-01 Antony Dovgal <[EMAIL PROTECTED]> * (PHP_5_2)