changelog Thu Feb 23 06:31:56 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2264&r2=1.2265&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2264 php-src/ChangeLog:1.2265 --- php-src/ChangeLog:1.2264 Wed Feb 22 06:31:48 2006 +++ php-src/ChangeLog Thu Feb 23 06:31:54 2006 @@ -1,3 +1,57 @@ +2006-02-22 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_4_4) + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Fixed crash on error message during PHP startup in FastCGI + + * ext/standard/var.c: + Unicode support: fixed serialization of "Serializable" + + * ext/standard/var.c: + Unicode support: fixed serealization of "Serializable" and + "IncompleteClass" + + * ext/standard/array.c + ext/standard/basic_functions.c: + Unicode support: fixed GLOBALS protection + + * ext/standard/tests/array/array_intersect_1.phpt: + fixed test file + + * ext/session/tests/006.phpt + ext/session/tests/bug24592.phpt + ext/standard/tests/array/007.phpt + tests/classes/tostring_001.phpt: + Fixed test file + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.h: + Unicode support + + * ZendEngine2/zend_exceptions.c: + Unicode support: fixed __toString() in user defined exceptions + + * ZendEngine2/zend_compile.c: + Unicode support: fixed check for class type hint + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_constants.c: + Unicode support: fixed internal constants usage and get_defined_constants() + + * ZendEngine2/zend_compile.c: + Unicode support: fixed check for direct call to __clone() + + * ZendEngine2/zend_API.c + ZendEngine2/zend_execute_API.c: + Unicode support: fixed call_user_func(array($this, "self::foo")) + Made check for "self/parent" before calling __autoload() + +2006-02-22 Antony Dovgal <[EMAIL PROTECTED]> + + * ext/wddx/wddx.c: + fix ext/wddx build + 2006-02-21 Johannes Schlüter <[EMAIL PROTECTED]> * (PHP_5_1)