]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 29 Feb 2008 01:31:31 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Fri, 29 Feb 2008 01:31:31 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 7f4a458226b5a95760455c25cfc545feb5ba8a29..2fa6af2fbdc6509c085769583c054f380fd8c65e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+2008-02-28  Felipe Pena  <felipensp@gmail.com>
+
+    * 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  <rasmus@lerdorf.com>
+
+    * 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  <dmitry@zend.com>
+
+    * 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  <felipensp@gmail.com>
+
+    * 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  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      configure.in
+      main/php_version.h:
+      Set proper RC version (Thanks Hannes)
+
+2008-02-28  Felipe Pena  <felipensp@gmail.com>
+
+    * 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  <tony@daylessday.org>
+
+    * sapi/cli/tests/006.phpt:
+      use pcre for testing reflection
+
+2008-02-28  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * 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@derickrethans.nl>
 
     * (PHP_5_3)
index 2f64fd83210a946f374fa9d37a71722a9e9580d1..7449e7b29f1e556d7f12c62f8cb671d502f65338 100644 (file)
@@ -1,3 +1,19 @@
+2008-02-28  Felipe Pena  <felipensp@gmail.com>
+
+    * 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  <felipensp@gmail.com>
 
     * tests/is_a.phpt