From: Date: Fri, 29 Feb 2008 01:31:31 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0aadbbf12dd5c8b582211ee91893c9657a50ba6b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7f4a458226..2fa6af2fbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,135 @@ +2008-02-28 Felipe Pena + + * ZendEngine2/zend_execute.c + ZendEngine2/tests/objects_016.phpt: + Add "Strict error" when assigning value to property of inexistent object + + * ext/gd/gd.c: + Fixed return value changed previously + +2008-02-28 Rasmus Lerdorf + + * ext/simplexml/tests/034.phpt: + MFB + + * ext/simplexml/tests/034.phpt + ext/simplexml/tests/034.phpt: + + file 034.phpt was initially added on branch PHP_5_3. + +2008-02-28 Dmitry Stogov + + * ext/standard/dl.c + ext/standard/dl.c: + We don't nave to change request shutdown sequence if dl() was failed + +2008-02-28 Felipe Pena + + * ext/spl/tests/heap_008.phpt + ext/spl/tests/pqueue_004.phpt + ext/sqlite/tests/bug35248.phpt: + Added UEXPECT + + * ZendEngine2/tests/014.phpt + ZendEngine2/tests/017.phpt: + Fixed tests (new error message) + +2008-02-28 Ilia Alshanetsky + + * (PHP_5_2) + configure.in + main/php_version.h: + Set proper RC version (Thanks Hannes) + +2008-02-28 Felipe Pena + + * sapi/cli/tests/006.phpt: + Revert + + * ext/standard/tests/file/get_current_user.phpt + ext/standard/tests/general_functions/rand.phpt + ext/standard/tests/math/getrandmax_error.phpt + ext/standard/tests/math/mt_getrandmax_error.phpt + ext/standard/tests/strings/setlocale_error.phpt + sapi/cli/tests/006.phpt: + Fixed tests + + * ext/com_dotnet/com_com.c + ext/curl/multi.c + ext/dom/php_dom.h + ext/fdf/fdf.c + ext/gd/gd.c + ext/imap/php_imap.c + ext/interbase/interbase.c + ext/mhash/mhash.c + ext/ming/ming.c + ext/mysql/php_mysql.c + ext/odbc/php_odbc.c + ext/openssl/openssl.c + ext/pcre/php_pcre.c + ext/session/session.c + ext/skeleton/create_stubs + ext/snmp/snmp.c + ext/soap/soap.c + ext/spl/spl_dllist.c + ext/sqlite/sqlite.c + ext/standard/basic_functions.c + ext/standard/dir.c + ext/standard/file.c + ext/standard/head.c + ext/standard/info.c + ext/standard/rand.c + ext/standard/streamsfuncs.c + ext/standard/string.c + ext/standard/syslog.c + ext/standard/user_filters.c + ext/unicode/collator.c + ext/unicode/locale.c + ext/unicode/unicode.c + ext/unicode/unicode_iterators.c + ext/xmlrpc/xmlrpc-epi-php.c + sapi/apache_hooks/php_apache.c: + New macro for check void parameters + + * ZendEngine2/zend_API.h + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_exceptions.c: + Added new macro for check void parameters. + (deprecating ZEND_WRONG_PARAM_COUNT for this cases) + +2008-02-28 Antony Dovgal + + * sapi/cli/tests/006.phpt: + use pcre for testing reflection + +2008-02-28 Ilia Alshanetsky + + * sapi/cgi/cgi_main.c: + MFB: Fixed security issue detailed in CVE-2008-0599 + + * (PHP_5_3) + sapi/cgi/cgi_main.c: + + MFB: Fixed security issue detailed in CVE-2008-0599 + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + + * (PHP_5_2) + configure.in + main/php_version.h: + 5.2.6RC1 + + * (PHP_5_2) + NEWS + sapi/cgi/cgi_main.c: + + Fixed security issue detailed in CVE-2008-0599 + 2008-02-27 Derick Rethans * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2f64fd8321..7449e7b29f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2008-02-28 Felipe Pena + + * zend_execute.c + tests/objects_016.phpt: + Add "Strict error" when assigning value to property of inexistent object + + * tests/014.phpt + tests/017.phpt: + Fixed tests (new error message) + + * zend_API.h + zend_builtin_functions.c + zend_exceptions.c: + Added new macro for check void parameters. + (deprecating ZEND_WRONG_PARAM_COUNT for this cases) + 2008-02-24 Felipe Pena * tests/is_a.phpt