summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Temporary fix memory leaksDmitry Stogov2014-03-071-1/+2
| | | |
* | | | Added checkDmitry Stogov2014-03-061-1/+1
| | | |
* | | | Fixed IS_REFERENCE handling in preg_matchXinchen Hui2014-03-061-0/+3
| | | |
* | | | Fixed memory leaksDmitry Stogov2014-02-281-0/+3
| | | |
* | | | Changes zend_is_callable() to use zend_string* instead of char*Dmitry Stogov2014-02-251-4/+4
| | | |
* | | | Refactor php_addslashes using zend_stringXinchen Hui2014-02-241-10/+6
| | | |
* | | | Fixed segfaultXinchen Hui2014-02-191-6/+1
| | | |
* | | | Refacting smart_strXinchen Hui2014-02-181-3/+3
| | | |
* | | | Use better data structures (incomplete)Dmitry Stogov2014-02-101-136/+122
|/ / /
* | | Bump yearXinchen Hui2014-01-031-1/+1
| | |
* | | Avoid interned hash key duplication and hash key length recaclulationDmitry Stogov2013-11-291-4/+6
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-141-1/+1
|\ \ | |/ | | | | | | * PHP-5.4: fix zts check
| * Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-141-1/+1
| |\ | | | | | | | | | | | | * PHP-5.3: fix zts check
| | * fix zts checkAnatol Belski2013-03-141-1/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-03-041-1/+8
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fixed PCRE locale crash in Windows/TS
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatol Belski2013-03-041-1/+8
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fixed PCRE locale crash in Windows/TS
| | * 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 ↵Felipe Pena2010-11-061-1/+7
| | | | | | | | | | | | | | | | | | | | | returns int(0)) patch by: slugonamission at gmail dot com
| | * - 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.
| * | Happy New YearXinchen Hui2013-01-011-1/+1
| | |
* | | Happy New YearXinchen Hui2013-01-011-1/+1
| | |
* | | Merge branch 'PHP-5.4'Adam Harvey2012-11-121-1/+1
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-5.4: Update arginfo for preg_match_all() to reflect reality. fix invalid read when trimming empty string
| * | Update arginfo for preg_match_all() to reflect reality.Adam Harvey2012-11-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Back when I implemented FR #53238 during the 5.4 development phase to make the $matches parameter optional in preg_match_all(), it turns out I forgot to update the arginfo to note that only 2 parameters are now required by preg_match_all(). The function itself works fine, but reflection was reporting the wrong number of required parameters.
* | | Merge branch 'PHP-5.4'Dmitry Stogov2012-10-261-0/+18
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fixed bug #63180 (Corruption of hash tables) fix bug #63369 Conflicts: NEWS
| * | Fixed bug #63180 (Corruption of hash tables)Dmitry Stogov2012-10-261-0/+18
| | |
* | | Merge branch 'PHP-5.4'Stanislav Malyshev2012-08-281-12/+20
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: fix bug #55856: preg_replace should fail on trailing garbage Bug #62956: fixing private method signature validation NEWS for 886a50a
| * | 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 ↵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
| | |
* | | Deprecate /e modifierNikita Popov2012-03-041-0/+4
| | | | | | | | | | | | | | | See https://wiki.php.net/rfc/remove_preg_replace_eval_modifier.
* | | Safer way to call pcre_fullinfo - bug 60986Rasmus Lerdorf2012-02-061-1/+2
| | |
* | | Fix for bug 60986Rasmus Lerdorf2012-02-061-2/+2
| | |