summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)Stanislav Malyshev2015-08-281-76/+76
* Initialize the offset table - PCRE may sometimes miss offsetsStanislav Malyshev2014-11-031-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-141-1/+1
|\
| * fix zts checkAnatol Belski2013-03-141-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-041-1/+8
|\ \ | |/
| * Fixed PCRE locale crash in Windows/TSStephen A. Zarkos2013-03-041-1/+8
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| * Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
| * Fix for bug 60986Rasmus Lerdorf2012-02-061-2/+2
| * - 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
| * 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 retu...Felipe Pena2010-11-061-1/+7
| * - Fixed bug #52971 (PCRE-Meta-Characters not working with utf-8)Felipe Pena2010-10-031-1/+8
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | Update arginfo for preg_match_all() to reflect reality.Adam Harvey2012-11-121-1/+1
* | Fixed bug #63180 (Corruption of hash tables)Dmitry Stogov2012-10-261-0/+18
* | fix bug #55856: preg_replace should fail on trailing garbageStanislav Malyshev2012-08-281-12/+20
* | Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
* | Fix for bug 60986Rasmus Lerdorf2012-02-061-2/+2
* | - 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 the...Pierre Joye2011-07-221-1/+1
* | 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 retu...Felipe Pena2010-11-061-1/+7
* | 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
|/
* 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