]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 1 Nov 2006 01:31:07 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Wed, 1 Nov 2006 01:31:07 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 018c093b691872bccd3bddeb7e5c02c4f6564e3d..56ec2e77e969c66f95e9f554e003c2ae9ccddb53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2006-10-31  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * ext/spl/spl_iterators.c:
+      Fix segfault on invalid regex
+
+2006-10-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/spl/examples/directoryfilterdots.inc:
+      - Fixed Bug #39090 DirectoryFilterDots doxygen docs and example is wrong
+
+2006-10-31  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/zip/php_zip.c:
+      - use zip_name_locate in getCommentName
+
+2006-10-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/spl/internal/recursiveiteratoriterator.inc:
+      - Fixed Bug #39151 Parse error in recursiveiteratoriterator.php
+
+    * ext/spl/php_spl.c
+      ext/spl/php_spl.h
+      ext/spl/tests/spl_autoload_009.phpt:
+      - Fixed Bug #39313 spl_autoload triggers Fatal error
+
+2006-10-31  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/filter/package.xml:
+      - bug first
+
+2006-10-31  Nuno Lopes  <nunoplopes@sapo.pt>
+
+    * ext/bz2/bz2.c
+      ext/gd/gd.c:
+      cleaning some warnings (char* -> zstr)
+
+2006-10-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_hash.c:
+      - Consistency of apply funcs, #39320
+
+2006-10-31  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * unicode-progress.txt:
+      - update ext/zip
+
+    * ext/zip/php_zip.c:
+      - mark extractTo as U-ready, path and filenames are now encoded correctly
+
+2006-10-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend.c:
+      - Fix issue with name mangling
+
+    * ext/pdo_pgsql/pgsql_statement.c:
+      - Drop some uncompletley synched code, makes it work at least
+
+2006-10-31  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/zip/php_zip.c
+      ext/zip/tests/oo_stream.phpt:
+      - fix possible leak in addFile when an unicode filename is given
+      - Mark getStream as Unicode ready, the tests was wrong
+        $unistring .= fread($fpbinary); $unistring remains as unicode.
+
+2006-10-31  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_2)
+      README.UPDATE_5_2:
+      Cleanup of 5.2 update file from Steph
+
+2006-10-31  Georg Richter  <georg@mysql.com>
+
+    * ext/mysqli/mysqli_api.c
+      ext/mysqli/mysqli_nonapi.c:
+      Fixed function headers (added missing U)
+      fixed socket parameter (was removed by mistake in a previous commit)
+
+2006-10-31  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * ext/zip/php_zip.c
+      ext/zip/php_zip.h
+      ext/zip/tests/bug38943.phpt
+      ext/zip/tests/bug38944.phpt
+      ext/zip/tests/oo_extract.phpt:
+      - initial unicode support
+       . entry names will be converted to ascii. zip works with cp437
+         when 7zip support will be added, unicode string will be supported
+       . path and filenames are now encoded using php_stream_path_param_encode
+         if the filename/path is used as entry name, it is converted to ascii
+       . the stream (getStream and zip://) needs some tweak. I'm not sure if it
+         should return unicode or binary, neither how to change the default. For
+         now it returns unicode (seems to be the default :)
+      comments/suggestions welcome
+
+    * ext/filter/package.xml:
+      - update release date
+
+    * ext/zip/tests/test_with_comment.zip:
+      - add comment
+
+    * ext/zip/tests/test_with_comment.zip:
+      - missing test archive
+
 2006-10-30  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_2)
index 251ff3c5b4c1e4f6efc53ce9465a2d31d4242a47..195dbc7cd0b6e065e23875357a41df67659d0fba 100644 (file)
@@ -1,3 +1,11 @@
+2006-10-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_hash.c:
+      - Consistency of apply funcs, #39320
+
+    * zend.c:
+      - Fix issue with name mangling
+
 2006-10-30  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_vm_def.h