summaryrefslogtreecommitdiff
path: root/ext/pcre/config0.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-191-2/+2
|
* We should check /usr/local/include lastScott MacVicar2009-08-111-1/+1
|
* Search /usr/include too for those wanting to use a system PCRE.Scott MacVicar2009-08-111-1/+1
|
* upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵Nuno Lopes2008-09-091-1/+1
| | | | later (not urgent..)
* MFH: simplify, readabilityJani Taskinen2008-06-021-7/+11
|
* MFH: use bundled PCRE library when both yes & no passed as argument,Antony Dovgal2008-05-231-8/+14
| | | | | look for headers and the lib otherwise
* - MFH No longer allow to disable pcreMarcus Boerger2008-04-101-5/+3
|
* remove the -DHAVE_CONFIG_H switch again to fix things on windowsNuno Lopes2007-09-111-1/+1
| | | | | this means that the upgrade script strips the #ifdef automatically
* adapt for PCRE 7.3Nuno Lopes2007-09-011-1/+1
| | | | | remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings
* MFH: Fix some configure --help textsfoobar2007-07-031-4/+2
|
* upgrade PCRE to version 7.2 RC3Nuno Lopes2007-06-151-2/+2
| | | | | # I'll update to the final version early next week when its released
* - MFH Need to install headersMarcus Boerger2007-03-251-0/+1
|
* upgrade pcre to version 7.0Nuno Lopes2007-02-091-1/+1
|
* MFH: partly fix #39724Antony Dovgal2006-12-041-1/+3
| | | | | ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex)
* Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-301-2/+2
|
* remove the pcre_dfa_exec.c file, as it is needed (we dont expose that API)Nuno Lopes2006-06-141-1/+1
|
* Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssionIlia Alshanetsky2006-05-281-2/+2
| | | | | limit support).
* MFH (Import PCRE 6.6)Andrei Zmievski2006-03-061-2/+2
|
* - Readd the file in this branchMarcus Boerger2005-12-071-0/+57
|
* This commit was manufactured by cvs2svn to create branch 'PHP_5_1'.SVN Migration2005-08-081-56/+0
|
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-081-2/+2
| | | | | # Don't worry, upgrade for other branches is coming
* No need to include ucp.c and ucptypetable.c here.Andrei Zmievski2005-05-271-2/+2
|
* Upgrade library to version 5.0.Andrei Zmievski2005-05-271-2/+2
|
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-1/+1
| | | | | to support multi-ABI platforms.
* define this here tooSterling Hughes2003-06-281-1/+1
|
* Upgrading PCRE library to version 4.3.Andrei Zmievski2003-06-271-1/+1
|
* Fixed bug #22131, enable use of shared lib with pcre.foobar2003-02-091-15/+14
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-151-2/+2
|
* MFB (patch by Troels Arvin <troels@arvin.dk>).Edin Kadribasic2002-07-231-2/+4
| | | | | | Added pcre include path to global list of includes in order to allow use of external pcre libs.
* Please welcome the new build system.Sascha Schumann2002-03-071-9/+3
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Unified the configure messages.foobar2001-11-301-3/+3
|
* Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to polluteAndrei Zmievski2001-05-181-1/+0
| | | | | the global namespace.
* Nuke more quotesSascha Schumann2001-05-121-2/+2
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* Preprocessor stuff should go into CPPFLAGS.Sascha Schumann2001-02-211-1/+1
|
* Enable UTF8 support (incomplete) by default.Andrei Zmievski2001-02-201-0/+1
|
* Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libaddSascha Schumann2000-05-021-5/+1
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-59/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* Expanded checking for pcre.h and libpcre.a.Andrei Zmievski2000-03-071-6/+15
|
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-4/+4
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-4/+4
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Define USE_BCOPY, if memmove is not found (i.e. SunOS 4). Fix for #2480Sascha Schumann1999-10-241-0/+2
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-3/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* * create Makefiles for ext, pcrelib, sapi/*Sascha Schumann1999-09-291-0/+2
| | | | | * copy files for Apache from $(srcdir)
* Small clarification.Andrey Hristov1999-09-231-1/+2
|
* improve short help messagesSascha Schumann1999-09-161-3/+4
|
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-11/+42
| | | | | | | | - 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..
* *** empty log message ***Andrey Hristov1999-07-121-1/+1
|
* *** empty log message ***Andrey Hristov1999-06-011-1/+1
|
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-281-2/+2
| | | | | * Get Apache to propertly work with POST, and some SAPI fixes