| Commit message (Expand) | Author | Age | Files | Lines |
* | fix zts check | Anatol Belski | 2013-03-14 | 1 | -1/+1 |
* | Fixed PCRE locale crash in Windows/TS | Stephen A. Zarkos | 2013-03-04 | 1 | -1/+8 |
* | merged PCRE 8.32 | Anatol Belski | 2013-03-03 | 42 | -6977/+11909 |
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
* | Fixed bug #63284 PCRE upgrade to 8.31 | Anatoliy Belsky | 2012-10-19 | 59 | -28459/+39657 |
* | indent | Xinchen Hui | 2012-10-18 | 1 | -1/+1 |
* | better fix for #63055 | Xinchen Hui | 2012-10-18 | 1 | -2/+1 |
* | Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite) | Xinchen Hui | 2012-10-18 | 2 | -1/+25 |
* | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
* | Safer way to call pcre_fullinfo - bug 60986 | Rasmus Lerdorf | 2012-02-06 | 1 | -1/+2 |
* | Fix for bug 60986 | Rasmus Lerdorf | 2012-02-06 | 2 | -3/+2 |
* | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
* | - revert incorrect fix introduced in r316528 | Pierre Joye | 2011-09-12 | 1 | -1/+0 |
* | Ensure we are working with strings here | Hannes Magnusson | 2011-09-12 | 1 | -0/+1 |
* | These regexes don't fail under the new backtrack limit, so lower it just for ... | Ferenc Kovacs | 2011-09-04 | 1 | -0/+2 |
* | efree match_sets on an error here - found by Coverity | Rasmus Lerdorf | 2011-08-05 | 1 | -0/+1 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | Increase the overly conservative pcre backtrack limit from 100000 to 1000000 | Rasmus Lerdorf | 2011-05-21 | 1 | -1/+1 |
* | Fix Windows build, this really should be in a patch file / README. | Scott MacVicar | 2011-05-13 | 1 | -1/+3 |
* | Update bundled PCRE to 8.12 | Scott MacVicar | 2011-05-13 | 22 | -71/+755 |
* | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
* | - Fix PCRE build on Windows; closes bug #53606. | Gustavo André dos Santos Lopes | 2010-12-24 | 1 | -1/+3 |
* | Upgraded\ bundled\ PCRE\ to\ version\ 8.11. | Ilia Alshanetsky | 2010-12-24 | 14 | -1449/+2075 |
* | - add phpize support for windows, need a nmake install for now (nmake devel-p... | Pierre Joye | 2010-12-13 | 1 | -0/+1 |
* | - Coding standards | Felipe Pena | 2010-11-06 | 1 | -3/+2 |
* | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it retu... | Felipe Pena | 2010-11-06 | 5 | -4/+23 |
* | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 2 | -1/+51 |
* | Win32 build fixes | Ilia Alshanetsky | 2010-08-14 | 2 | -1/+13 |
* | MFH: Upgraded bundled PCRE to version 8.10. | Ilia Alshanetsky | 2010-08-14 | 26 | -1259/+4211 |
* | Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix... | Kalle Sommer Nielsen | 2010-08-11 | 1 | -1/+1 |
* | - fix build | Pierre Joye | 2010-07-29 | 1 | -1/+4 |
* | - Fixed bug #52436 (Compile error in pcre if systems do not have stdint.h) | Sriram Natarajan | 2010-07-27 | 1 | -0/+7 |
* | - fix build | Pierre Joye | 2010-04-01 | 1 | -2/+3 |
* | Upgraded bundled PCRE to version 8.02. | Ilia Alshanetsky | 2010-03-29 | 18 | -3000/+3566 |
* | - fix win build, use bundled stdint | Pierre Joye | 2010-01-21 | 1 | -1/+5 |
* | Upgraded bundled PCRE to version 8.01 | Ilia Alshanetsky | 2010-01-21 | 23 | -455/+956 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 2 | -2/+2 |
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -3/+1 |
* | Update PCRE to 8.00 | Scott MacVicar | 2009-11-03 | 42 | -3395/+7018 |
* | Fixed tests | Dmitry Stogov | 2009-09-21 | 1 | -1/+1 |
* | - Fixed bug #49483 (preg_replace 'subject' parameter listed as optional) | Felipe Pena | 2009-09-06 | 1 | -1/+1 |
* | 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: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
* | - Fixed ini deprecation message issues in tests. | Jani Taskinen | 2009-05-06 | 1 | -1/+1 |
* | Added E_DEPRECATED startup notice (5.3 only) | Kalle Sommer Nielsen | 2009-05-04 | 1 | -1/+2 |
* | MFH | Arnaud Le Blanc | 2009-04-25 | 1 | -3/+3 |
* | MFH | Arnaud Le Blanc | 2009-04-24 | 1 | -5/+5 |