summaryrefslogtreecommitdiff
path: root/ext/pcre/php_pcre.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Drop unused num indexXinchen Hui2015-04-281-2/+1
* | | | Keep realpath and PCRE caches in consistency with opcache SHM.Dmitry Stogov2015-04-221-2/+9
* | | | "C" is the default localeDmitry Stogov2015-04-161-1/+7
* | | | cleanup mod version macros, round 3Anatol Belski2015-03-231-1/+1
* | | | Fixed memleakXinchen Hui2015-03-211-3/+4
* | | | More error conditionsXinchen Hui2015-03-211-2/+13
* | | | Improved impelmentation(and cleanup behaviro with errors conditions)Xinchen Hui2015-03-211-57/+73
* | | | Merge branch 'rfc-preg-replace-callback-array' of https://github.com/zxcvdavi...Xinchen Hui2015-03-211-30/+132
|\ \ \ \
| * | | | Implement preg_replace_callback_array functionWei Dai2015-03-131-31/+133
* | | | | use correct apiAnatol Belski2015-03-201-1/+1
* | | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte...Dmitry Stogov2015-03-201-2/+2
* | | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
|/ / / /
* | | | ZTS cleanupReeze Xia2015-03-081-1/+1
* | | | Fixed bug #69115 crash in mailAnatol Belski2015-02-271-1/+5
* | | | Avoid reallocation in preg_replace() if nothing was replacedDmitry Stogov2015-02-101-12/+27
* | | | added PCRE JIT availability info to phpinfo()Anatol Belski2015-02-071-0/+9
* | | | Remove preg_replace /e modifierNikita Popov2015-01-261-106/+11
* | | | Remove addslashes_strXinchen Hui2015-01-201-1/+1