From d00acdc312b2817552ba2eed5f61ed976148ca5d Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Thu, 30 Jul 2015 15:23:15 +0800 Subject: [PATCH] update UPGRADING --- UPGRADING | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/UPGRADING b/UPGRADING index 9d3f66ccfe..3d28890715 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 -- 2.40.0