sniper          Tue Sep  2 18:52:27 2003 EDT

  Modified files:              
    /phpdoc/en/features persistent-connections.xml 
  Log:
  imap_popen() does not exist anymore, and it never worked anyway
  
Index: phpdoc/en/features/persistent-connections.xml
diff -u phpdoc/en/features/persistent-connections.xml:1.21 
phpdoc/en/features/persistent-connections.xml:1.22
--- phpdoc/en/features/persistent-connections.xml:1.21  Tue Feb  4 08:05:06 2003
+++ phpdoc/en/features/persistent-connections.xml       Tue Sep  2 18:52:27 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
  <chapter id="features.persistent-connections">
   <title>Persistent Database Connections</title>
 
   <simpara>
-   Persistent connections are SQL links that do not close when the
+   Persistent connections are links that do not close when the
    execution of your script ends. When a persistent connection is
    requested, PHP checks if there's already an identical persistent
    connection (that remained open from earlier) - and if it exists, it
@@ -12,17 +12,11 @@
    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
    they're not. In particular, they do <emphasis>not</emphasis> give
-   you an ability to open 'user sessions' on the same SQL link, they
+   you an ability to open 'user sessions' on the same link, they
    do <emphasis>not</emphasis> give you an ability to build up a
    transaction efficiently, and they don't do a whole lot of other
    things. In fact, to be extremely clear about the subject,
@@ -134,7 +128,7 @@
   <para>
    See also <function>fbsql_pconnect</function>,
    <function>ibase_pconnect</function>, <function>ifx_pconnect</function>,
-   <function>imap_popen</function>, <function>ingres_pconnect</function>,
+   <function>ingres_pconnect</function>,
    <function>msql_pconnect</function>, <function>mssql_pconnect</function>,
    <function>mysql_pconnect</function>, <function>ociplogon</function>,
    <function>odbc_pconnect</function>, <function>ora_plogon</function>,

Reply via email to