]> granicus.if.org Git - php/commit
@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
authorAndrei Zmievski <andrei@php.net>
Mon, 12 Jun 2000 19:55:58 +0000 (19:55 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 12 Jun 2000 19:55:58 +0000 (19:55 +0000)
commit7ef638aa30a08fa63027402777b5e4f79339b264
tree59781ddba6b283c88e037c2399cfa5b69bac9604
parent318a59d3020007f4fa9cf1af447062337d171e99
@- Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern
@  matched an empty string. (Andrei)
15 files changed:
ext/pcre/pcrelib/ChangeLog
ext/pcre/pcrelib/LICENCE
ext/pcre/pcrelib/doc/pcre.3
ext/pcre/pcrelib/doc/pcre.html
ext/pcre/pcrelib/doc/pcre.txt
ext/pcre/pcrelib/doc/pcretest.txt
ext/pcre/pcrelib/internal.h
ext/pcre/pcrelib/pcre.c
ext/pcre/pcrelib/pcretest.c
ext/pcre/pcrelib/testdata/testinput3
ext/pcre/pcrelib/testdata/testoutput1
ext/pcre/pcrelib/testdata/testoutput2
ext/pcre/pcrelib/testdata/testoutput3
ext/pcre/pcrelib/testdata/testoutput4
ext/pcre/php_pcre.c