From: Date: Wed, 6 May 2009 01:32:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3742 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6364769e3d07ca62c028d9dfe9777b2568269c97;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 147fe9b529..af3ca35edd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,151 @@ +2009-05-05 Felipe Pena + + * (PHP_5_3) + ext/imap/tests/imap_mutf7_to_utf8.phpt + ext/imap/tests/imap_utf8_to_mutf7_basic.phpt + ext/session/tests/001.phpt + ext/session/tests/003.phpt + ext/session/tests/004.phpt + ext/session/tests/005.phpt + ext/session/tests/006.phpt + ext/session/tests/007.phpt + ext/session/tests/008-php4.2.3.phpt + ext/session/tests/009.phpt + ext/session/tests/012.phpt + ext/session/tests/013.phpt + ext/session/tests/014.phpt + ext/session/tests/019.phpt + ext/standard/tests/general_functions/putenv_error1.phpt + ext/standard/tests/general_functions/putenv_error2.phpt + ext/standard/tests/misc/syslog_vars_variation1.phpt + ext/standard/tests/network/define_syslog_variables_variation.phpt: + - Fixed tests + +2009-05-05 Zoe Slattery + + * (PHP_5_3) + ZendEngine2/tests/unset_cv05.phpt + ZendEngine2/tests/unset_cv06.phpt + ext/filter/tests/bug39763.phpt: + Fixed tests - thanks mgdm + +2009-05-05 Pierre-Alain Joye + + * (PHP_5_2) + ext/imap/config.w32: + - fix conf + +2009-05-05 Ilia Alshanetsky + + * ext/date/php_date.c: + + MFB: Fixed compiler warning due to llabs() function + + * (PHP_5_3) + ext/date/php_date.c: + Fixed compiler warning due to llabs() function + +2009-05-05 Derick Rethans + + * (PHP_5_3) + ext/date/lib/parse_iso_intervals.c: + - Fixed bug #48149 (Cannot make interval parts larger than 9999) by + regenerating the parser. + +2009-05-05 Jani Taskinen + + * ext/imap/config.w32: + - Maybe this is enough on windows.. + +2009-05-05 Matt Wilmas + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_language_scanner_defs.h: + Regenerate + +2009-05-05 Jani Taskinen + + * ext/imap/php_imap.c: + ws fix + missing folding tags + +2009-05-05 Greg Beaver + + * ext/phar/phar_object.c: + MFB: remove precautionary #ifdef - the problem was fixed by moving the + efree inside the zend_try block + + * (PHP_5_3) + ext/phar/phar_object.c: + remove precautionary #ifdef - the problem was fixed by moving the efree + inside the zend_try block + +2009-05-05 Matt Wilmas + + * (PHP_5_3) + NEWS + ZendEngine2/zend_highlight.c + ZendEngine2/zend_language_scanner.l + ext/standard/tests/strings/highlight_file.phpt: + MFH: Implemented manual scanning for strings/comments, plus misc. fixes + + * ZendEngine2/zend_highlight.c + ZendEngine2/zend_language_scanner.l + ext/standard/tests/strings/highlight_file.phpt: + Implemented manual scanning for strings/comments, plus misc. fixes + For details, see http://news.php.net/php.internals/43808 + +2009-05-05 Jani Taskinen + + * ext/imap/php_imap.c: + - Fix the patch + + * ext/imap/config.m4 + ext/imap/php_imap.c + ext/imap/php_imap.h: + - Fix build (modified utf7 stuff is rather new..) + + * (PHP_5_3) + ext/imap/php_imap.c: + - sync with HEAD + +2009-05-05 Matt Wilmas + + * (PHP_5_3) + NEWS: + Changed wording + +2009-05-05 Jani Taskinen + + * (PHP_5_3) + NEWS: + duh.. + + * (PHP_5_2) + NEWS + ext/curl/streams.c + ext/standard/http_fopen_wrapper.c: + MFH: - Fixed Bug #45092 header HTTP context option not being used + (--with-curlwrappers) + + * (PHP_5_3) + ext/curl/streams.c + ext/standard/http_fopen_wrapper.c: + MFH: - Fixed Bug #45092header HTTP context option not being used + (--with-curlwrappers) + + * ext/curl/streams.c + ext/standard/http_fopen_wrapper.c: + - Fixed bug #45092 (header HTTP context option not being used with + --with-curlwrappers) + [DOC] Synced regular and cURL http wrapper "header" option to accept + [DOC] either string or array. + + * (PHP_5_3) + ext/standard/http_fopen_wrapper.c: + - Sync with HEAD + 2009-05-04 Kalle Sommer Nielsen * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2e72ba2b37..87e9ddf7cb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,28 @@ +2009-05-05 Zoe Slattery + + * (PHP_5_3) + tests/unset_cv05.phpt + tests/unset_cv06.phpt: + Fixed tests - thanks mgdm + +2009-05-05 Matt Wilmas + + * zend_language_scanner.c + zend_language_scanner.c + zend_language_scanner_defs.h + zend_language_scanner_defs.h: + Regenerate + + * (PHP_5_3) + zend_highlight.c + zend_language_scanner.l: + MFH: Implemented manual scanning for strings/comments, plus misc. fixes + + * zend_highlight.c + zend_language_scanner.l: + Implemented manual scanning for strings/comments, plus misc. fixes + For details, see http://news.php.net/php.internals/43808 + 2009-05-01 Jani Taskinen * zend_variables.h: