History log of /PHP-7.1/ext/pcre/config0.m4 (Results 51 – 64 of 64)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 232afa48 04-Oct-1999 Sascha Schumann

* archive-based convenience libraries completely replaced
with libtool components

* SAPI targets can enable thread-safe mode and define
shared/static/prog

* archive-based convenience libraries completely replaced
with libtool components

* SAPI targets can enable thread-safe mode and define
shared/static/program build target

* all configure scripts use the same config.cache

* phplibdir is $(top_builddir)/modules to avoid
permission problems

* sapi/*/Makefile.inc are gone

* runpath handling cleaned up

* top-level Makefile.in obsoleted through Makefile.am

* --enable-versioning uses libtool's cleaner and more
portable -export-symbols feature

show more ...


# cf4afd61 29-Sep-1999 Sascha Schumann

* create Makefiles for ext, pcrelib, sapi/*
* copy files for Apache from $(srcdir)


Revision tags: PRE_FETCH_READ_PATCH, before-sapi-split
# 9f07657b 23-Sep-1999 Andrey Hristov

Small clarification.


Revision tags: PRE_DELAYED_ARRAY_FETCH_PATCH
# e20af627 16-Sep-1999 Sascha Schumann

improve short help messages


# 870a6679 14-Sep-1999 Andrey Hristov

- Updated bundled PCRE library to version 2.08
- Made it possible to specify external location of the PCRE library
- Reworked PCRE extension to use updated PCRE library API

Hopefully

- Updated bundled PCRE library to version 2.08
- Made it possible to specify external location of the PCRE library
- Reworked PCRE extension to use updated PCRE library API

Hopefully now everything behaves just like Perl..

show more ...


Revision tags: php-4.0b2, BEFORE_NEW_OPERATOR_FIX, BEFORE_BIG_SYMBOL_CHANGE, php-4.0b1
# be66f224 12-Jul-1999 Andrey Hristov

*** empty log message ***


Revision tags: BEFORE_REMOVING_AI_COUNT_FINAL_STEP, BEFORE_REMOVING_GC_STEP2, BEFORE_REMOVING_GC_STEP1
# aea74987 01-Jun-1999 Andrey Hristov

*** empty log message ***


# 0eb1498f 28-May-1999 Zeev Suraski

* Get Apache module to compile again with the regex stuff.
* Get Apache to propertly work with POST, and some SAPI fixes


# 3fe94e5b 28-May-1999 Andrey Hristov

-Modified PCRE library slightly to do what needs to be done
-Updated preg_replace() code to handle stuff properly
-Removed ability to specify external PCRE library source to link against

-Modified PCRE library slightly to do what needs to be done
-Updated preg_replace() code to handle stuff properly
-Removed ability to specify external PCRE library source to link against
(since our bundled version is patched now)

show more ...


# a5138d27 27-May-1999 Andrey Hristov

We don't need those there.


# e10e4dbe 27-May-1999 Andrey Hristov

Really fix the configuration now so that it's possible to compile both
against the bundled PCRE library and the one external to the source tree.
Crossing my fingers while Zeev compiles this.

Really fix the configuration now so that it's possible to compile both
against the bundled PCRE library and the one external to the source tree.
Crossing my fingers while Zeev compiles this. :)

show more ...


# 5d0a7599 27-May-1999 Sascha Schumann

- fix CGI build (at least)


# 66f850e5 26-May-1999 Andrey Hristov

-Added PCRE library source
-Updated configuration process


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 17bbbf29 21-May-1999 Andrey Hristov

Initial check-in of PCRE (Perl Compatible Regular Expressions) extension.

PCRE library can be found at ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/

config.m4 will be updated

Initial check-in of PCRE (Perl Compatible Regular Expressions) extension.

PCRE library can be found at ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/

config.m4 will be updated to be more robust later on.

perl_match() takes a regular expression, the source string, and the array
for subpattern matches.

perl_replace() takes a regular expression, the search string, and the replacement
string.

Regular expression is specified using delimiters and options. Example:

perl_match("/<[a-z]*>/i", $text, $tags);

More stuff is coming soon.

show more ...


123