changelog Tue Mar 7 06:31:45 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2276&r2=1.2277&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2276 php-src/ChangeLog:1.2277 --- php-src/ChangeLog:1.2276 Mon Mar 6 06:31:41 2006 +++ php-src/ChangeLog Tue Mar 7 06:31:44 2006 @@ -1,3 +1,161 @@ +2006-03-06 Sebastian Bergmann <[EMAIL PROTECTED]> + + * ext/pcre/config.w32: + MFB: Fix build and sync parameters with config0.m4. + + * (PHP_5_1) + ext/pcre/config.w32: + Fix build and sync parameters with config0.m4. + +2006-03-06 Andrei Zmievski <[EMAIL PROTECTED]> + + * (PHP_4_4) + NEWS + NEWS: + -** empty log message *** + + * ext/standard/string.c: + Fix protos to use 'string' for parameters that can be either binary or + unicode. + +2006-03-06 Derick Rethans <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS: + - MFH: Fixed bug #36638 (strtotime() returns false when 2nd argument < 1). + (Derick) + +2006-03-06 Andrei Zmievski <[EMAIL PROTECTED]> + + * ext/pcre/pcrelib/pcre_printint.src + ext/pcre/pcrelib/pcre_printint.src + ext/pcre/pcrelib/pcre_printint.src + ext/pcre/pcrelib/pcre_refcount.c + ext/pcre/pcrelib/pcre_scanner.cc + ext/pcre/pcrelib/pcre_scanner_unittest.cc + ext/pcre/pcrelib/pcre_study.c + ext/pcre/pcrelib/pcre_tables.c + ext/pcre/pcrelib/pcre_try_flipped.c + ext/pcre/pcrelib/pcre_ucp_findchar.c + ext/pcre/pcrelib/pcre_ucp_searchfuncs.c + ext/pcre/pcrelib/pcre_ucp_searchfuncs.c + ext/pcre/pcrelib/pcre_ucp_searchfuncs.c + ext/pcre/pcrelib/pcre_valid_utf8.c + ext/pcre/pcrelib/pcre_version.c + ext/pcre/pcrelib/pcre_xclass.c + ext/pcre/pcrelib/pcrecpp.cc + ext/pcre/pcrelib/pcrecpp.h + ext/pcre/pcrelib/pcrecpp_unittest.cc + ext/pcre/pcrelib/pcrecpparg.h + ext/pcre/pcrelib/pcrecpparg.h + ext/pcre/pcrelib/pcrecpparg.h + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/pcretest.c + ext/pcre/pcrelib/ucp.h + ext/pcre/pcrelib/ucp_findchar.c + ext/pcre/pcrelib/ucpinternal.h + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/doc/Tech.Notes + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/testdata/grepinput + ext/pcre/pcrelib/testdata/greplist + ext/pcre/pcrelib/testdata/grepoutput + ext/pcre/pcrelib/testdata/testinput2 + ext/pcre/pcrelib/testdata/testinput3 + ext/pcre/pcrelib/testdata/testinput4 + ext/pcre/pcrelib/testdata/testinput5 + ext/pcre/pcrelib/testdata/testinput6 + ext/pcre/pcrelib/testdata/testinput7 + ext/pcre/pcrelib/testdata/testinput9 + ext/pcre/pcrelib/testdata/testoutput1 + ext/pcre/pcrelib/testdata/testoutput2 + ext/pcre/pcrelib/testdata/testoutput3 + ext/pcre/pcrelib/testdata/testoutput4 + ext/pcre/pcrelib/testdata/testoutput5 + ext/pcre/pcrelib/testdata/testoutput6 + ext/pcre/pcrelib/testdata/testoutput7 + ext/pcre/pcrelib/testdata/testoutput8 + ext/pcre/pcrelib/testdata/testoutput9: + 1.1.4; + Import PCRE 6.6 and make adjustments. + + * ext/pcre/config.w32 + ext/pcre/config0.m4 + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/LICENCE + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/NON-UNIX-USE + ext/pcre/pcrelib/README + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/pcre.def + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre_compile.c + ext/pcre/pcrelib/pcre_config.c + ext/pcre/pcrelib/pcre_dfa_exec.c + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/pcre_fullinfo.c + ext/pcre/pcrelib/pcre_get.c + ext/pcre/pcrelib/pcre_globals.c + ext/pcre/pcrelib/pcre_info.c + ext/pcre/pcrelib/pcre_internal.h + ext/pcre/pcrelib/pcre_maketables.c + ext/pcre/pcrelib/pcre_ord2utf8.c + ext/pcre/pcrelib/pcre_printint.c: + Import PCRE 6.6 and make adjustments. + +2006-03-06 Rob Richards <[EMAIL PROTECTED]> + + * (PHP_5_1) + ext/standard/filestat.c: + fix win build + +2006-03-06 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/pgsql/pgsql.c + ext/pgsql/tests/.cvsignore + ext/pgsql/tests/80_bug36625.phpt: + - Fixed #36625 pg_trace() does not work + +2006-03-06 Rob Richards <[EMAIL PROTECTED]> + + * ext/simplexml/simplexml.c + ext/simplexml/tests/031.phpt: + implement addChild() and addAttribute() methods + add test + +2006-03-06 Colin Viebrock <[EMAIL PROTECTED]> + + * (PHP_5_1) + php.gif + main/logos.h: + fix logo (proper spacing between the letters) + +2006-03-06 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * NEWS + ext/standard/basic_functions.c + ext/standard/basic_functions.h + ext/standard/file.c: + Fixed bug #36630 (umask not reset at the end of the request). + + +2006-03-06 Marcus Boerger <[EMAIL PROTECTED]> + + * ext/ming/ming.c + ext/ming/ming.c: + - Proto fixes + +2006-03-06 Dmitry Stogov <[EMAIL PROTECTED]> + + * ZendEngine2/bench.php: + fixed compatibility with ext/hash + + * (PHP_5_1) + ZendEngine2/bench.php: + Fixed compatibility with ext/hash + 2006-03-05 Pierre-Alain Joye <[EMAIL PROTECTED]> * NEWS