From: Date: Sat, 7 Jun 2008 01:31:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1583 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=893c2153c913854ca9535bce51b70e993e8ed887;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 54cd6b89c2..a246c77f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2008-06-06 Etienne Kneuss + + * ext/spl/config.m4 + ext/spl/config.w32 + ext/spl/php_spl.c + ext/spl/spl_dllist.c + ext/spl/spl_engine.c + ext/spl/spl_engine.h + ext/spl/spl_fastarray.c + ext/spl/spl_fastarray.c + ext/spl/spl_fastarray.h + ext/spl/spl_fastarray.h + ext/spl/tests/fastarray_001.phpt + ext/spl/tests/fastarray_001.phpt + ext/spl/tests/fastarray_002.phpt + ext/spl/tests/fastarray_002.phpt + ext/spl/tests/fastarray_003.phpt + ext/spl/tests/fastarray_003.phpt: + Implements C arrays wrapper + +2008-06-06 Scott MacVicar + + * (PHP_5_2) + TSRM/tsrm_win32.c: + Backout fix for spaces in both the program name and argument name, this + will be fixed in PHP 5.3+ only + +2008-06-06 Nuno Lopes + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner_defs.h: + backport the yyless patch from 5.3 branch. it seems I forgot to commit + this.. + +2008-06-06 Antony Dovgal + + * (PHP_5_3) + sapi/cli/tests/006.phpt: + fix test + +2008-06-06 Christopher Jones + + * (PHP_5_2) + NEWS: + Update + + * (PHP_5_2) + ext/oci8/oci8_lob.c: + (Bugs 41348, 41563, 42456, 42939) Appease the masses and fix + compilation with Oracle 8.1. This gives cleaner support for older + releases now that PHP 5.3 is firmly Oracle 9.2+ only. No plans to + MTH. + 2008-06-05 Christopher Jones * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 09839b1770..aceb70498d 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2008-06-06 Nuno Lopes + + * zend_language_scanner.c + zend_language_scanner.l + zend_language_scanner_defs.h: + backport the yyless patch from 5.3 branch. it seems I forgot to commit + this.. + 2008-06-05 Felipe Pena * zend_API.c: