You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for binary, and octal number prefixes for INI settings
This drops support for PHP_MIN_VALUE as we now need to manually change the sign of the result.
Therefore the lowest possible value without overflow is PHP_MIN_VALUE+1.
0 commit comments