bjori           Tue May 22 20:46:10 2007 UTC

  Modified files:              
    /phpdoc/en/appendices       migration52.xml 
  Log:
  Add sys_get_temp_dir() to the new functoin list
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/appendices/migration52.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/appendices/migration52.xml
diff -u phpdoc/en/appendices/migration52.xml:1.15 
phpdoc/en/appendices/migration52.xml:1.16
--- phpdoc/en/appendices/migration52.xml:1.15   Tue May 22 20:12:50 2007
+++ phpdoc/en/appendices/migration52.xml        Tue May 22 20:46:10 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <appendix id="migration52">
  <title>Migrating from PHP 5.1.x to PHP 5.2.x</title>
 
@@ -788,6 +788,12 @@
    </listitem>
    <listitem>
     <simpara>
+     <function>sys_get_temp_dir</function>
+     - Returns directory path used for temporary files. (Added in 5.2.1)
+    </simpara>
+   </listitem>
+   <listitem>
+    <simpara>
      <function>timezone_abbreviations_list</function>
      - Returns associative array containing DST, offset and the timezone name
     </simpara>

Reply via email to