From 05699686607d6714c532dafac4e19de932cb7c63 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Wed, 16 Dec 2015 14:54:46 +0000 Subject: [PATCH] fixed typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338266 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/oci8/connection.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/oci8/connection.xml b/reference/oci8/connection.xml index 36b9239fb0..1f38ba131a 100644 --- a/reference/oci8/connection.xml +++ b/reference/oci8/connection.xml @@ -59,7 +59,7 @@ The oci_pconnect 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 oci_connect when PHP is used with CGI or via the command-line. @@ -300,7 +300,7 @@ The automatic re-establishment of PHP persistent connections after - an Apache or FGCI process respawns means LOGON + an Apache or FCGI process respawns means LOGON 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