]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 14 May 2009 01:32:51 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Thu, 14 May 2009 01:32:51 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index a4ee0d9fb78354c811584c080895d6f2547aec30..c3304cb74c8565d225243b3e7c57ab6dbe3d09f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,93 @@
+2009-05-13  Greg Beaver  <greg@chiaraquartet.net>
+
+    * ext/phar/phar.c
+      ext/phar/phar_internal.h
+      ext/phar/tar.c
+      ext/phar/tests/tar/require_hash.phpt
+      ext/phar/tests/tar/files/Net_URL-1.0.15.tgz:
+      MFB: fix Bug #48257: PharData throws exception with non-phar tar
+
+    * (PHP_5_3)
+      NEWS
+      ext/phar/phar.c
+      ext/phar/phar_internal.h
+      ext/phar/tar.c
+      ext/phar/tests/tar/require_hash.phpt
+      ext/phar/tests/tar/tar_nohash.phpt
+      ext/phar/tests/tar/tar_nohash.phpt
+      ext/phar/tests/tar/files/Net_URL-1.0.15.tgz
+      ext/phar/tests/tar/files/Net_URL-1.0.15.tgz:
+      fix Bug #48257: PharData throws exception with non-phar tar
+
+2009-05-13  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      ZendEngine2/zend.c
+      build/order_by_dep.awk
+      ext/date/config.m4
+      ext/date/config0.m4
+      ext/date/php_date.c:
+      MFH: Fixed module loading order and made request shutdown functions also to
+           be loaded in reverse like all other shutdowns are.
+
+2009-05-13  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_3)
+      ext/standard/uuencode.c:
+      MFH: Fix compiler warnings, safe_emalloc expects size_t, not double as ceil
+      returns
+
+    * ext/standard/uuencode.c:
+      Fix compiler warnings, safe_emalloc expects size_t, not double as ceil
+      returns
+
+    * ext/phar/func_interceptors.c:
+      Nuke compiler warning
+
+2009-05-13  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      NEWS
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
+      iso8601.datetime).
+
+    * ext/xmlrpc/xmlrpc-epi-php.c:
+      
+      MFB: Fixed bug #44996 (xmlrpc_decode() ignores time zone on
+      iso8601.datetime)
+
+    * (PHP_5_3)
+      ext/xmlrpc/xmlrpc-epi-php.c:
+      Fixed bug #44996 (xmlrpc_decode() ignores time zone on iso8601.datetime)
+
+2009-05-13  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/dba/dba_db4.c
+      ext/dba/dba_db4.c
+      ext/dba/tests/bug48240.phpt
+      ext/dba/tests/bug48240.phpt:
+      - MFH: Fixed bug #48240 (DBA Segmentation fault dba_nextkey)
+
+    * ext/dba/dba_db4.c
+      ext/dba/tests/bug48240.phpt
+      ext/dba/tests/bug48240.phpt
+      ext/dba/tests/bug48240.phpt:
+      - Fixed bug #48240 (DBA Segmentation fault dba_nextkey)
+
+2009-05-13  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * ZendEngine2/zend.c
+      build/order_by_dep.awk
+      ext/date/config.m4
+      ext/date/config0.m4
+      ext/date/config0.m4
+      ext/date/php_date.c:
+      - Fixed bug #48247 (PHP crashes on errors during startup)
+
 2009-05-12  Matteo Beccati  <matteo@beccati.com>
 
     * (PHP_5_3)
index 654e262f121e1705e77b0d7d506e2413b679fb10..2b5a31971bab9ad641fc6e448392b4cdbd14eeff 100644 (file)
@@ -1,3 +1,13 @@
+2009-05-13  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      zend.c:
+      MFH: Fixed module loading order and made request shutdown functions also to
+           be loaded in reverse like all other shutdowns are.
+
+    * zend.c:
+      - Fixed bug #48247 (PHP crashes on errors during startup)
+
 2009-05-12  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_2)