]> granicus.if.org Git - php/commitdiff
MFH: Sync oci8.default_prefetch example value with recent change
authorChristopher Jones <sixd@php.net>
Sun, 27 Jul 2008 16:37:57 +0000 (16:37 +0000)
committerChristopher Jones <sixd@php.net>
Sun, 27 Jul 2008 16:37:57 +0000 (16:37 +0000)
php.ini-dist
php.ini-recommended

index a744e56de8ff23afefb5e1f595abda83370a85be..1eee9668e2a2cffa923d0fa87e42c140c4e424a4 100644 (file)
@@ -860,10 +860,11 @@ msql.max_links = -1
 
 ; 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
@@ -876,7 +877,7 @@ msql.max_links = -1
 
 ; 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.
index 2c531c7664a3c49a5ea6357cce36bbdb6c55491d..4b3e7507ee13e93731ce79c5a94089dacd989ac9 100644 (file)
@@ -911,10 +911,11 @@ msql.max_links = -1
 
 ; 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
@@ -927,7 +928,7 @@ msql.max_links = -1
 
 ; 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.