From: Date: Mon, 26 Feb 2007 01:31:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_1~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c2c548ce18dd3e799e97d241d8f42a219c7e0b8;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7492e81e16..33f47cb259 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2007-02-25 Antony Dovgal + + * ext/dbase/dbase.c + ext/dbase/tests/001.phpt + ext/dbase/tests/002.phpt: + do not allow db without fields + fix test + + * ext/sockets/sockets.c: + zerofill socket structs + +2007-02-25 Nuno Lopes + + * main/php_compat.h: + MFB: update pcre symbol list + + * (PHP_5_2) + main/php_compat.h: + update pcre symbols list + +2007-02-25 Dmitry Stogov + + * (PHP_5_2) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h: + Fixed bug #40591 (list()="string"; gives invalid opcode) + + * ext/soap/tests/bugs/bug40609.phpt + ext/soap/tests/bugs/bug40609.phpt + ext/soap/tests/bugs/bug40609.wsdl + ext/soap/tests/bugs/bug40609.wsdl: + + file bug40609.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ext/soap/php_encoding.c + ext/soap/php_encoding.c + ext/soap/tests/bugs/bug40609.phpt + ext/soap/tests/bugs/bug40609.wsdl: + Fixed bug #40609 (Segfaults when using more than one SoapVar in a request). + (Rob, Dmitry) + +2007-02-25 Marcus Boerger + + * ext/exif/exif.c: + - Readability + +2007-02-25 Pierre-Alain Joye + + * ext/gd/libgd/gdft.c: + - MFB: sync with libgd.org, patch from Kees Cook + + * (PHP_5_2) + ext/gd/libgd/gdft.c: + - sync with libgd.org, patch from Kees Cook + 2007-02-24 Rasmus Lerdorf * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dc7a9d2572..ae4caf7bc8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2007-02-25 Dmitry Stogov + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h: + Fixed bug #40591 (list()="string"; gives invalid opcode) + 2007-02-24 Antony Dovgal * (PHP_5_2)