]> granicus.if.org Git - php/commit
-Added PCRE library source
authorAndrey Hristov <andrey@php.net>
Wed, 26 May 1999 21:47:57 +0000 (21:47 +0000)
committerAndrey Hristov <andrey@php.net>
Wed, 26 May 1999 21:47:57 +0000 (21:47 +0000)
commit66f850e5b7f97bb8b07df7ca0d2a82acf4c239d4
tree534d993fe1afe902042082be0457acfcd10bd4f1
parentd73c63852645a0a4324f24b367dff43b54eada85
-Added PCRE library source
-Updated configuration process
34 files changed:
ext/pcre/Makefile.am
ext/pcre/config.m4
ext/pcre/config0.m4
ext/pcre/pcrelib/ChangeLog [new file with mode: 0644]
ext/pcre/pcrelib/LICENCE [new file with mode: 0644]
ext/pcre/pcrelib/Makefile [new file with mode: 0644]
ext/pcre/pcrelib/README [new file with mode: 0644]
ext/pcre/pcrelib/RunTest [new file with mode: 0755]
ext/pcre/pcrelib/Tech.Notes [new file with mode: 0644]
ext/pcre/pcrelib/chartables.c [new file with mode: 0644]
ext/pcre/pcrelib/dftables.c [new file with mode: 0644]
ext/pcre/pcrelib/get.c [new file with mode: 0644]
ext/pcre/pcrelib/internal.h [new file with mode: 0644]
ext/pcre/pcrelib/maketables.c [new file with mode: 0644]
ext/pcre/pcrelib/pcre.3 [new file with mode: 0644]
ext/pcre/pcrelib/pcre.c [new file with mode: 0644]
ext/pcre/pcrelib/pcre.h [new file with mode: 0644]
ext/pcre/pcrelib/pcreposix.3 [new file with mode: 0644]
ext/pcre/pcrelib/pcreposix.c [new file with mode: 0644]
ext/pcre/pcrelib/pcreposix.h [new file with mode: 0644]
ext/pcre/pcrelib/pcretest.c [new file with mode: 0644]
ext/pcre/pcrelib/perltest [new file with mode: 0755]
ext/pcre/pcrelib/pgrep.1 [new file with mode: 0644]
ext/pcre/pcrelib/pgrep.c [new file with mode: 0644]
ext/pcre/pcrelib/study.c [new file with mode: 0644]
ext/pcre/pcrelib/testinput1 [new file with mode: 0644]
ext/pcre/pcrelib/testinput2 [new file with mode: 0644]
ext/pcre/pcrelib/testinput3 [new file with mode: 0644]
ext/pcre/pcrelib/testinput4 [new file with mode: 0644]
ext/pcre/pcrelib/testoutput1 [new file with mode: 0644]
ext/pcre/pcrelib/testoutput2 [new file with mode: 0644]
ext/pcre/pcrelib/testoutput3 [new file with mode: 0644]
ext/pcre/pcrelib/testoutput4 [new file with mode: 0644]
ext/pcre/setup.stub