mirror of
https://github.com/php/php-src.git
synced 2026-04-29 03:03:26 +02:00
update UPGRADING
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user