From d9419bc989ce0b12e104a4998aed8cbdd17eab15 Mon Sep 17 00:00:00 2001 From: Date: Thu, 2 Nov 2006 01:31:07 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 5 +++++ 2 files changed, 61 insertions(+) diff --git a/ChangeLog b/ChangeLog index 56ec2e77e9..b762c9c008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2006-11-01 Johannes Schlüter + + * ZendEngine2/zend_hash.c: + - restoring init of the uni str which has been removed (patch by Pierre) + +2006-11-01 Pierre-Alain Joye + + * ext/zip/tests/oo_addemptydir.phpt: + - add simple test for addEmptyDir() + +2006-11-01 Nuno Lopes + + * ext/tidy/tidy.c: + convert a few more functions + + * ext/tidy/tidy.c: + start converting the tidy and tidyNode objects to be Unicode aware + I added a converter pointer per node, so that the text can be converted to + unicode when requested + this commit also breaks a few tests in unicode mode, but it isnt scary at + this time :P + +2006-11-01 Ilia Alshanetsky + + * ext/standard/html.c: + MFB: Added missing boundary checks. + + * (PHP_5_2) + ext/standard/html.c: + Added missing boundary checks. + +2006-11-01 Pierre-Alain Joye + + * ext/zip/config.m4 + ext/zip/config.w32 + ext/zip/php_zip.c + ext/zip/lib/zip.h + ext/zip/lib/zip_add_dir.c + ext/zip/lib/zip_error.c + ext/zip/lib/zip_error_clear.c + ext/zip/lib/zip_file_error_clear.c + ext/zip/lib/zip_source_buffer.c + ext/zip/lib/zip_source_filep.c + ext/zip/lib/zip_stat_index.c + ext/zip/lib/zip_stat_init.c: + - fix stat when used with freshly added entries + - add zip_clear_error, zip_file_clear_error and zip_stat_init in libzip + - add addEmptyDir(name) method, creates an empty directory + +2006-11-01 Marcus Boerger + + * ext/dba/libcdb/cdb.c + ext/dba/tests/bug38698.phpt: + - Fixed Bug #38698 for some keys cdbmake creates corrupted db and cdb can't + read valid db + 2006-10-31 Hannes Magnusson * ext/spl/spl_iterators.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 195dbc7cd0..9a243696c4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2006-11-01 Johannes Schlüter + + * zend_hash.c: + - restoring init of the uni str which has been removed (patch by Pierre) + 2006-10-31 Marcus Boerger * zend_hash.c: -- 2.40.0