| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| * | initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -3/+3 |
| * | clean some dead code (with static analysis help) | Nuno Lopes | 2008-09-23 | 1 | -1/+0 |
| * | upgrade to PCRE 7.8. this includes a security improvement. I'll upgrade HEAD ... | Nuno Lopes | 2008-09-09 | 45 | -3679/+3415 |
| * | kill dead variables. found by LLVM's clang static analyzer | Nuno Lopes | 2008-09-02 | 1 | -8/+1 |
| * | remove unicode skipif, as the test doesnt require such support | Nuno Lopes | 2008-08-31 | 1 | -6/+0 |
| * | - MFH preg_filter() | Marcus Boerger | 2008-08-29 | 2 | -19/+70 |
| * | after rereading the documentation about preg_grep(), lets match the behavior ... | Nuno Lopes | 2008-08-14 | 2 | -37/+25 |
| * | Fixed bug #44925 (preg_grep() modifies input array) | Nuno Lopes | 2008-08-14 | 2 | -10/+137 |
| * | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| * | Added support for lambda functions and closures | Dmitry Stogov | 2008-07-14 | 1 | -1/+1 |
| * | fix CVE-2008-2371. patch by Tavis Ormandy | Nuno Lopes | 2008-07-06 | 1 | -1/+1 |
| * | upgrade to PCRE 7.7 | Nuno Lopes | 2008-07-06 | 21 | -1106/+2024 |
| * | - New parameter parsing API (to preg_replace*) | Felipe Pena | 2008-06-30 | 4 | -20/+18 |
| * | - zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| * | - set PHP_[EXTNAME] to yes for spl, pcre and reflection (always on), this var... | Pierre Joye | 2008-06-23 | 1 | -4/+5 |