From: Date: Fri, 4 May 2007 01:31:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2_0~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a95ff667db05be464782dd620819f03734681bd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 552998f075..a612c70d1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,66 @@ +2007-05-03 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/filter/logical_filters.c + ext/filter/tests/PMOPB45.phpt + ext/filter/tests/PMOPB45.phpt: + + Fixed ext/filter Email Validation Vulnerability + (MOPB-24 by Stefan Esser) + +2007-05-03 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to dev. + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - 4.4.7 preparations. + +2007-05-03 Johannes Schlüter + + * ZendEngine2/tests/bug40236.phpt: + - Fix skipif + +2007-05-03 Antony Dovgal + + * ext/gd/tests/createfromstring.phpt + ext/gd/tests/createfromstring.phpt: + improve test + +2007-05-03 Edin Kadribasic + + * ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c: + MFB Fix Windows Build + + * (PHP_5_2) + ext/xmlrpc/libxmlrpc/xml_to_xmlrpc.c: + Fix Windows Build + + * (PHP_4_4) + ext/gd/.cvsignore: + No need for workspace files + + * (PHP_4_4) + ext/gd/gd.dsp + ext/mcrypt/mcrypt.c: + Fix build + +2007-05-03 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + 2007-05-02 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 14d36a11d8..473465a10c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2007-05-03 Johannes Schlüter + + * tests/bug40236.phpt: + - Fix skipif + 2007-05-02 Dmitry Stogov * (PHP_5_2)