mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
fixed typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338266 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8cbebe305b
commit
0569968660
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue