mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
ChangeLog update
This commit is contained in:
parent
ffb2cf7a94
commit
4deaf7e243
23
ChangeLog
23
ChangeLog
@ -1,3 +1,26 @@
|
||||
2004-12-24 Antony Dovgal <tony2001@phpclub.net>
|
||||
|
||||
* ext/pcre/php_pcre.c:
|
||||
return empty string when got empty parameter
|
||||
|
||||
2004-12-24 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* ZendEngine2/zend_vm_def.h
|
||||
ZendEngine2/zend_vm_execute.h:
|
||||
New sarbage collector's bug was fixed (the behavior should be the same as
|
||||
in PHP_5_0)
|
||||
|
||||
* ZendEngine2/zend_execute.c
|
||||
ZendEngine2/tests/unset_cv01.phpt
|
||||
ZendEngine2/tests/unset_cv02.phpt
|
||||
ZendEngine2/tests/unset_cv03.phpt
|
||||
ZendEngine2/tests/unset_cv04.phpt
|
||||
ZendEngine2/tests/unset_cv06.phpt
|
||||
ZendEngine2/tests/unset_cv08.phpt
|
||||
ZendEngine2/tests/unset_cv09.phpt
|
||||
ZendEngine2/tests/unset_cv10.phpt:
|
||||
"Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0
|
||||
|
||||
2004-12-23 Wez Furlong <wez.php@thebrainroom.net>
|
||||
|
||||
* ext/standard/streamsfuncs.c:
|
||||
|
@ -1,3 +1,21 @@
|
||||
2004-12-24 Dmitry Stogov <dmitry@zend.com>
|
||||
|
||||
* zend_vm_def.h
|
||||
zend_vm_execute.h:
|
||||
New sarbage collector's bug was fixed (the behavior should be the same as
|
||||
in PHP_5_0)
|
||||
|
||||
* zend_execute.c
|
||||
tests/unset_cv01.phpt
|
||||
tests/unset_cv02.phpt
|
||||
tests/unset_cv03.phpt
|
||||
tests/unset_cv04.phpt
|
||||
tests/unset_cv06.phpt
|
||||
tests/unset_cv08.phpt
|
||||
tests/unset_cv09.phpt
|
||||
tests/unset_cv10.phpt:
|
||||
"Undefined variable: %s" noticies were fixed to be compatible with PHP_5_0
|
||||
|
||||
2004-12-21 Jani Taskinen <jani.taskinen@kolumbus.fi>
|
||||
|
||||
* (PHP_5_0)
|
||||
|
Loading…
Reference in New Issue
Block a user