summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-08-12 02:58:21 +0300
committerDmitry Stogov <dmitry@zend.com>2015-08-12 02:58:21 +0300
commitfef086d11326f8f3c16628e6d64ef56e26c648ec (patch)
treec0e3914d1cdb72b73897fb900952b4d23b95d7ae /UPGRADING
parent9e290a44f142a17f7239ff21ecc61565aa7f4e68 (diff)
downloadphp-git-fef086d11326f8f3c16628e6d64ef56e26c648ec.tar.gz
Revert "Simplify ZEND_EXIT and count boolean values to it as exit status"
This reverts commit 7c003948c618adb2a6691f529057388f02202f09.
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 0 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index b9b4c6964e..6f420650d2 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -425,7 +425,6 @@ 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
========================