mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
ChangeLog update
This commit is contained in:
parent
fd396287d0
commit
f58c83135d
2 changed files with 69 additions and 0 deletions
56
ChangeLog
56
ChangeLog
|
@ -1,3 +1,59 @@
|
||||||
|
2005-06-01 Ilia Alshanetsky <ilia@prohost.org>
|
||||||
|
|
||||||
|
* (PHP_4_3)
|
||||||
|
NEWS
|
||||||
|
ext/standard/image.c:
|
||||||
|
MFH: Fixed bug #33210 (relax jpeg recursive loop protection).
|
||||||
|
|
||||||
|
* (PHP_5_0)
|
||||||
|
NEWS
|
||||||
|
ext/standard/image.c:
|
||||||
|
MFH: Fixed bug #33210 (relax jpeg recursive loop protection).
|
||||||
|
|
||||||
|
* ext/standard/image.c:
|
||||||
|
Fixed bug #33210 (relax jpeg recursive loop protection).
|
||||||
|
|
||||||
|
2005-06-01 Antony Dovgal <antony@zend.com>
|
||||||
|
|
||||||
|
* ext/session/session.c:
|
||||||
|
fix typo
|
||||||
|
(see details here: http://news.php.net/php.internals/16350)
|
||||||
|
|
||||||
|
2005-06-01 Dmitry Stogov <dmitry@zend.com>
|
||||||
|
|
||||||
|
* main/streams/streams.c
|
||||||
|
main/streams/streams.c:
|
||||||
|
Disabled search of recored separator outside of buffer
|
||||||
|
|
||||||
|
* (PHP_5_0)
|
||||||
|
NEWS:
|
||||||
|
Fixed bug #32941 (Sending structured SOAP fault kills a php)
|
||||||
|
|
||||||
|
* (PHP_5_0)
|
||||||
|
NEWS
|
||||||
|
ZendEngine2/zend_object_handlers.c
|
||||||
|
ZendEngine2/zend_object_handlers.c
|
||||||
|
ZendEngine2/tests/bug30791.phpt
|
||||||
|
ZendEngine2/tests/bug30791.phpt
|
||||||
|
ZendEngine2/tests/bug30791.phpt
|
||||||
|
ext/standard/var.c
|
||||||
|
ext/standard/var.c
|
||||||
|
ext/standard/var_unserializer.c
|
||||||
|
ext/standard/var_unserializer.c
|
||||||
|
ext/standard/var_unserializer.re
|
||||||
|
ext/standard/var_unserializer.re:
|
||||||
|
Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call
|
||||||
|
if object is overloaded)
|
||||||
|
|
||||||
|
* main/php_variables.c
|
||||||
|
main/php_variables.c:
|
||||||
|
Fixed "refcount" counting for autoglobals
|
||||||
|
|
||||||
|
2005-06-01 Ilia Alshanetsky <ilia@prohost.org>
|
||||||
|
|
||||||
|
* ext/pcre/pcrelib/pcre.c:
|
||||||
|
kill unused var.
|
||||||
|
|
||||||
2005-05-31 Dmitry Stogov <dmitry@zend.com>
|
2005-05-31 Dmitry Stogov <dmitry@zend.com>
|
||||||
|
|
||||||
* main/php_variables.c
|
* main/php_variables.c
|
||||||
|
|
|
@ -1,3 +1,16 @@
|
||||||
|
2005-06-01 Dmitry Stogov <dmitry@zend.com>
|
||||||
|
|
||||||
|
* zend_object_handlers.c
|
||||||
|
zend_object_handlers.c
|
||||||
|
tests/bug30791.phpt:
|
||||||
|
Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call
|
||||||
|
if object is overloaded)
|
||||||
|
|
||||||
|
* tests/bug30791.phpt
|
||||||
|
tests/bug30791.phpt:
|
||||||
|
|
||||||
|
file bug30791.phpt was initially added on branch PHP_5_0.
|
||||||
|
|
||||||
2005-05-31 Magnus Määttä <novell@kiruna.se>
|
2005-05-31 Magnus Määttä <novell@kiruna.se>
|
||||||
|
|
||||||
* tests/bug27304.phpt:
|
* tests/bug27304.phpt:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue