summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix #73612: preg_*() may leak memoryChristoph M. Becker2016-11-261-5/+5
* Fixed bug #73483 (Segmentation fault on pcre_replace_callback)Xinchen Hui2016-11-201-32/+65
* Fixed bug #73392 (A use-after-free in zend allocator management)Xinchen Hui2016-10-281-5/+3
* rename publicly exposed symbol to avoid name conflictsAnatol Belski2016-10-131-3/+3
* Fix potential overflows in php_pcre_replace_implStanislav Malyshev2016-10-121-18/+16
* Fix bug #73121 Bundled PCRE doesn't compile because JIT isn't supported on s390Anatol Belski2016-09-231-9/+15
* Remove zpp fallback code (always use Fast ZPP)Andrea Faulds2016-09-111-58/+0
* Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2016-09-051-0/+1
|\
| * Implement #47456: Missing PCRE option 'J'Christoph M. Becker2016-09-051-0/+1
* | fix possible memory leakAnatol Belski2016-08-291-0/+5
* | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-271-1/+1
|\ \ | |/
| * Fix #72688: preg_match missing group names in matchesChristoph M. Becker2016-07-271-1/+1
* | Fixed bug #72476 (Memleak in jit_stack)Xinchen Hui2016-06-231-1/+1
* | Fixed bug #72463 mail fails with invalid argumentAnatol Belski2016-06-221-1/+1
* | Revert "Revert "fix #72143 (preg_replace uses int instead of size_t on zend_s...Xinchen Hui2016-05-161-2/+2
* | Revert "fix #72143 (preg_replace uses int instead of size_t on zend_string_al...Xinchen Hui2016-05-161-2/+2
* | fix #72143 (preg_replace uses int instead of size_t on zend_string_allocs)Joe Watkins2016-05-141-2/+2
* | if there's no JIT support, no RINIT is really neededAnatol Belski2016-03-221-2/+6
* | decrease the default PCRE JIT stack to 64KAnatol Belski2016-03-211-1/+1
* | Increase PCRE JIT stack sizeAnatol Belski2016-03-211-1/+34
* | Fix bug #71659Nikita Popov2016-03-091-24/+4
* | Fixed bug #71537 (PCRE segfault from Opcache)Xinchen Hui2016-02-071-6/+8
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-1/+1
| |\
| | * Merge branch 'PHP-5.4.45' into PHP-5.5.29Stanislav Malyshev2015-09-011-74/+74
| | |\
* | | | Fixed bug #71178 (preg_replace with arrays creates [0] in replace array if no...Xinchen Hui2015-12-211-1/+1
* | | | Removed or simplified incorrect SEPARATE_*() macros usage.Dmitry Stogov2015-09-291-2/+0
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-69/+69
| |\ \ \
| | * \ \ Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-73/+73
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * Fix bug #70345 (Multiple vulnerabilities related to PCRE functions)Stanislav Malyshev2015-08-281-76/+76
* | | | add some range checks to pcreAnatol Belski2015-08-261-0/+15
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-08-131-9/+14
|\ \ \ \ | |/ / /
| * | | Fix #70232: Incorrect bump-along behavior with \K and empty string matchChristoph M. Becker2015-08-131-9/+14
* | | | add new error constant PREG_JIT_STACKLIMIT_ERRORChristoph M. Becker2015-07-261-1/+9
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-38/+38
* | | | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-231-4/+27
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-231-4/+27
| |\ \ \ | | |/ /
| | * | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the st...Christoph M. Becker2015-06-231-4/+27
* | | | Merge branch 'PHP-5.6'Christoph M. Becker2015-06-231-5/+17
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Christoph M. Becker2015-06-231-6/+18
| |\ \ \ | | |/ /
| | * | Fixed bug #69864 (Segfault in preg_replace_callback)Christoph M. Becker2015-06-231-6/+18
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Fixed Bug #69883 (Compilation failed on PCRE)Xinchen Hui2015-06-191-2/+10
* | | | Micro optimizations for pcreXinchen Hui2015-06-191-50/+59
* | | | Use better hash functions (reuse key and avoid hash value recalculation)Dmitry Stogov2015-06-171-2/+5