Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Coding standards | Felipe Pena | 2010-11-06 | 1 | -3/+2 |
| | |||||
* | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵ | Felipe Pena | 2010-11-06 | 1 | -1/+7 |
| | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com | ||||
* | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8) | Felipe Pena | 2010-10-03 | 1 | -1/+8 |
| | | | | | | | | # In PCRE, by default, \d, \D, \s, \S, \w, and \W recognize only ASCII # characters, even in UTF-8 mode. However, this can be changed by setting # the PCRE_UCP option. | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - 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 |
| | |||||
* | MFH: Added zend_eval_stringl and made create_function(), etc. binary-safe | Matt Wilmas | 2009-06-05 | 1 | -1/+1 |
| | |||||
* | fix bug #47662: support more than 127 named subpatterns | Nuno Lopes | 2009-04-10 | 1 | -1/+1 |
| | |||||
* | fix bug #47229: preg_quote should escape '-' | Nuno Lopes | 2009-01-28 | 1 | -0/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -8/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+8 |
| | |||||
* | - 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 |
| | |||||
* | kill dead variables. found by LLVM's clang static analyzer | Nuno Lopes | 2008-09-02 | 1 | -8/+1 |
| | |||||
* | - MFH preg_filter() | Marcus Boerger | 2008-08-29 | 1 | -19/+35 |
| | | | | | | # As discussed with Lukas # [DOC] check out the test | ||||
* | after rereading the documentation about preg_grep(), lets match the behavior ↵ | Nuno Lopes | 2008-08-14 | 1 | -27/+13 |
| | | | | | | | in HEAD (return the original array elements instead of the new string). tune the test accordingly | ||||
* | Fixed bug #44925 (preg_grep() modifies input array) | Nuno Lopes | 2008-08-14 | 1 | -10/+32 |
| | |||||
* | - 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 |
| | |||||
* | - New parameter parsing API (to preg_replace*) | Felipe Pena | 2008-06-30 | 1 | -6/+5 |
| | | | | | - Fixed related tests | ||||
* | - zend_arg_defs.c is unnecessary now | Felipe Pena | 2008-06-30 | 1 | -3/+0 |
| | |||||
* | Add arginfo & fix protos | Hannes Magnusson | 2008-06-01 | 1 | -12/+75 |
| | |||||
* | fix bug #44214: crash with preg_replace_callback and global variables | Nuno Lopes | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | implement #44336: optimize utf8 string matching | Nuno Lopes | 2008-03-08 | 1 | -6/+20 |
| | | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant | ||||
* | Removed unnecassary strlen() | Dmitry Stogov | 2008-03-03 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Fixed bug #42945 (preg_split() swallows part of the string) | Nuno Lopes | 2008-01-13 | 1 | -1/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH:- Fixed bug #43365 (Several enums have trailing commas) | Jani Taskinen | 2007-11-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines) | Nuno Lopes | 2007-10-07 | 1 | -1/+1 |
| | |||||
* | now fix the thread-safe build.. | Nuno Lopes | 2007-10-07 | 1 | -3/+3 |
| | | | | | #sorry for the noise, but I didnt commit patches to PHP for a long time.. | ||||
* | fix the previous patch: the rc var doesnt need to be passed to the ↵ | Nuno Lopes | 2007-10-07 | 1 | -3/+4 |
| | | | | make_subpats_table() | ||||
* | fix bug #37911: preg_replace_callback ignores named groups | Nuno Lopes | 2007-10-07 | 1 | -48/+74 |
| | |||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-09-20 | 1 | -1/+4 |
| | |||||
* | adapt for PCRE 7.3 | Nuno Lopes | 2007-09-01 | 1 | -4/+0 |
| | | | | | remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings | ||||
* | [DOC] MFH: add PCRE_VERSION constant to ext/pcre | Antony Dovgal | 2007-07-24 | 1 | -1/+2 |
| | |||||
* | 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 | -8/+15 |
| | |||||
* | MFH: remove unnecessary warning in case of exception | Antony Dovgal | 2007-03-14 | 1 | -1/+3 |
| | |||||
* | Fix build on system where HAVE_SETLOCALE is not defined | Hannes Magnusson | 2007-01-10 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Removed dummy vars. | Ilia Alshanetsky | 2006-12-12 | 1 | -3/+2 |
| | | | | | # Patch by Matt Wilmas | ||||
* | MFH: fix #39112 (typo in error message) | Antony Dovgal | 2006-10-10 | 1 | -1/+1 |
| | |||||
* | fix memleak of pcre study data | Nuno Lopes | 2006-09-06 | 1 | -0/+1 |
| |