diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-08-07 09:12:02 +0200 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-08-07 09:12:02 +0200 |
commit | 948bb1aa263f13826f11f613e596373f37573146 (patch) | |
tree | a0fcb6efe08566e853f51525ddc25cf2fcc8bdf2 | |
parent | 0de4e57ccea9c0a7b81aa0f03b5a722f55b32195 (diff) | |
download | php-git-948bb1aa263f13826f11f613e596373f37573146.tar.gz |
Update UPGRADING about new substr() behavior
-rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |