features/persistent-connections.xml
0799f7789c50a11b746ad713cc8787e4b04dd926
...
...
@@ -55,7 +55,7 @@
55
55
</simpara>
56
56
<simpara>
57
57
The last method is to use PHP as a plug-in for a multithreaded web
58
-
server. Currently PHP 4 has support for ISAPI, WSAPI, and NSAPI (on
58
+
server. Currently PHP has support for WSAPI, and NSAPI (on
59
59
Windows), which all allow PHP to be used as a plug-in on multithreaded
60
60
servers like Netscape FastTrack (iPlanet), Microsoft's Internet Information
61
61
Server (IIS), and O'Reilly's WebSite Pro. The behavior is essentially
...
...
@@ -122,14 +122,9 @@
122
122
behavior!
123
123
</simpara>
124
124
<para>
125
-
See also <function>fbsql_pconnect</function>,
126
-
<function>ibase_pconnect</function>, <function>ifx_pconnect</function>,
127
-
<function>ingres_pconnect</function>,
128
-
<function>msql_pconnect</function>, <function>mssql_pconnect</function>,
129
-
<function>mysql_pconnect</function>, <function>ociplogon</function>,
125
+
See also <function>ibase_pconnect</function>, <function>ociplogon</function>,
130
126
<function>odbc_pconnect</function>, <function>oci_pconnect</function>,
131
-
<function>pfsockopen</function>, <function>pg_pconnect</function>, and
132
-
<function>sybase_pconnect</function>.
127
+
<function>pfsockopen</function>, and <function>pg_pconnect</function>.
133
128
</para>
134
129
</chapter>
135
130

136
131