ChangeLog update

This commit is contained in:
2009-03-17 01:33:02 +00:00
parent af880ec61e
commit 8364d55b39
2 changed files with 184 additions and 0 deletions

154
ChangeLog
View File

@ -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)

View 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)