From 140acd5aa23a9a8c858921d896ca7cd9c1e8140d Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 22 May 2007 20:46:10 +0000 Subject: [PATCH] Add sys_get_temp_dir() to the new functoin list git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236163 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration52.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/appendices/migration52.xml b/appendices/migration52.xml index 1acdc8f592..52b50b74bc 100644 --- a/appendices/migration52.xml +++ b/appendices/migration52.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 5.1.x to PHP 5.2.x @@ -786,6 +786,12 @@ $obj->getCommentName(''); - Returns the peak allocated by PHP memory + + + sys_get_temp_dir + - Returns directory path used for temporary files. (Added in 5.2.1) + + timezone_abbreviations_list