]> granicus.if.org Git - php/commit
upgrade PCRE to version 7.2 RC3
authorNuno Lopes <nlopess@php.net>
Fri, 15 Jun 2007 19:09:26 +0000 (19:09 +0000)
committerNuno Lopes <nlopess@php.net>
Fri, 15 Jun 2007 19:09:26 +0000 (19:09 +0000)
commit4e51d2ec73ed84ba0ca2306f5eff8e7af10b97de
tree11823bd075dc6eb9c3983a2b2262759fdc94648a
parent17db5db75992b14f8f7b4cfb2ac740d402c9619a
upgrade PCRE to version 7.2 RC3
# I'll update to the final version early next week when its released
77 files changed:
NEWS
ext/pcre/config.w32
ext/pcre/config0.m4
ext/pcre/pcrelib/AUTHORS
ext/pcre/pcrelib/COPYING
ext/pcre/pcrelib/ChangeLog
ext/pcre/pcrelib/HACKING [moved from ext/pcre/pcrelib/doc/Tech.Notes with 98% similarity]
ext/pcre/pcrelib/LICENCE
ext/pcre/pcrelib/NEWS
ext/pcre/pcrelib/NON-UNIX-USE
ext/pcre/pcrelib/README
ext/pcre/pcrelib/config.h [new file with mode: 0644]
ext/pcre/pcrelib/dftables.c
ext/pcre/pcrelib/doc/pcre.txt
ext/pcre/pcrelib/libpcre.def [deleted file]
ext/pcre/pcrelib/libpcreposix.def [deleted file]
ext/pcre/pcrelib/pcre.def [deleted file]
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 [deleted file]
ext/pcre/pcrelib/pcre_scanner.h [deleted file]
ext/pcre/pcrelib/pcre_scanner_unittest.cc [deleted file]
ext/pcre/pcrelib/pcre_stringpiece.cc [deleted file]
ext/pcre/pcrelib/pcre_stringpiece.h [deleted file]
ext/pcre/pcrelib/pcre_stringpiece_unittest.cc [deleted file]
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 [deleted file]
ext/pcre/pcrelib/pcrecpp.h [deleted file]
ext/pcre/pcrelib/pcrecpp_unittest.cc [deleted file]
ext/pcre/pcrelib/pcrecpparg.h [deleted file]
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 [deleted file]
ext/pcre/pcrelib/testdata/grepinputx
ext/pcre/pcrelib/testdata/grepoutput
ext/pcre/pcrelib/testdata/grepoutputN [new file with mode: 0644]
ext/pcre/pcrelib/testdata/testinput1
ext/pcre/pcrelib/testdata/testinput10 [new file with mode: 0644]
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 [new file with mode: 0644]
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
ext/pcre/pcrelib/ucptable.h [moved from ext/pcre/pcrelib/ucptable.c with 99% similarity]
ext/pcre/upgrade-pcre.php [new file with mode: 0644]