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

index 1f0525f4e46d498d37a65222f011758a2af2bdbc..a1d37a9ce8e5c50bba492c42fb2995117deb399c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,157 @@
+2009-03-16  Zoe Slattery  <zoe.slattery@googlemail.com>
+
+    * (PHP_5_2)
+      ext/tidy/tests/tidy_error.phpt
+      ext/tidy/tests/tidy_error.phpt:
+      test for /ext/tidy from stefan priebsch
+
+    * ext/tidy/tests/tidy_error.phpt
+      ext/tidy/tests/tidy_error.phpt
+      ext/tidy/tests/tidy_error.phpt:
+        1.1.4;
+      test for /ext/tidy from stefan priebsch
+
+2009-03-16  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_2)
+      NEWS
+      ext/curl/interface.c
+      ext/curl/interface.c:
+      - MFH: Fixed bug #47616 (curl keeps crashing)
+
+    * ext/curl/interface.c:
+      - Fixed bug #47616 (curl keeps crashing)
+
+2009-03-16  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/fileinfo/CREDITS
+      ext/fileinfo/CREDITS
+      ext/fileinfo/config.w32
+      ext/fileinfo/config.w32
+      ext/fileinfo/libmagic/apprentice.c
+      ext/fileinfo/libmagic/cdf.c
+      ext/fileinfo/libmagic/cdf.c
+      ext/fileinfo/libmagic/cdf.h
+      ext/fileinfo/libmagic/cdf.h
+      ext/fileinfo/libmagic/cdf_time.c
+      ext/fileinfo/libmagic/cdf_time.c
+      ext/fileinfo/libmagic/file.h
+      ext/fileinfo/libmagic/file.h
+      ext/fileinfo/libmagic/readcdf.c
+      ext/fileinfo/libmagic/readcdf.c:
+      - fix the build for win (vc6 or vc9)
+      - fix logic in time convertion
+      - force shared on windows, will fix the dirent issue later (no, it is not
+      enough to simply remove the dep or header include)
+      - add myself before I forget again
+
+2009-03-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/tests/class_object/get_class_variation_001.phpt
+      ext/standard/tests/class_object/get_class_variation_001.phpt:
+      Fixed test
+
+2009-03-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/fileinfo/libmagic/cdf.c:
+      
+      MFB: Fixed compiler warnings
+
+    * (PHP_5_3)
+      ext/fileinfo/libmagic/cdf.c:
+      
+      Fixed compiler warnings
+
+2009-03-16  Mikko Koppanen  <mikko.koppanen@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      Updated news file
+
+    * ext/zip/lib/zip_open.c
+      ext/zip/lib/zip_open.c
+      ext/zip/lib/zip_open.c
+      ext/zip/tests/bug47667.phpt
+      ext/zip/tests/bug47667.phpt
+      ext/zip/tests/bug47667.phpt
+      ext/zip/tests/bug47667.phpt
+      ext/zip/tests/bug47667.phpt:
+      Closes bug #47667
+
+2009-03-16  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * sapi/apache_hooks/php_apache.c:
+      - MFB: fix build
+
+    * (PHP_5_3)
+      sapi/apache_hooks/php_apache.c:
+      - fix build
+
+    * (PHP_5_3)
+      sapi/apache_hooks/php_apache.c:
+      - revert last commit (tree was not updated)
+
+    * (PHP_5_3)
+      sapi/apache_hooks/php_apache.c:
+      - fix vc6 build
+
+2009-03-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_3)
+      NEWS
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/tests/009.phpt
+      ZendEngine2/tests/009.phpt
+      ext/reflection/tests/027.phpt
+      ext/standard/tests/class_object/get_class_error_001.phpt
+      ext/standard/tests/class_object/get_class_error_001.phpt
+      ext/standard/tests/class_object/get_class_variation_001.phpt
+      ext/standard/tests/class_object/get_class_variation_001.phpt:
+      Fixed bug #47664 (get_class returns NULL instead of FALSE)
+
+2009-03-16  Christopher Jones  <christopher.jones@oracle.com>
+
+    * ext/oci8/php_oci8.h:
+      Prepare for PECL OCI8 1.3.5
+
+    * (PHP_5_3)
+      ext/oci8/oci8.c
+      ext/oci8/tests/connect_without_oracle_home.phpt
+      ext/oci8/tests/connect_without_oracle_home_old.phpt
+      ext/oci8/tests/pecl_bug16035.phpt:
+      MFH: Mac OSX customization for initialization error message
+
+    * ext/oci8/oci8.c
+      ext/oci8/tests/connect_without_oracle_home.phpt
+      ext/oci8/tests/connect_without_oracle_home_old.phpt
+      ext/oci8/tests/pecl_bug16035.phpt:
+      Mac OSX customization for initialization error message
+
+2009-03-16  Brian Shire  <shire@tekrat.com>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner_defs.h
+      ext/standard/tests/strings/highlight_file.phpt:
+      MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings,
+      comments, and non-parsed content.
+
+    * ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner_defs.h
+      ext/standard/tests/strings/highlight_file.phpt:
+      Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments,
+      and non-parsed content.
+
+2009-03-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      ZendEngine2/zend_builtin_functions.c:
+      
+      MFB53: Fix for get_defined_constants()
+
 2009-03-15  Kalle Sommer Nielsen  <kalle.php@gmail.com>
 
     * (PHP_5_3)
index f505ebaf254e80c41f1b7f8714163eef74e26c6c..94c225d41e6249c039184b07eaa0aaed77036deb 100644 (file)
@@ -1,3 +1,33 @@
+2009-03-16  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_builtin_functions.c
+      zend_builtin_functions.c
+      tests/009.phpt
+      tests/009.phpt:
+      Fixed bug #47664 (get_class returns NULL instead of FALSE)
+
+2009-03-16  Brian Shire  <shire@tekrat.com>
+
+    * (PHP_5_3)
+      zend_language_scanner.c
+      zend_language_scanner.l
+      zend_language_scanner_defs.h:
+      MFH: Fix scanner handling of NULL values in heredoc, nowdoc, strings,
+      comments, and non-parsed content.
+
+    * zend_language_scanner.c
+      zend_language_scanner.l
+      zend_language_scanner_defs.h:
+      Fix scanner handling of NULL values in heredoc, nowdoc, strings, comments,
+      and non-parsed content.
+
+2009-03-16  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      zend_builtin_functions.c:
+      
+      MFB53: Fix for get_defined_constants()
+
 2009-03-11  Brian Shire  <shire@tekrat.com>
 
     * (PHP_5_3)