]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 7 Apr 2009 01:32:45 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Tue, 7 Apr 2009 01:32:45 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index fe6f58f7fc8058562bd43b964671065332b73a3a..5fa7b50b14f5d3a5d378bf50f6f073ef26192a76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+2009-04-06  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_execute.c
+      ZendEngine2/tests/bug39304.phpt
+      ZendEngine2/tests/bug41919.phpt:
+      - Fixed bug #47903 ("@" operator does not work with string offsets (PHP_5_2
+      only!))
+        (MFH: #39018)
+
+2009-04-06  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/pgsql/tests/80_bug14383.phpt:
+      
+      MFB: Fixed test
+
+    * (PHP_5_3)
+      ext/pgsql/tests/80_bug14383.phpt:
+      
+      MFB: ext/pgsql/tests/80_bug14383.phpt
+
+    * (PHP_5_2)
+      ext/pgsql/tests/80_bug14383.phpt:
+      
+      Fixed test
+
+2009-04-06  Derick Rethans  <php@derickrethans.nl>
+
+    * ext/date/lib/timezonedb.h
+      ext/date/lib/timezonedb.h
+      ext/date/lib/timezonedb.h:
+      - Updated to version 2009.5 (2009e)
+
+2009-04-06  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_3)
+      tests/output/ob_start_basic_unerasable_005.phpt:
+      This is apparently fixed
+
+    * ext/session/tests/bug42596.phpt
+      ext/session/tests/bug42596.phpt
+      ext/session/tests/bug42596.phpt:
+        1.1.4;
+      Add a test for bug#42596 so people wont try bogusly fixing it again
+
+    * (PHP_5_2)
+      NEWS
+      ext/session/mod_files.c:
+      MFH: Fixed segfault on invalid session.save_path
+
+    * (PHP_5_3)
+      ext/session/mod_files.c:
+      MFH: Fix segfault on invalid session.save_path
+
+    * ext/session/mod_files.c:
+      Fix segfault on invalid session.save_path
+
+2009-04-06  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/gd/config.w32:
+      - nuke unused var
+
+2009-04-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/tests/bug47880.phpt
+      ZendEngine2/tests/bug47880.phpt:
+      
+      file bug47880.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/tests/bug47880.phpt:
+      Bug #47880 (crashes in call_user_func_array())
+
+2009-04-06  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/mysqli/mysqli.c:
+      - fix TS build
+
+    * (PHP_5_3)
+      ext/gd/config.w32:
+      - naming & cleanup
+
+2009-04-06  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/spl/tests/bug38325.phpt:
+      Use an obscure name
+
+2009-04-06  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_2)
+      ext/sqlite/libsqlite/src/date.c:
+      MFB53: Kill warning about php_localtime_r not being defined
+
+    * (PHP_5_3)
+      ext/sqlite/libsqlite/src/date.c
+      win32/build/config.w32.h.in:
+      MFH: Fix redef warnings
+      Kill warning about php_localtime_r not being defined
+
+    * win32/build/config.w32.h.in:
+      Fix redef warnings
+
+2009-04-06  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_3)
+      php.ini-development
+      php.ini-production:
+      MFH: Mention which directives are hardcoded using the CLI SAPI
+
+    * php.ini-development
+      php.ini-production:
+      Mention which options are hardcoded in the cli sapi
+
+2009-04-06  Dave Kelsey  <d_kelsey@uk.ibm.com>
+
+    * (PHP_5_2)
+      ext/standard/tests/file/touch_basic-win32.phpt:
+      bug 47886: fix test which failed during DST. Microsoft api working as
+      designed, but unexpected.
+
 2009-04-05  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 741b5141a255a26d596550a110dd1719188c98a2..41da99a7ac2ba856875ab9bedaac947a7de93915 100644 (file)
@@ -1,3 +1,25 @@
+2009-04-06  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      zend_execute.c
+      tests/bug39304.phpt
+      tests/bug41919.phpt:
+      - Fixed bug #47903 ("@" operator does not work with string offsets (PHP_5_2
+      only!))
+        (MFH: #39018)
+
+2009-04-06  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_API.c
+      zend_API.c
+      tests/bug47880.phpt:
+      Bug #47880 (crashes in call_user_func_array())
+
+    * tests/bug47880.phpt
+      tests/bug47880.phpt:
+      
+      file bug47880.phpt was initially added on branch PHP_5_3.
+
 2009-04-04  Felipe Pena  <felipensp@gmail.com>
 
     * zend_compile.c