1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 12:42:29 +02:00

ChangeLog update

This commit is contained in:
2005-11-16 06:44:57 +00:00
parent 18f53efca5
commit 30e3bbdb0b
2 changed files with 154 additions and 0 deletions

112
ChangeLog
View File

@@ -1,3 +1,115 @@
2005-11-15 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* tests/classes/type_hinting_003.phpt
tests/classes/type_hinting_003.phpt:
- Add new test
2005-11-15 Frank M. Kromann <frank@kromann.info>
* (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 <jani.taskinen@sci.fi>
* (PHP_5_1)
NEWS:
extend the entry a bit :)
* (PHP_5_1)
NEWS:
bfp
* NEWS:
remove old news
2005-11-15 Dmitry Stogov <dmitry@zend.com>
* 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@derickrethans.nl>
* (PHP_5_1)
NEWS
ZendEngine2/zend_compile.c:
- Allow "= null" default for parameters with a class type-hint.
2005-11-15 Ilia Alshanetsky <ilia@prohost.org>
* 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 <dmitry@zend.com>
* (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 <ilia@prohost.org>
* ext/standard/http_fopen_wrapper.c:
Fixed possible crash in http:// wrapper.
2005-11-14 Frank M. Kromann <frank@kromann.info>
* php.ini-dist

View File

@@ -1,3 +1,45 @@
2005-11-15 Dmitry Stogov <dmitry@zend.com>
* 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@derickrethans.nl>
* (PHP_5_1)
zend_compile.c:
- Allow "= null" default for parameters with a class type-hint.
2005-11-15 Dmitry Stogov <dmitry@zend.com>
* 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 <dmitry@zend.com>
* zend.c