Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fixed pcre_quote() to work with both unicode and binary strings | Dmitry Stogov | 2009-12-15 | 1 | -18/+49 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -3/+1 |
| | |||||
* | - Fixed bug #49483 (preg_replace 'subject' parameter listed as optional) | Felipe Pena | 2009-09-06 | 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 |
| | |||||
* | MFB: fix #47662 | Nuno Lopes | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | 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 | 1 | -47/+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 | 1 | -1/+1 |
| | |||||
* | MFB: fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | MFB: kill unused var | Nuno Lopes | 2008-09-02 | 1 | -8/+1 |
| | |||||
* | - Added function preg_filter() | Marcus Boerger | 2008-08-24 | 1 | -22/+35 |
| | | | | | | [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 | 1 | -4/+3 |
| | |||||
* | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | |||||
* | Added closures support | Dmitry Stogov | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | - MFB: zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | |||||
* | MFB5.3: arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -12/+75 |
| | |||||
* | MFB: fix #44214 | Nuno Lopes | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | MFB | Nuno Lopes | 2008-03-08 | 1 | -3/+18 |
| | |||||
* | New macro for check void parameters | Felipe Pena | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed Bug #44191 (preg_grep messes up array index) | Felipe Pena | 2008-02-20 | 1 | -1/+1 |
| | |||||
* | spread some static keywords | Nuno Lopes | 2008-01-25 | 1 | -9/+9 |
| | |||||
* | MFB: fix bug #42945 | Nuno Lopes | 2008-01-13 | 1 | -1/+3 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | MFB: fix ZTS build | Nuno Lopes | 2007-10-07 | 1 | -3/+3 |
| | |||||
* | MFB | Nuno Lopes | 2007-10-07 | 1 | -3/+4 |
| | |||||
* | MFB: fix #37911 | Nuno Lopes | 2007-10-07 | 1 | -49/+73 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -3/+3 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | if one of regular expressions in the array fails, return NULL right away | Antony Dovgal | 2007-09-20 | 1 | -1/+4 |
| | | | | | this fixes "String is not zero-terminated" error and makes the behaviour consistent with regexps passed as strings | ||||
* | MFB: upgrade to PCRE 7.3 | Nuno Lopes | 2007-09-01 | 1 | -4/+0 |
| | |||||
* | fix segfault on shutdown due to UG(utf8_conv) being destroyed twice | Antony Dovgal | 2007-08-24 | 1 | -0/+1 |
| | |||||
* | add PCRE_VERSION constant to ext/pcre | Antony Dovgal | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2007-07-10 | 1 | -3/+3 |
| | |||||
* | Fixed preg_replace_callback() with callback defined by array | Dmitry Stogov | 2007-07-10 | 1 | -1/+3 |
| | |||||
* | PCRE unicode/binary support | Dmitry Stogov | 2007-07-06 | 1 | -59/+134 |
| | |||||
* | Display PCRE ini entries as part of module info | Scott MacVicar | 2007-06-12 | 1 | -0/+2 |
| | |||||
* | fix folding | Antony Dovgal | 2007-04-23 | 1 | -4/+12 |
| | |||||
* | don't emit any warnings in addition to an exception | Antony Dovgal | 2007-03-14 | 1 | -1/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | fix #39112 (typo in error message) | Antony Dovgal | 2006-10-10 | 1 | -1/+1 |
| |