Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Windows build | Kalle Sommer Nielsen | 2010-08-16 | 1 | -0/+3 |
| | |||||
* | - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h) | Sriram Natarajan | 2010-07-27 | 1 | -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 build | Pierre Joye | 2010-04-01 | 1 | -1/+3 |
| | |||||
* | Upgraded bundled PCRE to version 8.02. | Ilia Alshanetsky | 2010-03-29 | 46 | -5601/+10317 |
| | |||||
* | Downgrade bundled PCRE to version 7.9 due to 8.0+ version use of C99 | Ilia Alshanetsky | 2010-02-03 | 44 | -7787/+3637 |
| | |||||
* | - fix win build | Pierre Joye | 2010-01-22 | 1 | -1/+5 |
| | |||||
* | Upgraded bundled PCRE to version 8.01 | Ilia Alshanetsky | 2010-01-21 | 43 | -3636/+7782 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -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 |
| | |||||
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 1 | -2/+1 |
| | |||||
* | Fix test | andy wharmby | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | MFH fix bug #44214: crash with preg_replace_callback and global variables | Scott MacVicar | 2009-06-08 | 1 | -2/+2 |
| | |||||
* | MFH: fix bug #47662: support more than 127 named subpatterns | Nuno Lopes | 2009-04-14 | 2 | -1/+19 |
| | |||||
* | upgrade to pcre 7.9 | Nuno Lopes | 2009-04-14 | 45 | -1553/+3303 |
| | |||||
* | Fix bug #44336 in PHP 5.2 as well. | Andrei Zmievski | 2009-01-13 | 1 | -1/+16 |
| | |||||
* | New pcre extension tests. Tested on Windows, Linux and Linux 64-bit | andy wharmby | 2009-01-07 | 5 | -0/+169 |
| | |||||
* | - MF PHP_5_3 | Andi Gutmans | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 25 | -25/+25 |
| | |||||
* | Fix bug #46959 - Can't disable PCRE in 5.2.x, too much was backported from 5.3. | Scott MacVicar | 2008-12-29 | 1 | -24/+16 |
| | |||||
* | remove unused file to avoid confusion | Nuno Lopes | 2008-12-08 | 1 | -3088/+0 |
| | |||||
* | MFB: Fixed bug #46643 (Upgraded PCRElib to 7.8) | Ilia Alshanetsky | 2008-11-23 | 49 | -1662/+5456 |
| | |||||
* | MFH: - Fixed bug #44925 (preg_grep() modifies input array). (Nuno) | Jani Taskinen | 2008-08-20 | 2 | -8/+122 |
| | |||||
* | MFH: test for bug #42737 | Jani Taskinen | 2008-08-20 | 1 | -0/+19 |
| | |||||
* | MFH: Fix for bug #42737 (and #45850) | Jani Taskinen | 2008-08-20 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Arnaud Le Blanc | 2008-08-08 | 2 | -48/+116 |
| | |||||
* | Fix test | Felipe Pena | 2008-02-21 | 1 | -2/+4 |
| | |||||
* | Fixed Bug #44191 (preg_grep messes up array index) | Felipe Pena | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | New test | Felipe Pena | 2008-02-20 | 1 | -0/+14 |
| | |||||
* | upgrade to pcre 7.6 | Nuno Lopes | 2008-01-29 | 36 | -103/+225 |
| | |||||
* | MFH: fix bug #42945, as asked by Ilia | Nuno Lopes | 2008-01-14 | 2 | -1/+91 |
| | |||||
* | upgrade PCRE to version 7.5 (as asked by Ilia | Nuno Lopes | 2008-01-14 | 48 | -1280/+3617 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 2 | -2/+2 |
| | |||||
* | MFH:- Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Add some more pcre tests | Robert Nicholson | 2007-11-21 | 27 | -0/+1271 |
| | |||||
* | MFH | Antony Dovgal | 2007-09-20 | 2 | -1/+26 |
| | |||||
* | remove the -DHAVE_CONFIG_H switch again to fix things on windows | Nuno Lopes | 2007-09-11 | 25 | -50/+21 |
| | | | | | this means that the upgrade script strips the #ifdef automatically | ||||
* | adapt for PCRE 7.3 | Nuno Lopes | 2007-09-01 | 3 | -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.3 | Nuno Lopes | 2007-09-01 | 51 | -1650/+3872 |
| | |||||
* | new test | Nuno Lopes | 2007-09-01 | 1 | -0/+46 |
| | |||||
* | [DOC] MFH: add PCRE_VERSION constant to ext/pcre | Antony Dovgal | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -4/+2 |
| | |||||
* | new test | Nuno Lopes | 2007-06-19 | 1 | -0/+38 |
| | |||||
* | final PCRE 7.2 release :-) | Nuno Lopes | 2007-06-19 | 10 | -16/+51 |
| | |||||
* | upgrade PCRE to version 7.2 RC3 | Nuno Lopes | 2007-06-15 | 76 | -10732/+8768 |
| | | | | | # I'll update to the final version early next week when its released | ||||
* | add tests for pcre 7.0 regression | Nuno Lopes | 2007-06-15 | 3 | -0/+158 |
| | | | | | update to pcre 7.2 will follow soon | ||||
* | Display PCRE ini entries as part of module info | Scott MacVicar | 2007-06-12 | 1 | -0/+2 |
| | |||||
* | fix test names | Antony Dovgal | 2007-05-07 | 4 | -4/+4 |
| | |||||
* | fix test title | Nuno Lopes | 2007-05-07 | 1 | -1/+1 |
| | |||||
* | fix folding | Antony Dovgal | 2007-04-23 | 1 | -8/+15 |
| |