changelog Wed Nov 1 01:31:05 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2499&r2=1.2500&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2499 php-src/ChangeLog:1.2500 --- php-src/ChangeLog:1.2499 Tue Oct 31 01:31:12 2006 +++ php-src/ChangeLog Wed Nov 1 01:31:05 2006 @@ -1,3 +1,107 @@ +2006-10-31 Hannes Magnusson <[EMAIL PROTECTED]> + + * ext/spl/spl_iterators.c: + Fix segfault on invalid regex + +2006-10-31 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/spl/examples/directoryfilterdots.inc: + - Fixed Bug #39090 DirectoryFilterDots doxygen docs and example is wrong + +2006-10-31 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/zip/php_zip.c: + - use zip_name_locate in getCommentName + +2006-10-31 Marcus Boerger <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * ext/filter/package.xml: + - bug first + +2006-10-31 Nuno Lopes <[EMAIL PROTECTED]> + + * ext/bz2/bz2.c + ext/gd/gd.c: + cleaning some warnings (char* -> zstr) + +2006-10-31 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_hash.c: + - Consistency of apply funcs, #39320 + +2006-10-31 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (PHP_5_2) + README.UPDATE_5_2: + Cleanup of 5.2 update file from Steph + +2006-10-31 Georg Richter <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_5_2)