Skip to content

Commit bcd5853

Browse files
committed
NEWS and UPGRADING entries for PR php#1309
1 parent 110a146 commit bcd5853

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@
231231
. Fixed bug #69686 (password_verify reports back error on PHP7 will null
232232
string). (Anthony)
233233
. Added Windows support for getrusage(). (Kalle)
234+
. Removed hardcoded limit on number of pipes in proc_open(). (Tony)
234235

235236
- Streams:
236237
. Fixed bug #68532 (convert.base64-encode omits padding bytes).

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -577,6 +577,10 @@ Other
577577
acceptable classes:
578578
unserialize($foo, ["allowed_classes" => ["MyClass", "MyClass2"]);
579579

580+
- proc_open():
581+
The maximum number of pipes used by proc_open() was previously limited by
582+
hardcoded value of 16. This limit is now removed and the number of pipes is
583+
effectively limited by the amount of memory available to PHP.
580584

581585
========================================
582586
6. New Functions

0 commit comments

Comments
 (0)