Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #63284 PCRE upgrade to 8.31 | Anatoliy Belsky | 2012-10-19 | 1 | -2/+2 |
| | |||||
* | We should check /usr/local/include last | Scott MacVicar | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | Search /usr/include too for those wanting to use a system PCRE. | Scott MacVicar | 2009-08-11 | 1 | -1/+1 |
| | |||||
* | upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵ | Nuno Lopes | 2008-09-09 | 1 | -1/+1 |
| | | | | later (not urgent..) | ||||
* | MFH: simplify, readability | Jani Taskinen | 2008-06-02 | 1 | -7/+11 |
| | |||||
* | MFH: use bundled PCRE library when both yes & no passed as argument, | Antony Dovgal | 2008-05-23 | 1 | -8/+14 |
| | | | | | look for headers and the lib otherwise | ||||
* | - MFH No longer allow to disable pcre | Marcus Boerger | 2008-04-10 | 1 | -5/+3 |
| | |||||
* | remove the -DHAVE_CONFIG_H switch again to fix things on windows | Nuno Lopes | 2007-09-11 | 1 | -1/+1 |
| | | | | | this means that the upgrade script strips the #ifdef automatically | ||||
* | adapt for PCRE 7.3 | Nuno Lopes | 2007-09-01 | 1 | -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 texts | foobar | 2007-07-03 | 1 | -4/+2 |
| | |||||
* | upgrade PCRE to version 7.2 RC3 | Nuno Lopes | 2007-06-15 | 1 | -2/+2 |
| | | | | | # I'll update to the final version early next week when its released | ||||
* | - MFH Need to install headers | Marcus Boerger | 2007-03-25 | 1 | -0/+1 |
| | |||||
* | upgrade pcre to version 7.0 | Nuno Lopes | 2007-02-09 | 1 | -1/+1 |
| | |||||
* | MFH: partly fix #39724 | Antony Dovgal | 2006-12-04 | 1 | -1/+3 |
| | | | | | ext/spl has a soft dependcy from ext/pcre (not ext/pcre-regex) | ||||
* | Upgrade PCRE lib to 6.7 | Ilia Alshanetsky | 2006-08-30 | 1 | -2/+2 |
| | |||||
* | remove the pcre_dfa_exec.c file, as it is needed (we dont expose that API) | Nuno Lopes | 2006-06-14 | 1 | -1/+1 |
| | |||||
* | Fixed bug #37586 (Bumped minimum PCRE version to 6.6, needed for recurssion | Ilia Alshanetsky | 2006-05-28 | 1 | -2/+2 |
| | | | | | limit support). | ||||
* | MFH (Import PCRE 6.6) | Andrei Zmievski | 2006-03-06 | 1 | -2/+2 |
| | |||||
* | - Readd the file in this branch | Marcus Boerger | 2005-12-07 | 1 | -0/+57 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'PHP_5_1'. | SVN Migration | 2005-08-08 | 1 | -56/+0 |
| | |||||
* | Upgrade to PCRE version 6.2. | Andrei Zmievski | 2005-08-08 | 1 | -2/+2 |
| | | | | | # Don't worry, upgrade for other branches is coming | ||||
* | No need to include ucp.c and ucptypetable.c here. | Andrei Zmievski | 2005-05-27 | 1 | -2/+2 |
| | |||||
* | Upgrade library to version 5.0. | Andrei Zmievski | 2005-05-27 | 1 | -2/+2 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -1/+1 |
| | | | | | to support multi-ABI platforms. | ||||
* | define this here too | Sterling Hughes | 2003-06-28 | 1 | -1/+1 |
| | |||||
* | Upgrading PCRE library to version 4.3. | Andrei Zmievski | 2003-06-27 | 1 | -1/+1 |
| | |||||
* | Fixed bug #22131, enable use of shared lib with pcre. | foobar | 2003-02-09 | 1 | -15/+14 |
| | |||||
* | Upgrade to version 3.92. | Andrei Zmievski | 2002-10-15 | 1 | -2/+2 |
| | |||||
* | MFB (patch by Troels Arvin <troels@arvin.dk>). | Edin Kadribasic | 2002-07-23 | 1 | -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 Schumann | 2002-03-07 | 1 | -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. | foobar | 2001-11-30 | 1 | -3/+3 |
| | |||||
* | Move -DSUPPORT_UTF8 flag into the appropriate Makefile so as not to pollute | Andrei Zmievski | 2001-05-18 | 1 | -1/+0 |
| | | | | | the global namespace. | ||||
* | Nuke more quotes | Sascha Schumann | 2001-05-12 | 1 | -2/+2 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Preprocessor stuff should go into CPPFLAGS. | Sascha Schumann | 2001-02-21 | 1 | -1/+1 |
| | |||||
* | Enable UTF8 support (incomplete) by default. | Andrei Zmievski | 2001-02-20 | 1 | -0/+1 |
| | |||||
* | Use the new AC_ADD_LIBRARY_WITH_PATH option shared-libadd | Sascha Schumann | 2000-05-02 | 1 | -5/+1 |
| | |||||
* | Improved in-tree shared libraries build system | Sascha Schumann | 2000-05-01 | 1 | -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 Zmievski | 2000-03-07 | 1 | -6/+15 |
| | |||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 1 | -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 Schumann | 1999-12-30 | 1 | -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 #2480 | Sascha Schumann | 1999-10-24 | 1 | -0/+2 |
| | |||||
* | * archive-based convenience libraries completely replaced | Sascha Schumann | 1999-10-04 | 1 | -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 Schumann | 1999-09-29 | 1 | -0/+2 |
| | | | | | * copy files for Apache from $(srcdir) | ||||
* | Small clarification. | Andrey Hristov | 1999-09-23 | 1 | -1/+2 |
| | |||||
* | improve short help messages | Sascha Schumann | 1999-09-16 | 1 | -3/+4 |
| | |||||
* | - Updated bundled PCRE library to version 2.08 | Andrey Hristov | 1999-09-14 | 1 | -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 Hristov | 1999-07-12 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Andrey Hristov | 1999-06-01 | 1 | -1/+1 |
| | |||||
* | * Get Apache module to compile again with the regex stuff. | Zeev Suraski | 1999-05-28 | 1 | -2/+2 |
| | | | | | * Get Apache to propertly work with POST, and some SAPI fixes |