diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-08-11 22:36:47 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-08-11 22:36:47 +0200 |
commit | 7c003948c618adb2a6691f529057388f02202f09 (patch) | |
tree | c7d4c3ce4c90487dad819c38d514a4aa8ae92393 /UPGRADING | |
parent | dbd8edbbd08fbb2906ee9b540348b340715b5dbe (diff) | |
download | php-git-7c003948c618adb2a6691f529057388f02202f09.tar.gz |
Simplify ZEND_EXIT and count boolean values to it as exit status
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -425,6 +425,7 @@ Other language changes . Removed support for #-style comments in ini files. Use ;-style comments instead. . $HTTP_RAW_POST_DATA is no longer available. Use the php://input stream instead. + . exit() and die() interpret all scalars except strings as exit_status now. Standard library changes ======================== |