From d20ceab08df08a819858965d18b60ea9db0285c9 Mon Sep 17 00:00:00 2001 From: Date: Mon, 13 Nov 2006 01:31:13 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 118 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) diff --git a/ChangeLog b/ChangeLog index a34ffb7a7d..850d3b2aa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,121 @@ +2006-11-12 Hannes Magnusson + + * ext/spl/config.m4: + MFB: add missing headers + + * (PHP_5_2) + ext/spl/config.m4: + Add missing header installation.. + +2006-11-12 Ilia Alshanetsky + + * ext/pdo/pdo_sql_parser.c: + MFB: updated generated file + +2006-11-12 Marcus Boerger + + * ext/spl/spl_directory.c + ext/spl/spl_directory.h: + - Optimize SPL directory stuff by making iterator part of object + +2006-11-12 Ilia Alshanetsky + + * (PHP_5_2) + ext/pdo/pdo_sql_parser.c: + Fixed generated file + + * ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re: + MFB: Fixed a memory leak when named & positional params are being used in + the same query. + + * (PHP_5_2) + ext/pdo/pdo_sql_parser.c + ext/pdo/pdo_sql_parser.re: + Fixed a memory leak when named & positional params are being used in the + same query. + +2006-11-12 Hannes Magnusson + + * (PHP_5_2) + ext/spl/internal/splfileobject.inc: + MFH: SplFileObject no longer overwrites SplFileInfo::getFilename() + + * ext/spl/internal/splfileobject.inc: + SplFileObject no longer overwrites getFilename() + +2006-11-12 Ilia Alshanetsky + + * (PHP_5_2) + ext/standard/array.c: + removed bogus char + +2006-11-12 Hannes Magnusson + + * (PHP_5_2) + README.UPDATE_5_2 + ext/spl/spl_directory.c + ext/spl/tests/fileobject_003.phpt: + MFH: SplFileObject::getFilename() no longer overwrites + SplFileInfo::getFilename() + (SplFileObject::getFilename() therefor only returns the filename now) + +2006-11-12 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/array.c: + Optimized array functions utilizing php_splice(). + +2006-11-12 Hannes Magnusson + + * ext/spl/spl_directory.c + ext/spl/tests/fileobject_003.phpt: + SplFileObject::getFilename() should not overwrite + SplFileInfo::getFilename() + (Fixes bug where SplFileObject::getFilename() returns + relative/path/to/file) + +2006-11-12 Marcus Boerger + + * ext/spl/spl_directory.h: + - Correct comments + +2006-11-12 Hannes Magnusson + + * (PHP_4_4) + NEWS + NEWS + ext/standard/array.c + ext/standard/array.c + ext/standard/tests/array/bug36975.phpt + ext/standard/tests/array/bug36975.phpt: + MFH: Fixed bug#36975 (natcasesort() causes array_pop() to misbehave) + + * ext/standard/array.c + ext/standard/tests/array/bug36975.phpt + ext/standard/tests/array/bug36975.phpt + ext/standard/tests/array/bug36975.phpt: + Fixed bug#36975 (natcasesort() causes array_pop() to misbehave) + +2006-11-12 Nuno Lopes + + * ext/zip/zip_stream.c: + MFB: fix leak in oo_stream.phpt + + * (PHP_5_2) + ext/zip/zip_stream.c: + fix leak in oo_stream.phpt + + * ext/zip/php_zip.c: + MFB: fix leak in the object destrucotr when zip_close() fails (fixes + oo_delete.phpt) + + * (PHP_5_2) + ext/zip/php_zip.c: + fix leak in the object destrucotr when zip_close() fails (fixes + oo_delete.phpt) + 2006-11-11 Nuno Lopes * ext/zip/php_zip.c -- 2.50.1