Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - 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 |
| | |||||
* | Fixed pcre_quote() to work with both unicode and binary strings | Dmitry Stogov | 2009-12-15 | 2 | -20/+51 |
| | |||||
* | - 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 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 |
| | |||||
* | Fix test | Rasmus Lerdorf | 2009-07-26 | 1 | -11/+35 |
| | |||||
* | Remove empty sections. Fix bad use of --SKIP-- | Zoe Slattery | 2009-07-21 | 1 | -1/+0 |
| | |||||
* | Fix test | andy wharmby | 2009-06-23 | 1 | -1/+1 |
| | |||||
* | Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | - Dropped *_TEXT* macros in favor of unicode macros direct usage | Felipe Pena | 2009-05-25 | 1 | -1/+1 |
| | |||||
* | Implement JIT request decoding support for $_GET and $_POST. | Andrei Zmievski | 2009-05-23 | 1 | -1/+1 |
| | |||||
* | Fixed tests (mostly MFB) | Arnaud Le Blanc | 2009-04-25 | 1 | -4/+4 |
| | |||||
* | Fix tests | Arnaud Le Blanc | 2009-04-24 | 2 | -11/+14 |
| | |||||
* | upgrade PCRE to version 7.9 | Nuno Lopes | 2009-04-11 | 44 | -1508/+3204 |
| | |||||
* | MFB: fix #47662 | Nuno Lopes | 2009-04-10 | 2 | -1/+19 |
| | |||||
* | Fixed Windows build, declarations first ladies and gentlemen | Kalle Sommer Nielsen | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-27 | 1 | -1/+1 |
| | | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode | ||||
* | - Removed: | Felipe Pena | 2009-03-26 | 2 | -48/+24 |
| | | | | | | | | | | | | - UG(unicode) checks - pcre_cache_entry.unicode_mode - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode - convert_to_text_ex -> convert_to_unicode_ex (Felipe, Steph) | ||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 2 | -2/+2 |
| | |||||
* | MFB: fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 3 | -1/+39 |
| | |||||
* | 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 |
| | |||||
* | - MF PHP_5_2 | Andi Gutmans | 2009-01-02 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 24 | -24/+24 |
| | |||||
* | MFB: export pcre API when using gcc 4 | Nuno Lopes | 2008-12-10 | 2 | -0/+20 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) | Felipe Pena | 2008-11-17 | 1 | -8/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+8 |
| | |||||
* | - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -8/+0 |
| | |||||
* | MFB: clean some dead code | Nuno Lopes | 2008-09-23 | 1 | -1/+0 |
| | |||||
* | sync with PHP 5.3: upgrade to pcre 7.8 | Nuno Lopes | 2008-09-14 | 45 | -3681/+3416 |
| | |||||
* | MFB: kill unused var | Nuno Lopes | 2008-09-02 | 1 | -8/+1 |
| | |||||
* | MFB: remove extra skipif | Nuno Lopes | 2008-08-31 | 1 | -6/+0 |
| | |||||
* | - Added function preg_filter() | Marcus Boerger | 2008-08-24 | 2 | -22/+70 |
| | | | | | | [DOC] preg_filter() is basically the same as preg_replace but unlike the latter it returns matches. | ||||
* | sync with 5.3 branch. add test for bug #44925 | Nuno Lopes | 2008-08-14 | 2 | -4/+110 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | Sync with 5_3 changes | Rob Richards | 2008-07-21 | 1 | -0/+1 |
| | |||||
* | Added closures support | Dmitry Stogov | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | MFB: fix CVE-2008-2371 | Nuno Lopes | 2008-07-06 | 1 | -1/+1 |
| | |||||
* | upgrade to pcre 7.7 | Nuno Lopes | 2008-07-06 | 21 | -1106/+2024 |
| | |||||
* | - MFB: zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | |||||
* | - Simplify a bit and make a bit more readable | Jani Taskinen | 2008-06-02 | 1 | -8/+11 |
| | |||||
* | MFB5.3: arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -12/+75 |
| | |||||
* | - Removed UEXPECT(F) | Felipe Pena | 2008-05-27 | 53 | -1900/+14 |
| | |||||
* | use bundled PCRE library when both yes & no passed as argument, | Antony Dovgal | 2008-05-23 | 1 | -9/+15 |
| | | | | | look for headers and the lib otherwise | ||||
* | MFB | Elizabeth Marie Smith | 2008-05-02 | 1 | -9/+6 |
| | |||||
* | - No longer allow to disable pcre | Marcus Boerger | 2008-04-10 | 1 | -5/+3 |
| |