changelog Tue Mar 17 01:32:49 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3346&r2=1.3347&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3346 php-src/ChangeLog:1.3347
--- php-src/ChangeLog:1.3346 Mon Mar 16 01:32:53 2009
+++ php-src/ChangeLog Tue Mar 17 01:32:48 2009
@@ -1,3 +1,157 @@
+2009-03-16 Zoe Slattery <zoe.slatt...@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 <felipe...@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....@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 <dmi...@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 <i...@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.koppa...@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....@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 <dmi...@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.jo...@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 <sh...@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 <i...@prohost.org>
+
+ * (PHP_5_2)
+ ZendEngine2/zend_builtin_functions.c:
+
+ MFB53: Fix for get_defined_constants()
+
2009-03-15 Kalle Sommer Nielsen <kalle....@gmail.com>
* (PHP_5_3)
@@ -32266,7 +32420,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3346 2009/03/16 01:32:53 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3347 2009/03/17 01:32:48 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c