summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-07-29 18:28:18 +0200
committerChristoph M. Becker <cmb@php.net>2015-07-29 18:28:18 +0200
commit8f7d816b0d290e3e43b2ba4f3bf265f41af468d0 (patch)
tree6e98aad0251ec4f2ab75572dcb01387e23adbe64 /UPGRADING
parent6855e2f08bfc7ed274b16c34d0746446a6b4662e (diff)
downloadphp-git-8f7d816b0d290e3e43b2ba4f3bf265f41af468d0.tar.gz
updated UPGRADING
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 272297d6bc..9d3f66ccfe 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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: