maxim           Sun Nov 10 01:05:38 2002 EDT

  Modified files:              
    /phpdoc/en/reference/oci8/functions ocilogoff.xml 
  Log:
  copied from mysql_close the note of uselesness closing implicitly connection links
  
  
Index: phpdoc/en/reference/oci8/functions/ocilogoff.xml
diff -u phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.3 
phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.4
--- phpdoc/en/reference/oci8/functions/ocilogoff.xml:1.3        Sun Nov 10 00:36:25 
2002
+++ phpdoc/en/reference/oci8/functions/ocilogoff.xml    Sun Nov 10 01:05:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocilogoff">
    <refnamediv>
@@ -15,6 +15,12 @@
     <para>
      <function>OCILogOff</function> closes an Oracle connection.
     </para>
+    <para>
+     Using <function>OCILogOff</function> isn't usually necessary,
+     as non-persistent open links are automatically closed at the end
+     of the script's execution. See also
+     <link linkend="language.types.resource.self-destruct">freeing
+     resources</link>.
    </refsect1>
   </refentry>
 



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to