changelog Sun Apr 12 01:32:52 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3371&r2=1.3372&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3371 php-src/ChangeLog:1.3372
--- php-src/ChangeLog:1.3371 Sat Apr 11 01:32:38 2009
+++ php-src/ChangeLog Sun Apr 12 01:32:51 2009
@@ -1,3 +1,120 @@
+2009-04-11 Nuno Lopes <nunoplo...@sapo.pt>
+
+ * (PHP_5_3)
+ NEWS
+ ext/pcre/pcrelib/AUTHORS
+ ext/pcre/pcrelib/AUTHORS
+ ext/pcre/pcrelib/ChangeLog
+ ext/pcre/pcrelib/ChangeLog
+ ext/pcre/pcrelib/LICENCE
+ ext/pcre/pcrelib/LICENCE
+ ext/pcre/pcrelib/NEWS
+ ext/pcre/pcrelib/NEWS
+ ext/pcre/pcrelib/NON-UNIX-USE
+ ext/pcre/pcrelib/NON-UNIX-USE
+ ext/pcre/pcrelib/README
+ ext/pcre/pcrelib/README
+ ext/pcre/pcrelib/config.h
+ ext/pcre/pcrelib/config.h
+ ext/pcre/pcrelib/dftables.c
+ ext/pcre/pcrelib/dftables.c
+ ext/pcre/pcrelib/pcre.h
+ ext/pcre/pcrelib/pcre.h
+ ext/pcre/pcrelib/pcre_compile.c
+ ext/pcre/pcrelib/pcre_compile.c
+ ext/pcre/pcrelib/pcre_config.c
+ ext/pcre/pcrelib/pcre_config.c
+ ext/pcre/pcrelib/pcre_exec.c
+ ext/pcre/pcrelib/pcre_exec.c
+ ext/pcre/pcrelib/pcre_fullinfo.c
+ ext/pcre/pcrelib/pcre_fullinfo.c
+ ext/pcre/pcrelib/pcre_get.c
+ ext/pcre/pcrelib/pcre_get.c
+ ext/pcre/pcrelib/pcre_globals.c
+ ext/pcre/pcrelib/pcre_globals.c
+ ext/pcre/pcrelib/pcre_info.c
+ ext/pcre/pcrelib/pcre_info.c
+ ext/pcre/pcrelib/pcre_internal.h
+ ext/pcre/pcrelib/pcre_internal.h
+ ext/pcre/pcrelib/pcre_maketables.c
+ ext/pcre/pcrelib/pcre_maketables.c
+ ext/pcre/pcrelib/pcre_newline.c
+ ext/pcre/pcrelib/pcre_newline.c
+ ext/pcre/pcrelib/pcre_ord2utf8.c
+ ext/pcre/pcrelib/pcre_ord2utf8.c
+ ext/pcre/pcrelib/pcre_printint.src
+ ext/pcre/pcrelib/pcre_printint.src
+ ext/pcre/pcrelib/pcre_refcount.c
+ ext/pcre/pcrelib/pcre_refcount.c
+ ext/pcre/pcrelib/pcre_study.c
+ ext/pcre/pcrelib/pcre_study.c
+ ext/pcre/pcrelib/pcre_tables.c
+ ext/pcre/pcrelib/pcre_tables.c
+ ext/pcre/pcrelib/pcre_try_flipped.c
+ ext/pcre/pcrelib/pcre_try_flipped.c
+ ext/pcre/pcrelib/pcre_valid_utf8.c
+ ext/pcre/pcrelib/pcre_valid_utf8.c
+ ext/pcre/pcrelib/pcre_version.c
+ ext/pcre/pcrelib/pcre_version.c
+ ext/pcre/pcrelib/pcre_xclass.c
+ ext/pcre/pcrelib/pcre_xclass.c
+ ext/pcre/pcrelib/pcreposix.c
+ ext/pcre/pcrelib/pcreposix.c
+ ext/pcre/pcrelib/pcreposix.h
+ ext/pcre/pcrelib/pcreposix.h
+ ext/pcre/pcrelib/ucp.h
+ ext/pcre/pcrelib/ucp.h
+ ext/pcre/pcrelib/doc/pcre.txt
+ ext/pcre/pcrelib/doc/pcre.txt
+ ext/pcre/pcrelib/testdata/grepinputx
+ ext/pcre/pcrelib/testdata/grepinputx
+ ext/pcre/pcrelib/testdata/grepoutput
+ ext/pcre/pcrelib/testdata/grepoutput
+ ext/pcre/pcrelib/testdata/testinput1
+ ext/pcre/pcrelib/testdata/testinput1
+ ext/pcre/pcrelib/testdata/testinput2
+ ext/pcre/pcrelib/testdata/testinput2
+ ext/pcre/pcrelib/testdata/testinput5
+ ext/pcre/pcrelib/testdata/testinput5
+ ext/pcre/pcrelib/testdata/testinput6
+ ext/pcre/pcrelib/testdata/testinput6
+ ext/pcre/pcrelib/testdata/testinput7
+ ext/pcre/pcrelib/testdata/testinput7
+ ext/pcre/pcrelib/testdata/testoutput1
+ ext/pcre/pcrelib/testdata/testoutput1
+ ext/pcre/pcrelib/testdata/testoutput2
+ ext/pcre/pcrelib/testdata/testoutput2
+ ext/pcre/pcrelib/testdata/testoutput5
+ ext/pcre/pcrelib/testdata/testoutput5
+ ext/pcre/pcrelib/testdata/testoutput6
+ ext/pcre/pcrelib/testdata/testoutput6
+ ext/pcre/pcrelib/testdata/testoutput7
+ ext/pcre/pcrelib/testdata/testoutput7:
+ upgrade PCRE to version 7.9
+
+2009-04-11 Mikko Koppanen <mikko.koppa...@gmail.com>
+
+ * (PHP_5_3)
+ NEWS:
+ Added news entry about the 'n' flag
+
+ * (PHP_5_3)
+ main/streams/plain_wrapper.c:
+ MFH: Added support for passing O_NONBLOCK to the underlying open() system
+ call
+
+ * main/streams/plain_wrapper.c:
+ Added support for passing O_NONBLOCK to the underlying open() system call
+
+2009-04-11 Philip Olson <philipol...@gmail.com>
+
+ * (PHP_5_3)
+ README.RELEASE_PROCESS:
+ MFH: Removed an unnecessary item, that calls for doc builds
+
+ * README.RELEASE_PROCESS:
+ Removed an unnecessary item, that calls for doc builds
+
2009-04-10 Stanislav Malyshev <s...@zend.com>
* ext/intl/grapheme/grapheme_string.c:
@@ -36269,7 +36386,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3371 2009/04/11 01:32:38 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3372 2009/04/12 01:32:51 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c