irc-html                Wed Jan  9 20:56:08 2002 EDT

  Modified files:              
    /phpdoc/en/features persistent-connections.xml 
  Log:
  fixed reference to mssql_pconnect, spelling errors
  
Index: phpdoc/en/features/persistent-connections.xml
diff -u phpdoc/en/features/persistent-connections.xml:1.17 
phpdoc/en/features/persistent-connections.xml:1.18
--- phpdoc/en/features/persistent-connections.xml:1.17  Tue Dec 18 15:49:03 2001
+++ phpdoc/en/features/persistent-connections.xml       Wed Jan  9 20:56:08 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
  <chapter id="features.persistent-connections">
   <title>Persistent Database Connections</title>
 
@@ -24,7 +24,7 @@
    they're not. In particular, they do <emphasis>not</emphasis> give
    you an ability to open 'user sessions' on the same SQL link, they
    do <emphasis>not</emphasis> give you an ability to build up a
-   transaction efficently, and they don't do a whole lot of other
+   transaction efficiently, and they don't do a whole lot of other
    things. In fact, to be extremely clear about the subject,
    persistent connections don't give you <emphasis>any</emphasis>
    functionality that wasn't possible with their non-persistent
@@ -135,7 +135,7 @@
    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>msql_pconnect</function>, <function>mssql_pconnect</function>,
    <function>mysql_pconnect</function>, <function>OCIPLogon</function>,
    <function>odbc_pconnect</function>, <function>Ora_pLogon</function>,
    <function>pfsockopen</function>, <function>pg_pconnect</function>, and


Reply via email to