Skip to content

Commit 0bfdb71

Browse files
committed
UPGRADING
1 parent 42a70f4 commit 0bfdb71

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ PHP 8.5 UPGRADE NOTES
4242
. ldap_get_option() and ldap_set_option() now throw a ValueError when
4343
passing an invalid option.
4444

45+
- PCNTL:
46+
. pcntl_exec() now throws ValueErrors when entries of the $args parameter
47+
contain null bytes.
48+
. pcntl_exec() now throws ValueErrors when entries or keys of of the
49+
$env_vars parameter contain null bytes.
50+
4551
- SPL:
4652
. ArrayObject no longer accepts enums, as modifying the $name or $value
4753
properties can break engine assumptions.

0 commit comments

Comments
 (0)