| Commit message (Expand) | Author | Age | Files | Lines |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -1/+1 |
* | These regexes don't fail under the new backtrack limit, so lower it | Rasmus Lerdorf | 2011-06-12 | 1 | -0/+2 |
* | 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 PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, generate... | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
* | - Added missing test | Felipe Pena | 2010-11-15 | 1 | -0/+43 |
* | - 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 |
* | Fix bracket in prototype comment. | Adam Harvey | 2010-11-05 | 1 | -1/+1 |
* | Implemented FR #53238 (Make third parameter of preg_match_all optional). | Adam Harvey | 2010-11-05 | 4 | -11/+20 |
* | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 1 | -1/+8 |
* | MFB53: Changed deprecated ini options on startup from E_WARNING to E_DEPRECAT... | 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 |
* | Fixed Windows build | Kalle Sommer Nielsen | 2010-07-08 | 1 | -1/+3 |
* | Upgraded bundled PCRE to version 8.10 | Ilia Alshanetsky | 2010-07-02 | 26 | -1249/+4210 |
* | - fix build | Pierre Joye | 2010-04-01 | 1 | -1/+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 |
* | upgrade PCRE to version 7.9 | Nuno Lopes | 2009-04-11 | 44 | -1508/+3204 |
* | fix bug #47662: support more than 127 named subpatterns | Nuno Lopes | 2009-04-10 | 2 | -1/+19 |
* | fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 3 | -1/+39 |
* | MFH: export php_pcre_free to make mbstring happy | Rob Richards | 2009-01-11 | 1 | -0/+1 |
* | New pcre extension tests. Tested on Windows, Linux and Linux 64-bit | andy wharmby | 2009-01-07 | 5 | -0/+169 |
* | - Remove NO_RECURSE as it causes a huge performance impact. Up to 50% | Andi Gutmans | 2009-01-02 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 24 | -24/+24 |
* | export the pcre API when compiling with gcc 4. this fixes e.g. the linkage of... | Nuno Lopes | 2008-12-10 | 2 | -0/+20 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -8/+0 |
* | - Opss, reverted accidental changes | Felipe Pena | 2008-11-03 | 9 | -0/+55 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 14 | -51/+44 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -8/+0 |