summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/pcre.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed bug #63284 PCRE upgrade to 8.31Anatoliy Belsky2012-10-191-40/+229
|
* Update bundled PCRE to 8.12Scott MacVicar2011-05-131-2/+2
|
* Upgraded\ bundled\ PCRE\ to\ version\ 8.11.Ilia Alshanetsky2010-12-241-37/+41
|
* MFH: Upgraded bundled PCRE to version 8.10.Ilia Alshanetsky2010-08-141-3/+6
|
* Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-291-2/+2
|
* Upgraded bundled PCRE to version 8.01Ilia Alshanetsky2010-01-211-2/+2
|
* Update PCRE to 8.00Scott MacVicar2009-11-031-4/+8
|
* upgrade PCRE to version 7.9Nuno Lopes2009-04-111-3/+6
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ↵Nuno Lopes2008-09-091-2/+2
| | | | later (not urgent..)
* upgrade to PCRE 7.7Nuno Lopes2008-07-061-2/+3
|
* upgrade to PCRE 7.6.Nuno Lopes2008-01-291-3/+3
| | | | | #changes to code are minimal. this fixes a security bug
* upgrade PCRE to version 7.5Nuno Lopes2008-01-131-2/+2
|
* upgrade pcre to version 7.4Nuno Lopes2007-10-071-3/+6
|
* upgrade to PCRE 7.3Nuno Lopes2007-09-011-10/+26
|
* final PCRE 7.2 release :-)Nuno Lopes2007-06-191-2/+2
|
* upgrade PCRE to version 7.2 RC3Nuno Lopes2007-06-151-60/+48
| | | | | # I'll update to the final version early next week when its released
* upgrade pcre to version 7.0Nuno Lopes2007-02-091-6/+10
|
* MFHAntony Dovgal2007-01-031-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Upgrade PCRE lib to 6.7Ilia Alshanetsky2006-08-301-2/+8
|
* MFH (Import PCRE 6.6)Andrei Zmievski2006-03-061-17/+43
|
* Upgrade to PCRE version 6.2.Andrei Zmievski2005-08-081-54/+73
| | | | | # Don't worry, upgrade for other branches is coming
* Upgrade library to version 5.0.Andrei Zmievski2005-05-271-6/+52
|
* MFBAndrei Zmievski2003-12-161-16/+25
|
* Upgrading PCRE library to version 4.3.Andrei Zmievski2003-06-271-63/+99
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* Nuke one more win32 linking warning.Edin Kadribasic2002-11-181-1/+1
|
* Upgrade to version 3.92.Andrei Zmievski2002-10-151-24/+60
|
* Update bundled pcrelib to 3.9.Wez Furlong2002-09-141-7/+10
| | | | | # Tested under Linux only
* Include PHP compatibility header file.Andrei Zmievski2001-02-201-0/+1
|
* Upgrade PCRE to version 3.4.Andrei Zmievski2001-02-201-15/+18
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Re-add.Andrei Zmievski2000-04-111-0/+107
|
* *** empty log message ***Andrei Zmievski2000-04-111-96/+0
|
* Prefix some symbols with php_Sascha Schumann2000-03-041-0/+2
| | | | | ^(pcre|Xml|XML).*
* - Updated bundled PCRE library to version 2.08Andrey Hristov1999-09-141-4/+24
| | | | | | | | - 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..
* Fixed PCRE so that global matching with patterns with \b works.Andrey Hristov1999-05-291-1/+1
|
* -Modified PCRE library slightly to do what needs to be doneAndrey Hristov1999-05-281-1/+1
| | | | | | | -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)
* -Added PCRE library sourceAndrey Hristov1999-05-261-0/+74
-Updated configuration process