changelog Sat Jun 16 01:31:19 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2720&r2=1.2721&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2720 php-src/ChangeLog:1.2721 --- php-src/ChangeLog:1.2720 Fri Jun 15 01:31:14 2007 +++ php-src/ChangeLog Sat Jun 16 01:31:18 2007 @@ -1,3 +1,149 @@ +2007-06-15 Stanislav Malyshev <[EMAIL PROTECTED]> + + * ext/session/session.c + ext/session/session.c: + MF5: Disallow characters that Cookie RFC does not allow in unquoted cookies + + * (PHP_5_2) + ext/session/session.c: + Disallow characters that Cookie RFC does not allow in unquoted cookies + +2007-06-15 Nuno Lopes <[EMAIL PROTECTED]> + + * ext/gd/libgd/gd.c: + MFB: sync with libgd: improve _gdImageFillTiled() + + * (PHP_5_2) + ext/gd/libgd/gd.c: + sync with libgd: improve _gdImageFillTiled() + + * (PHP_5_2) + NEWS + ext/pcre/config.w32 + ext/pcre/config0.m4 + ext/pcre/upgrade-pcre.php + ext/pcre/pcrelib/AUTHORS + ext/pcre/pcrelib/COPYING + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/HACKING + ext/pcre/pcrelib/LICENCE + ext/pcre/pcrelib/NEWS + ext/pcre/pcrelib/NON-UNIX-USE + ext/pcre/pcrelib/README + ext/pcre/pcrelib/config.h + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/libpcre.def + ext/pcre/pcrelib/libpcreposix.def + ext/pcre/pcrelib/pcre.def + ext/pcre/pcrelib/pcre.h + ext/pcre/pcrelib/pcre_chartables.c + ext/pcre/pcrelib/pcre_compile.c + ext/pcre/pcrelib/pcre_config.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_newline.c + ext/pcre/pcrelib/pcre_ord2utf8.c + ext/pcre/pcrelib/pcre_printint.src + ext/pcre/pcrelib/pcre_refcount.c + ext/pcre/pcrelib/pcre_scanner.cc + ext/pcre/pcrelib/pcre_scanner.h + ext/pcre/pcrelib/pcre_scanner_unittest.cc + ext/pcre/pcrelib/pcre_stringpiece.cc + ext/pcre/pcrelib/pcre_stringpiece.h + ext/pcre/pcrelib/pcre_stringpiece_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_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/pcredemo.c + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcreposix.c + ext/pcre/pcrelib/pcreposix.h + ext/pcre/pcrelib/pcretest.c + ext/pcre/pcrelib/ucptable.c + ext/pcre/pcrelib/ucptable.h + ext/pcre/pcrelib/doc/Tech.Notes + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/testdata/.cvsignore + ext/pcre/pcrelib/testdata/grepinputx + ext/pcre/pcrelib/testdata/grepoutput + ext/pcre/pcrelib/testdata/grepoutputN + ext/pcre/pcrelib/testdata/testinput1 + ext/pcre/pcrelib/testdata/testinput10 + ext/pcre/pcrelib/testdata/testinput2 + ext/pcre/pcrelib/testdata/testinput3 + ext/pcre/pcrelib/testdata/testinput5 + ext/pcre/pcrelib/testdata/testinput6 + ext/pcre/pcrelib/testdata/testinput7 + ext/pcre/pcrelib/testdata/testinput8 + ext/pcre/pcrelib/testdata/testinput9 + ext/pcre/pcrelib/testdata/testoutput1 + ext/pcre/pcrelib/testdata/testoutput10 + ext/pcre/pcrelib/testdata/testoutput2 + ext/pcre/pcrelib/testdata/testoutput3 + 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: + upgrade PCRE to version 7.2 RC3 + + * ext/pcre/tests/bug41050.phpt + ext/pcre/tests/bug41148.phpt + ext/pcre/tests/bug41638.phpt: + MFB: new tests + + * ext/pcre/tests/bug41050.phpt + ext/pcre/tests/bug41050.phpt + ext/pcre/tests/bug41148.phpt + ext/pcre/tests/bug41148.phpt + ext/pcre/tests/bug41638.phpt + ext/pcre/tests/bug41638.phpt: + + file bug41050.phpt was initially added on branch PHP_5_2. + +2007-06-15 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + main/main.c + main/main.c: + HTTP 500 is sent to browser in case of PHP error instead of blank page + + * ext/standard/tests/network/bug41347.phpt + ext/standard/tests/network/bug41347.phpt + ext/standard/tests/strings/unpack.phpt + ext/standard/tests/strings/unpack.phpt: + Fixed test + + * ext/standard/tests/file/disk_free_space_basic.phpt + ext/standard/tests/file/disk_free_space_basic.phpt: + Prevent memory overflow + + * main/main.c: + (wrong previous patch) + + * main/main.c: + Prevent crash in case of wrong arguments to CRT functions (dtrftime()) on + PHP complead by MS VC8 + + * (PHP_5_2) + main/main.c: + Prevent crash in case of wrong arguments to CRT functions (strftime()) on + PHP complead by MS VC2005 + 2007-06-14 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/standard/tests/file/bug41693.phpt