+2007-06-15 Stanislav Malyshev <stas@zend.com>
+
+ * 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 <nunoplopes@sapo.pt>
+
+ * 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 <dmitry@zend.com>
+
+ * (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 <ilia@prohost.org>
* ext/standard/tests/file/bug41693.phpt