changelog Mon Feb 26 01:31:03 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2612&r2=1.2613&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2612 php-src/ChangeLog:1.2613 --- php-src/ChangeLog:1.2612 Sun Feb 25 01:31:04 2007 +++ php-src/ChangeLog Mon Feb 26 01:31:03 2007 @@ -1,3 +1,63 @@ +2007-02-25 Antony Dovgal <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/exif/exif.c: + - Readability + +2007-02-25 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_5_2)