changelog Thu Nov 2 01:31:05 2006 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2500&r2=1.2501&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2500 php-src/ChangeLog:1.2501
--- php-src/ChangeLog:1.2500 Wed Nov 1 01:31:05 2006
+++ php-src/ChangeLog Thu Nov 2 01:31:05 2006
@@ -1,3 +1,59 @@
+2006-11-01 Johannes Schlüter <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_hash.c:
+ - restoring init of the uni str which has been removed (patch by Pierre)
+
+2006-11-01 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * ext/zip/tests/oo_addemptydir.phpt:
+ - add simple test for addEmptyDir()
+
+2006-11-01 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* ext/spl/spl_iterators.c: