sixd            Sun Jul 27 16:35:56 2008 UTC

  Modified files:              
    /php-src    php.ini-recommended php.ini-dist 
  Log:
  Sync oci8.default_prefetch example value with recent change
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.225&r2=1.226&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.225 php-src/php.ini-recommended:1.226
--- php-src/php.ini-recommended:1.225   Mon Jul 21 09:36:21 2008
+++ php-src/php.ini-recommended Sun Jul 27 16:35:56 2008
@@ -825,10 +825,11 @@
 
 ; Connection: Set this to a user chosen connection class to be used
 ; for all pooled server requests with Oracle 11g Database Resident
-; Connection Pooling (DRCP).  The default name is system generated.
-; To use DRCP, the database pool must be configured, and the
-; connection string must also specify to use a pooled server.
-;oci8.connection_class = MYPHPAPP
+; Connection Pooling (DRCP).  To use DRCP, this value should be set to
+; the same string for all web servers running the same application,
+; the database pool must be configured, and the connection string must
+; specify to use a pooled server.
+;oci8.connection_class =
 
 ; High Availability: Using 1 lets PHP receive Fast Application
 ; Notification (FAN) events generated when a database node fails. The
@@ -841,7 +842,7 @@
 
 ; Tuning: Enables statement prefetching and sets the default number of
 ; rows that will be fetched automatically after statement execution.
-;oci8.default_prefetch = 10
+;oci8.default_prefetch = 100
 
 ; Compatibility. Using 1 means oci_close() will not close
 ; oci_connect() and oci_new_connect() connections.
http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.275&r2=1.276&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.275 php-src/php.ini-dist:1.276
--- php-src/php.ini-dist:1.275  Mon Jul 21 09:36:21 2008
+++ php-src/php.ini-dist        Sun Jul 27 16:35:56 2008
@@ -788,10 +788,11 @@
 
 ; Connection: Set this to a user chosen connection class to be used
 ; for all pooled server requests with Oracle 11g Database Resident
-; Connection Pooling (DRCP).  The default name is system generated.
-; To use DRCP, the database pool must be configured, and the
-; connection string must also specify to use a pooled server.
-;oci8.connection_class = MYPHPAPP
+; Connection Pooling (DRCP).  To use DRCP, this value should be set to
+; the same string for all web servers running the same application,
+; the database pool must be configured, and the connection string must
+; specify to use a pooled server.
+;oci8.connection_class =
 
 ; High Availability: Using 1 lets PHP receive Fast Application
 ; Notification (FAN) events generated when a database node fails. The
@@ -804,7 +805,7 @@
 
 ; Tuning: Enables statement prefetching and sets the default number of
 ; rows that will be fetched automatically after statement execution.
-;oci8.default_prefetch = 10
+;oci8.default_prefetch = 100
 
 ; Compatibility. Using 1 means oci_close() will not close
 ; oci_connect() and oci_new_connect() connections.



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to