summaryrefslogtreecommitdiff
path: root/ext/pcre
Commit message (Collapse)AuthorAgeFilesLines
* Fix Windows buildKalle Sommer Nielsen2010-08-161-0/+3
|
* - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h)Sriram Natarajan2010-07-271-0/+7
| | | | | | # PCRE's config.h can very well reuse the definitions made available from # PHP's configure script output available within php_config.h
* - fix buildPierre Joye2010-04-011-1/+3
|
* Upgraded bundled PCRE to version 8.02.Ilia Alshanetsky2010-03-2946-5601/+10317
|
* Downgrade bundled PCRE to version 7.9 due to 8.0+ version use of C99Ilia Alshanetsky2010-02-0344-7787/+3637
|
* - fix win buildPierre Joye2010-01-221-1/+5
|
* Upgraded bundled PCRE to version 8.01Ilia Alshanetsky2010-01-2143-3636/+7782
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-032-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
|
* Remove empty sections. Fix bad use of --SKIP--Zoe Slattery2009-07-211-2/+1
|
* Fix testandy wharmby2009-06-231-1/+1
|
* MFH fix bug #44214: crash with preg_replace_callback and global variablesScott MacVicar2009-06-081-2/+2
|
* MFH: fix bug #47662: support more than 127 named subpatternsNuno Lopes2009-04-142-1/+19
|
* upgrade to pcre 7.9Nuno Lopes2009-04-1445-1553/+3303
|
* Fix bug #44336 in PHP 5.2 as well.Andrei Zmievski2009-01-131-1/+16
|
* New pcre extension tests. Tested on Windows, Linux and Linux 64-bitandy wharmby2009-01-075-0/+169
|
* - MF PHP_5_3Andi Gutmans2009-01-021-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3125-25/+25
|
* Fix bug #46959 - Can't disable PCRE in 5.2.x, too much was backported from 5.3.Scott MacVicar2008-12-291-24/+16
|
* remove unused file to avoid confusionNuno Lopes2008-12-081-3088/+0
|
* MFB: Fixed bug #46643 (Upgraded PCRElib to 7.8)Ilia Alshanetsky2008-11-2349-1662/+5456
|
* MFH: - Fixed bug #44925 (preg_grep() modifies input array). (Nuno)Jani Taskinen2008-08-202-8/+122
|
* MFH: test for bug #42737Jani Taskinen2008-08-201-0/+19
|
* MFH: Fix for bug #42737 (and #45850)Jani Taskinen2008-08-201-1/+1
|
* *** empty log message ***Arnaud Le Blanc2008-08-082-48/+116
|
* Fix testFelipe Pena2008-02-211-2/+4
|
* Fixed Bug #44191 (preg_grep messes up array index)Felipe Pena2008-02-201-1/+1
|
* New testFelipe Pena2008-02-201-0/+14
|
* upgrade to pcre 7.6Nuno Lopes2008-01-2936-103/+225
|
* MFH: fix bug #42945, as asked by IliaNuno Lopes2008-01-142-1/+91
|
* upgrade PCRE to version 7.5 (as asked by IliaNuno Lopes2008-01-1448-1280/+3617
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
|
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
|
* Add some more pcre testsRobert Nicholson2007-11-2127-0/+1271
|
* MFHAntony Dovgal2007-09-202-1/+26
|
* remove the -DHAVE_CONFIG_H switch again to fix things on windowsNuno Lopes2007-09-1125-50/+21
| | | | | this means that the upgrade script strips the #ifdef automatically
* adapt for PCRE 7.3Nuno Lopes2007-09-013-6/+2
| | | | | remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings
* upgrade to PCRE 7.3Nuno Lopes2007-09-0151-1650/+3872
|
* new testNuno Lopes2007-09-011-0/+46
|
* [DOC] MFH: add PCRE_VERSION constant to ext/pcreAntony Dovgal2007-07-241-1/+2
|
* MFH: Fix some configure --help textsfoobar2007-07-031-4/+2
|
* new testNuno Lopes2007-06-191-0/+38
|
* final PCRE 7.2 release :-)Nuno Lopes2007-06-1910-16/+51
|
* upgrade PCRE to version 7.2 RC3Nuno Lopes2007-06-1576-10732/+8768
| | | | | # I'll update to the final version early next week when its released
* add tests for pcre 7.0 regressionNuno Lopes2007-06-153-0/+158
| | | | | update to pcre 7.2 will follow soon
* Display PCRE ini entries as part of module infoScott MacVicar2007-06-121-0/+2
|
* fix test namesAntony Dovgal2007-05-074-4/+4
|
* fix test titleNuno Lopes2007-05-071-1/+1
|
* fix foldingAntony Dovgal2007-04-231-8/+15
|