summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2015-05-29 18:16:07 +0300
committerAntony Dovgal <tony2001@php.net>2015-05-29 18:16:07 +0300
commitbcd5853a0beea544b2869a5a2467ed44242abb99 (patch)
treebb349831b09cfd1179160cbba3ea191e9ffe2fe0 /UPGRADING
parent110a146b88e966616fb88c7d0f5c50d667e1b135 (diff)
downloadphp-git-bcd5853a0beea544b2869a5a2467ed44242abb99.tar.gz
NEWS and UPGRADING entries for PR #1309
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 288639b70e..6d05701948 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -577,6 +577,10 @@ Other
acceptable classes:
unserialize($foo, ["allowed_classes" => ["MyClass", "MyClass2"]);
+- proc_open():
+ The maximum number of pipes used by proc_open() was previously limited by
+ hardcoded value of 16. This limit is now removed and the number of pipes is
+ effectively limited by the amount of memory available to PHP.
========================================
6. New Functions