hholzgra                Fri May 19 10:49:45 2006 UTC

  Added files:                 
    /phpdoc/en/reference/info/functions sys-get-temp-dir.php 

  Removed files:               
    /phpdoc/en/reference/info/functions php-get-tmpdir.xml 

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   tempnam.xml tmpfile.xml 
  Log:
  Renamed php_get_tmpdir() to sys_get_temp_dir()
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/tempnam.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/tempnam.xml
diff -u phpdoc/en/reference/filesystem/functions/tempnam.xml:1.9 
phpdoc/en/reference/filesystem/functions/tempnam.xml:1.10
--- phpdoc/en/reference/filesystem/functions/tempnam.xml:1.9    Sat May  6 
09:59:37 2006
+++ phpdoc/en/reference/filesystem/functions/tempnam.xml        Fri May 19 
10:49:45 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.tempnam">
    <refnamediv>
@@ -68,7 +68,7 @@
      </simpara>
     </note>
     <para>
-     See also <function>tmpfile</function>, <function>php_get_tmpdir</function>
+     See also <function>tmpfile</function>, 
<function>sys_get_temp_dir</function>
      and <function>unlink</function>.
     </para>
    </refsect1>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/tmpfile.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/filesystem/functions/tmpfile.xml
diff -u phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.7 
phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.8
--- phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.7    Sat May  6 
09:59:37 2006
+++ phpdoc/en/reference/filesystem/functions/tmpfile.xml        Fri May 19 
10:49:45 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.32 -->
   <refentry id="function.tmpfile">
    <refnamediv>
@@ -47,7 +47,7 @@
      </example>
     </para>
     <para>
-     See also <function>tempnam</function>, 
<function>php_get_tmpdir</function>.
+     See also <function>tempnam</function>, 
<function>sys_get_temp_dir</function>.
     </para>
    </refsect1>
   </refentry>

http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/info/functions/sys-get-temp-dir.php?view=markup&rev=1.1
Index: phpdoc/en/reference/info/functions/sys-get-temp-dir.php
+++ phpdoc/en/reference/info/functions/sys-get-temp-dir.php
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
  <refentry id="function.sys-get-temp-dir">
   <refnamediv>
    <refname>sys_get_temp_dir</refname>
    <refpurpose>
      Returns directory path used for temporary files
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
     <methodsynopsis>
      <type>string</type><methodname>sys_get_temp_dir</methodname>
      <void/>
     </methodsynopsis>
    <para>
     This function returns the path of the directory PHP stores temporary
     files in by default.
    </para>
    <para>
     See also <function>tmpfile</function>, <function>tempnam</function>.
    </para>
   </refsect1>
  </refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->

Reply via email to