summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2015-08-11 22:36:47 +0200
committerBob Weinand <bobwei9@hotmail.com>2015-08-11 22:36:47 +0200
commit7c003948c618adb2a6691f529057388f02202f09 (patch)
treec7d4c3ce4c90487dad819c38d514a4aa8ae92393 /UPGRADING
parentdbd8edbbd08fbb2906ee9b540348b340715b5dbe (diff)
downloadphp-git-7c003948c618adb2a6691f529057388f02202f09.tar.gz
Simplify ZEND_EXIT and count boolean values to it as exit status
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 6f420650d2..b9b4c6964e 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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
========================