]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 23 Jun 2009 01:33:15 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Tue, 23 Jun 2009 01:33:15 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 3598cf66944ed3e147efcf58cfffada5a2c21097..1069053350378053fdd33e89ea230d3bdd80f6aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2009-06-22  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - gd compat mode news
+
+    * (PHP_5_3)
+      NEWS:
+      - #48624
+
+    * (PHP_5_2)
+      NEWS:
+      - news for #48619
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      - MF53: #48619, imap_search ALL segfaults
+
+    * sapi/cgi/cgi_main.c:
+      - MF53: [PHP-CVS] cvs: php-src(PHP_5_3) /sapi/cgi cgi_main.c
+
+2009-06-22  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_2)
+      ext/json/json.c
+      ext/json/php_json.h:
+      fix shared build on Windows
+
+2009-06-22  Christian Seiler  <chris_se@gmx.net>
+
+    * ext/spl/php_spl.c
+      ext/spl/tests/spl_autoload_013.phpt
+      ext/spl/tests/spl_autoload_014.phpt
+      ext/spl/tests/spl_autoload_bug48541.phpt:
+      - Fixed spl_autoload_functions/spl_autoload_unregister wrt. closures and
+        invokables.
+
+2009-06-22  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_2)
+      ext/gd/libgd/gd.c:
+      Should have been in previous commit
+
+2009-06-22  Takeshi Abe  <tabe@fixedpoint.jp>
+
+    * (PHP_5_3)
+      NEWS:
+      moved to PHP_5_2
+
+2009-06-22  Kalle Sommer Nielsen  <kalle.php@gmail.com>
+
+    * (PHP_5_2)
+      ext/gd/libgd/gd.c:
+      MFH: Use correct data types here, and gdImageSaveAlpha for the alpha flag
+
+2009-06-22  Takeshi Abe  <tabe@fixedpoint.jp>
+
+    * (PHP_5_2)
+      NEWS
+      ext/gd/libgd/gdft.c
+      ext/gd/tests/Tuffy.ttf
+      ext/gd/tests/bug48555.phpt:
+      MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for
+      texts with new lines)
+
+2009-06-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ext/date/php_date.c:
+      Revert unrelated bits to the previous commit
+
+2009-06-22  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (PHP_5_3)
+      sapi/cgi/cgi_main.c:
+      - #48624 .user.ini never gets parsed
+
+    * (PHP_5_3)
+      ext/imap/php_imap.c:
+      - #48619, imap_search ALL segfaults
+
+2009-06-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ext/date/php_date.c:
+      MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
+
+    * ext/date/php_date.c:
+      
+      MFB: Fixed bug #48636 (Error compiling of ext/date on netware).
+
+    * (PHP_5_2)
+      NEWS
+      ext/date/php_date.c:
+      
+      Fixed bug #48636 (Error compiling of ext/date on netware).
+
+2009-06-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - BFN #48641 (I missed to add in the previous commit: patch by crrodriguez
+      at opensuse dot org) :P
+
+    * (PHP_5_3)
+      ext/standard/file.c:
+      - Fixed bug #48641 (tmpfile() uses old parameter parsing)
+
+2009-06-22  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_3)
+      UPGRADING:
+      Sync with docs
+
+2009-06-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/017.phpt:
+      - Fixed bug #48629 (get_defined_constants() ignores categorize parameter)
+
 2009-06-21  Scott MacVicar  <scott@macvicar.net>
 
     * (PHP_5_3)
index acb87f0555c86b636e66ff868161b49209d4fdff..4f6a8cdab6e43f801f05a9219cd5f1d502404ea0 100644 (file)
@@ -1,3 +1,10 @@
+2009-06-22  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      zend_builtin_functions.c
+      tests/017.phpt:
+      - Fixed bug #48629 (get_defined_constants() ignores categorize parameter)
+
 2009-06-19  Scott MacVicar  <scott@macvicar.net>
 
     * (PHP_5_3)