jimw            Tue Dec 18 15:49:03 2001 EDT

  Modified files:              
    /phpdoc/en/features persistent-connections.xml 
  Log:
  note there are some non-sql persistent connections, and provide a see also section 
with links to all the persistent connection functions.
  
Index: phpdoc/en/features/persistent-connections.xml
diff -u phpdoc/en/features/persistent-connections.xml:1.16 
phpdoc/en/features/persistent-connections.xml:1.17
--- phpdoc/en/features/persistent-connections.xml:1.16  Wed Dec 12 15:46:34 2001
+++ phpdoc/en/features/persistent-connections.xml       Tue Dec 18 15:49:03 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
  <chapter id="features.persistent-connections">
   <title>Persistent Database Connections</title>
 
@@ -12,6 +12,12 @@
    connection is a connection that was opened to the same host, with
    the same username and the same password (where applicable).
   </simpara>
+  <note>
+   <para>
+    There are other extensions that provide persistent connections, such as
+    the <link linkend="ref.imap">IMAP extension</link>.
+   </para>
+  </note>
   <simpara>
    People who aren't thoroughly familiar with the way web servers work
    and distribute the load may mistake persistent connects for what
@@ -125,7 +131,16 @@
    probably will) change the efficiency of the script, but not its
    behavior!
   </simpara>
-
+  <para>
+   See also <function>fbsql_pconnect</function>,
+   <function>ibase_pconnect</function>, <function>ifx_pconnect</function>,
+   <function>imap_popen</function>, <function>ingres_pconnect</function>,
+   <function>msql_pconnect</function>, <function>mssql_pconnection</function>,
+   <function>mysql_pconnect</function>, <function>OCIPLogon</function>,
+   <function>odbc_pconnect</function>, <function>Ora_pLogon</function>,
+   <function>pfsockopen</function>, <function>pg_pconnect</function>, and
+   <function>sybase_pconnect</function>.
+  </para>
  </chapter>
 
 <!-- Keep this comment at the end of the file


Reply via email to