summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | | - Year++Felipe Pena2012-01-011-1/+1
| | |
* | | - revert incorrect fix introduced in r316528Pierre Joye2011-09-121-1/+0
| | |
* | | Ensure we are working with strings hereHannes Magnusson2011-09-121-0/+1
| | |
* | | efree match_sets on an error here - found by CoverityRasmus Lerdorf2011-08-051-0/+1
| | |
* | | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| | |
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-1/+1
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
* | | Increase the overly conservative pcre backtrack limit from 100000 to 1000000Rasmus Lerdorf2011-05-211-1/+1
|/ /
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Coding standardsFelipe Pena2010-11-061-3/+2
| |
* | - Fixed bug #52732 (Docs say preg_match() returns FALSE on error, but it ↵Felipe Pena2010-11-061-1/+7
| | | | | | | | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com
* | Fix bracket in prototype comment.Adam Harvey2010-11-051-1/+1
| |
* | Implemented FR #53238 (Make third parameter of preg_match_all optional).Adam Harvey2010-11-051-5/+5
| |
* | - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-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 **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Added MAKE_COPY_ZVAL(ppzv, pzv) macroFelipe Pena2009-12-081-3/+1
|
* - Fixed bug #49483 (preg_replace 'subject' parameter listed as optional)Felipe Pena2009-09-061-1/+1
|
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
|
* fix bug #47662: support more than 127 named subpatternsNuno Lopes2009-04-101-1/+1
|
* fix bug #47229: preg_quote should escape '-'Nuno Lopes2009-01-281-0/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-8/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+8
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-8/+0
|
* initialize optional varsArnaud Le Blanc2008-10-211-3/+3
|
* clean some dead code (with static analysis help)Nuno Lopes2008-09-231-1/+0
|
* kill dead variables. found by LLVM's clang static analyzerNuno Lopes2008-09-021-8/+1
|
* - MFH preg_filter()Marcus Boerger2008-08-291-19/+35
| | | | | | # As discussed with Lukas # [DOC] check out the test
* after rereading the documentation about preg_grep(), lets match the behavior ↵Nuno Lopes2008-08-141-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 Lopes2008-08-141-10/+32
|
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
|
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-1/+1
|
* - New parameter parsing API (to preg_replace*)Felipe Pena2008-06-301-6/+5
| | | | | - Fixed related tests
* - zend_arg_defs.c is unnecessary nowFelipe Pena2008-06-301-3/+0
|
* Add arginfo & fix protosHannes Magnusson2008-06-011-12/+75
|
* fix bug #44214: crash with preg_replace_callback and global variablesNuno Lopes2008-03-081-2/+2
|
* implement #44336: optimize utf8 string matchingNuno Lopes2008-03-081-6/+20
| | | | | add PREG_BAD_UTF8_OFFSET_ERROR constant
* Removed unnecassary strlen()Dmitry Stogov2008-03-031-1/+0
|
* MFB: Fixed Bug #44191 (preg_grep messes up array index)Felipe Pena2008-02-201-1/+1
|
* spread some static keywordsNuno Lopes2008-01-251-9/+9
|
* Fixed bug #42945 (preg_split() swallows part of the string)Nuno Lopes2008-01-131-1/+3
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH:- Fixed bug #43365 (Several enums have trailing commas)Jani Taskinen2007-11-261-1/+1
|
* Fixed bug #42737 (preg_split('//u') triggers a E_NOTICE with newlines)Nuno Lopes2007-10-071-1/+1
|
* now fix the thread-safe build..Nuno Lopes2007-10-071-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 Lopes2007-10-071-3/+4
| | | | make_subpats_table()
* fix bug #37911: preg_replace_callback ignores named groupsNuno Lopes2007-10-071-48/+74
|
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
|
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFHAntony Dovgal2007-09-201-1/+4
|
* adapt for PCRE 7.3Nuno Lopes2007-09-011-4/+0
| | | | | remove ability to include config.h from php_pcre.c, as it seems pretty useless and produces a few warnings