From: Christoph M. Becker <cmb@php.net>
Date: Wed, 29 Jul 2015 16:28:18 +0000 (+0200)
Subject: updated UPGRADING
X-Git-Tag: php-7.0.0beta3~5^2~55
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f7d816b0d290e3e43b2ba4f3bf265f41af468d0;p=php

updated UPGRADING
---

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: