From: Date: Thu, 5 Oct 2006 01:30:55 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=254e6a38eb911d995d83e3368da9cab460a966f3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7201c117b1..2abeb0b9ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,192 @@ +2006-10-04 Ilia Alshanetsky + + * ext/pdo_pgsql/config.m4 + ext/pdo_pgsql/pgsql_driver.c: + MFB: Added support for character sets in PDO quote() method for PostgreSQL + 8.1.4 and higher. + + * (PHP_5_2) + NEWS + ext/pdo_pgsql/config.m4 + ext/pdo_pgsql/pgsql_driver.c: + Added support for character sets in PDO quote() method for PostgreSQL + 8.1.4 and higher. + + * ext/pgsql/config.m4 + ext/pgsql/pgsql.c: + MFB: Added support for character sets in pg_escape_string() for PostgreSQL + 8.1.4 and higher. + + * (PHP_5_2) + NEWS + ext/pgsql/config.m4 + ext/pgsql/pgsql.c: + Added support for character sets in pg_escape_string() for PostgreSQL + 8.1.4 and higher. + + * (PHP_4_4) + NEWS + ext/standard/dir.c + ext/standard/dir.c: + MFB: Fixed missing open_basedir check inside chdir() function. + + * (PHP_5_2) + NEWS + ext/standard/dir.c: + Fixed missing open_basedir check inside chdir() function. + +2006-10-04 Andrei Zmievski + + * ext/standard/string.c: + - Mark stristr() with U. + - zpp support for ucwords() + + * unicode-progress.txt: + -** empty log message *** + + * ext/standard/string.c: + Unicode support in substr_compare(). + +2006-10-04 Pierre-Alain Joye + + * ext/filter/package.xml: + - ENV/SERVER entry + +2006-10-04 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/tests/bug39036.phpt: + add test + + * ZendEngine2/tests/bug39036.phpt + ZendEngine2/tests/bug39036.phpt: + + add test for #39036 (reproducible with 5.1.6, but works fine in 5.2 and + HEAD) + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.h: + minor AIX fix + + * ext/pdo_sqlite/sqlite/src/vdbeaux.c + ext/pdo_sqlite/sqlite/src/vdbeaux.c + ext/xmlreader/php_xmlreader.c: + add missing ifdef + +2006-10-04 Michael Wallner + + * NEWS: + - output layer and ext/zlib news + +2006-10-04 Edin Kadribasic + + * ext/standard/credits_ext.h + ext/standard/credits_ext.h: + Update credits + +2006-10-04 Hannes Magnusson + + * ext/calendar/cal_unix.c: + Update to the new parameter parsing API + +2006-10-04 Pierre-Alain Joye + + * ext/filter/CREDITS: + - Add Ilia + + * ext/filter/package.xml: + - update changelog + +2006-10-04 Rob Richards + + * (PHP_5_2) + NEWS: + BFN + + * (PHP_5_2) + ext/dom/php_dom.c: + fix bug #39035 (Compatibilty issue between DOM and ze1_compatibility_mode + +2006-10-04 Pierre-Alain Joye + + * (PHP_5_2) + ext/filter/package.xml: + - used only in HEAD + + * ext/filter/filter.c + ext/filter/filter_private.h + ext/filter/logical_filters.c + ext/filter/php_filter.h + ext/filter/tests/004.phpt + ext/filter/tests/006.phpt + ext/filter/tests/007.phpt + ext/filter/tests/008.phpt + ext/filter/tests/009.phpt + ext/filter/tests/010.phpt + ext/filter/tests/011.phpt + ext/filter/tests/012.phpt + ext/filter/tests/013.phpt + ext/filter/tests/014.phpt + ext/filter/tests/015.phpt + ext/filter/tests/016.phpt + ext/filter/tests/017.phpt + ext/filter/tests/018.phpt + ext/filter/tests/019.phpt + ext/filter/tests/020.phpt + ext/filter/tests/021.phpt + ext/filter/tests/022.phpt + ext/filter/tests/023.phpt + ext/filter/tests/024.phpt + ext/filter/tests/025.phpt + ext/filter/tests/026.phpt + ext/filter/tests/027.phpt + ext/filter/tests/028.phpt + ext/filter/tests/029.phpt + ext/filter/tests/030.phpt + ext/filter/tests/031.phpt + ext/filter/tests/032.phpt + ext/filter/tests/033.phpt + ext/filter/tests/033_run.inc + ext/filter/tests/034.phpt + ext/filter/tests/035.phpt + ext/filter/tests/036.phpt + ext/filter/tests/bug7586.phpt + ext/filter/tests/bug7715.phpt + ext/filter/tests/bug7733.phpt + ext/filter/tests/bug8315.phpt + ext/filter/tests/filter_data.phpt: + - MFB: api shake up and bug fixes (Ilia,Pierre) + all non unicode tests pass + + * (PHP_5_2) + ext/filter/filter.c: + - wrong definition + +2006-10-04 Antony Dovgal + + * (PHP_5_2) + NEWS: + fix typo + + * (PHP_5_2) + NEWS + ext/standard/string.c + ext/standard/tests/strings/bug39032.phpt: + MFH: fix #39032 (strcspn() stops on null character) + + * ext/standard/string.c + ext/standard/tests/strings/bug39032.phpt + ext/standard/tests/strings/bug39032.phpt: + fix #39032 (strcspn() stops on null character) + + * ext/standard/string.c: + return false on invalid mode and don't segfault + +2006-10-04 Hannes Magnusson + + * ext/bz2/tests/004.phpt: + fix test + 2006-10-03 Pierre-Alain Joye * ext/filter/tests/037.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5ca223f987..8d922a6d3e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2006-10-04 Antony Dovgal + + * (PHP_5_2) + tests/bug39036.phpt: + add test + + * tests/bug39036.phpt + tests/bug39036.phpt: + + add test for #39036 (reproducible with 5.1.6, but works fine in 5.2 and + HEAD) + 2006-10-03 Antony Dovgal * (PHP_5_2)