Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | if there's no JIT support, no RINIT is really needed | Anatol Belski | 2016-03-22 | 1 | -2/+6 |
* | decrease the default PCRE JIT stack to 64K | Anatol Belski | 2016-03-21 | 1 | -1/+1 |
* | Increase PCRE JIT stack size | Anatol Belski | 2016-03-21 | 1 | -1/+34 |
* | Fix bug #71659 | Nikita Popov | 2016-03-09 | 1 | -24/+4 |
* | Fixed bug #71537 (PCRE segfault from Opcache) | Xinchen Hui | 2016-02-07 | 1 | -6/+8 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4.45' into PHP-5.5.29 | Stanislav Malyshev | 2015-09-01 | 1 | -74/+74 |
| | |\ | |||||
* | | | | Fixed bug #71178 (preg_replace with arrays creates [0] in replace array if no... | Xinchen Hui | 2015-12-21 | 1 | -1/+1 |
* | | | | Removed or simplified incorrect SEPARATE_*() macros usage. | Dmitry Stogov | 2015-09-29 | 1 | -2/+0 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-09-02 | 1 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-09-01 | 1 | -69/+69 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-09-01 | 1 | -73/+73 |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | |||||
| | | * | Fix bug #70345 (Multiple vulnerabilities related to PCRE functions) | Stanislav Malyshev | 2015-08-28 | 1 | -76/+76 |
* | | | | add some range checks to pcre | Anatol Belski | 2015-08-26 | 1 | -0/+15 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-08-13 | 1 | -9/+14 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #70232: Incorrect bump-along behavior with \K and empty string match | Christoph M. Becker | 2015-08-13 | 1 | -9/+14 |
* | | | | add new error constant PREG_JIT_STACKLIMIT_ERROR | Christoph M. Becker | 2015-07-26 | 1 | -1/+9 |
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -38/+38 |
* | | | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-23 | 1 | -4/+27 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 1 | -4/+27 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the st... | Christoph M. Becker | 2015-06-23 | 1 | -4/+27 |
* | | | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-23 | 1 | -5/+17 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Christoph M. Becker | 2015-06-23 | 1 | -6/+18 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #69864 (Segfault in preg_replace_callback) | Christoph M. Becker | 2015-06-23 | 1 | -6/+18 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | Fixed Bug #69883 (Compilation failed on PCRE) | Xinchen Hui | 2015-06-19 | 1 | -2/+10 |
* | | | | Micro optimizations for pcre | Xinchen Hui | 2015-06-19 | 1 | -50/+59 |
* | | | | Use better hash functions (reuse key and avoid hash value recalculation) | Dmitry Stogov | 2015-06-17 | 1 | -2/+5 |
* | | | | Drop unused num index | Xinchen Hui | 2015-04-28 | 1 | -2/+1 |
* | | | | Keep realpath and PCRE caches in consistency with opcache SHM. | Dmitry Stogov | 2015-04-22 | 1 | -2/+9 |
* | | | | "C" is the default locale | Dmitry Stogov | 2015-04-16 | 1 | -1/+7 |
* | | | | cleanup mod version macros, round 3 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | | Fixed memleak | Xinchen Hui | 2015-03-21 | 1 | -3/+4 |
* | | | | More error conditions | Xinchen Hui | 2015-03-21 | 1 | -2/+13 |
* | | | | Improved impelmentation(and cleanup behaviro with errors conditions) | Xinchen Hui | 2015-03-21 | 1 | -57/+73 |
* | | | | Merge branch 'rfc-preg-replace-callback-array' of https://github.com/zxcvdavi... | Xinchen Hui | 2015-03-21 | 1 | -30/+132 |
|\ \ \ \ | |||||
| * | | | | Implement preg_replace_callback_array function | Wei Dai | 2015-03-13 | 1 | -31/+133 |
* | | | | | use correct api | Anatol Belski | 2015-03-20 | 1 | -1/+1 |
* | | | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -2/+2 |
* | | | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | ZTS cleanup | Reeze Xia | 2015-03-08 | 1 | -1/+1 |
* | | | | Fixed bug #69115 crash in mail | Anatol Belski | 2015-02-27 | 1 | -1/+5 |
* | | | | Avoid reallocation in preg_replace() if nothing was replaced | Dmitry Stogov | 2015-02-10 | 1 | -12/+27 |
* | | | | added PCRE JIT availability info to phpinfo() | Anatol Belski | 2015-02-07 | 1 | -0/+9 |
* | | | | Remove preg_replace /e modifier | Nikita Popov | 2015-01-26 | 1 | -106/+11 |
* | | | | Remove addslashes_str | Xinchen Hui | 2015-01-20 | 1 | -1/+1 |