diff options
author | Christoph M. Becker <cmb@php.net> | 2015-07-29 18:28:18 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2015-07-29 18:28:18 +0200 |
commit | 8f7d816b0d290e3e43b2ba4f3bf265f41af468d0 (patch) | |
tree | 6e98aad0251ec4f2ab75572dcb01387e23adbe64 /UPGRADING | |
parent | 6855e2f08bfc7ed274b16c34d0746446a6b4662e (diff) | |
download | php-git-8f7d816b0d290e3e43b2ba4f3bf265f41af468d0.tar.gz |
updated UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -709,6 +709,11 @@ out, that the corresponding SDK isn't available anymore. - Core . PHP_INT_MIN added. +- PCRE + . This error constant is added to signal errors due to stack size limitations + when PCRE JIT support is enabled: + . PREG_JIT_STACKLIMIT_ERROR + - Zlib . These constants are added to control flush behavior with the new incremental deflate_add() and inflate_add() functions: |