summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmb@php.net>2015-08-07 15:05:27 +0200
committerChristoph M. Becker <cmb@php.net>2015-08-07 15:05:27 +0200
commite8d1ef56ff3e116ebc4d0061452f7b447bcdb740 (patch)
treef8f03c2ecdf59e504a1db48ab92337c4f619822a
parent07f8845205e8ccf5124a8c44748be0dc77674536 (diff)
parent948bb1aa263f13826f11f613e596373f37573146 (diff)
downloadphp-git-e8d1ef56ff3e116ebc4d0061452f7b447bcdb740.tar.gz
Merge branch 'pull-request/1460'
* pull-request/1460: Update UPGRADING about new substr() behavior
-rw-r--r--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index fd8183cec4..6f420650d2 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -429,6 +429,7 @@ Other language changes
Standard library changes
========================
+ . substr() now returns an empty string instead of FALSE when the truncation happens on boundaries.
. call_user_method() and call_user_method_array() no longer exists.
. ob_start() no longer issues an E_ERROR, but instead an E_RECOVERABLE_ERROR in case an
output buffer is created in an output buffer handler.