diff options
author | Xinchen Hui <laruence@php.net> | 2015-07-30 15:23:15 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-07-30 15:23:15 +0800 |
commit | d00acdc312b2817552ba2eed5f61ed976148ca5d (patch) | |
tree | effb27f41e7c6d55b18de62112bfeb2c9578d2f3 | |
parent | ee64c39f8ed1b136b278bf88e64304c5fd6b6f1a (diff) | |
download | php-git-d00acdc312b2817552ba2eed5f61ed976148ca5d.tar.gz |
update UPGRADING
-rw-r--r-- | UPGRADING | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -633,8 +633,11 @@ Other platform restrictions dead locks on pipe buffers are possible. - dirname() - . A new optional argument ($levels) allow to go up various times - dirname(dirname($foo)) => dirname($foo, 2); + A new optional argument ($levels) allow to go up various times + dirname(dirname($foo)) => dirname($foo, 2); + +- debug_zval_dump + It prints now "int" instead of "long", and "float" instead of "double". ======================================== 6. New Functions |