fixed typos

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338266 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2015-12-16 14:54:46 +00:00
parent 8cbebe305b
commit 0569968660

View file

@ -59,7 +59,7 @@
The <function>oci_pconnect</function> cache is cleared and any
database connections closed when the PHP process terminates, so
effective use of persistent connections requires that PHP be an
Apache module or used with FGCI, or similar. Persistent connections
Apache module or used with FCGI, or similar. Persistent connections
will not have any benefits over <function>oci_connect</function>
when PHP is used with CGI or via the command-line.
</para>
@ -300,7 +300,7 @@
</para>
<para>
The automatic re-establishment of PHP persistent connections after
an Apache or FGCI process respawns means <literal>LOGON</literal>
an Apache or FCGI process respawns means <literal>LOGON</literal>
triggers in PHP are only recommended for setting session attributes
and not for per-application user connection requests. This is even
more so with DRCP due to the automatic pool sizing and with the