From: Date: Wed, 16 Nov 2005 06:44:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_3~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30e3bbdb0b46eccf81fd901ca15d57f5fc4c0a08;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1973e31121..006e276d7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,115 @@ +2005-11-15 Marcus Boerger + + * tests/classes/type_hinting_003.phpt + tests/classes/type_hinting_003.phpt: + + - Add new test + +2005-11-15 Frank M. Kromann + + * (PHP_4_4) + php.ini-dist + php.ini-recommended + ext/mssql/php_mssql.c: + MFH: Change max_procs to follow library standard. + +2005-11-15 Jani Taskinen + + * (PHP_5_1) + NEWS: + extend the entry a bit :) + + * (PHP_5_1) + NEWS: + bfp + + * NEWS: + remove old news + +2005-11-15 Dmitry Stogov + + * ZendEngine2/zend.h + ZendEngine2/zend_compile.c: + Allow "null" default value for arguments with array type hint + Unicode support + + * (PHP_5_1) + ZendEngine2/zend_compile.c: + Allow "null" default value for arguments with array type hint + +2005-11-15 Derick Rethans + + * (PHP_5_1) + NEWS + ZendEngine2/zend_compile.c: + - Allow "= null" default for parameters with a class type-hint. + +2005-11-15 Ilia Alshanetsky + + * sapi/cli/php_cli.c: + MFB51: Fixed memory leak on php-cli -h + + * (PHP_5_1) + sapi/cli/php_cli.c: + Fixed memory leak on php-cli -h + + * (PHP_5_1) + ext/standard/http_fopen_wrapper.c: + MFH: Fixed possible crash in http:// wrapper. + +2005-11-15 Dmitry Stogov + + * (PHP_5_1) + NEWS + ZendEngine2/zend.h + ZendEngine2/zend.h + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_objects.c + ZendEngine2/zend_objects.c + ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.c + ext/dom/php_dom.c + ext/dom/php_dom.c + ext/mysqli/mysqli.c + ext/mysqli/mysqli.c + ext/xsl/php_xsl.c + ext/xsl/php_xsl.c: + Allow recursive calls to __get/__set for different properties + + * (PHP_5_1) + NEWS + ZendEngine2/zend.c + ZendEngine2/zend_globals.h + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_multibyte.c + pear/Makefile.frag: + Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) + + * ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.c + ZendEngine2/zend_objects_API.c: + Fixed call to __destruct() for objects of classes delivered from internal + ones those use zend_objects_store_put(obj, NULL, ... + + * tests/lang/bug35176.phpt + tests/lang/bug35176.phpt: + + file bug35176.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + NEWS + main/main.c + main/main.c + tests/lang/bug35176.phpt: + Fixed bug #35176 (include()/require()/*_once() produce wrong error messages + about main()) + +2005-11-15 Ilia Alshanetsky + + * ext/standard/http_fopen_wrapper.c: + Fixed possible crash in http:// wrapper. + 2005-11-14 Frank M. Kromann * php.ini-dist diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 30590ec262..524b821632 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,45 @@ +2005-11-15 Dmitry Stogov + + * zend.h + zend_compile.c: + Allow "null" default value for arguments with array type hint + Unicode support + + * (PHP_5_1) + zend_compile.c: + Allow "null" default value for arguments with array type hint + +2005-11-15 Derick Rethans + + * (PHP_5_1) + zend_compile.c: + - Allow "= null" default for parameters with a class type-hint. + +2005-11-15 Dmitry Stogov + + * zend.h + zend.h + zend_object_handlers.c + zend_object_handlers.c + zend_objects.c + zend_objects.c + zend_reflection_api.c + zend_reflection_api.c: + Allow recursive calls to __get/__set for different properties + + * (PHP_5_1) + zend.c + zend_globals.h + zend_language_scanner.l + zend_multibyte.c: + Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) + + * zend_objects_API.c + zend_objects_API.c + zend_objects_API.c: + Fixed call to __destruct() for objects of classes delivered from internal + ones those use zend_objects_store_put(obj, NULL, ... + 2005-11-07 Dmitry Stogov * zend.c