We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a70f4 commit 0bfdb71Copy full SHA for 0bfdb71
UPGRADING
@@ -42,6 +42,12 @@ PHP 8.5 UPGRADE NOTES
42
. ldap_get_option() and ldap_set_option() now throw a ValueError when
43
passing an invalid option.
44
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
+
51
- SPL:
52
. ArrayObject no longer accepts enums, as modifying the $name or $value
53
properties can break engine assumptions.
0 commit comments