[packages/php-pecl-oci8] add more params to oci8.ini

glen glen at pld-linux.org
Sun Apr 6 23:52:51 CEST 2014


commit 2e332b2c174f807607885d5be4a09484a7b0b1fd
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Apr 7 00:52:31 2014 +0300

    add more params to oci8.ini
    
    extracted from php-pecl-oci8-1.4.7-2.puias6.src.rpm

 oci8.ini | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 47 insertions(+), 1 deletion(-)
---
diff --git a/oci8.ini b/oci8.ini
index 6c36cb3..3405c6f 100644
--- a/oci8.ini
+++ b/oci8.ini
@@ -1,2 +1,48 @@
-; Enable oci8 extension module
+; Enable OCI8 extension module
 extension=oci8.so
+
+[OCI8]
+
+; Connection: Enables privileged connections using external
+; credentials (OCI_SYSOPER, OCI_SYSDBA)
+;oci8.privileged_connect = Off
+
+; Connection: The maximum number of persistent OCI8 connections per
+; process. Using -1 means no limit.
+;oci8.max_persistent = -1
+
+; Connection: The maximum number of seconds a process is allowed to
+; maintain an idle persistent connection. Using -1 means idle
+; persistent connections will be maintained forever.
+;oci8.persistent_timeout = -1
+
+; Connection: The number of seconds that must pass before issuing a
+; ping during oci_pconnect() to check the connection validity. When
+; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
+; pings completely.
+;oci8.ping_interval = 60
+
+; 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).  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 On lets PHP receive Fast Application
+; Notification (FAN) events generated when a database node fails. The
+; database must also be configured to post FAN events.
+;oci8.events = Off
+
+; Tuning: This option enables statement caching, and specifies how
+; many statements to cache. Using 0 disables statement caching.
+;oci8.statement_cache_size = 20
+
+; Tuning: Enables statement prefetching and sets the default number of
+; rows that will be fetched automatically after statement execution.
+;oci8.default_prefetch = 100
+
+; Compatibility. Using On means oci_close() will not close
+; oci_connect() and oci_new_connect() connections.
+;oci8.old_oci_close_semantics = Off
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-oci8.git/commitdiff/2e332b2c174f807607885d5be4a09484a7b0b1fd



More information about the pld-cvs-commit mailing list