Author: oden
Date: Thu Feb  8 10:35:20 2007
New Revision: 117629

Modified:
   packages/cooker/php-ini/current/SOURCES/php.ini
   packages/cooker/php-ini/current/SPECS/php-ini.spec

Log:
- sync with php-5.2.1

Modified: packages/cooker/php-ini/current/SOURCES/php.ini
==============================================================================
--- packages/cooker/php-ini/current/SOURCES/php.ini     (original)
+++ packages/cooker/php-ini/current/SOURCES/php.ini     Thu Feb  8 10:35:20 2007
@@ -734,6 +734,37 @@
 ; Maximum number of links (persistent+non persistent).  -1 means no limit.
 msql.max_links = -1
 
+[OCI8]
+; 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
+
+; 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 = 10
+
+; Compatibility. Using On means oci_close() will not close
+; oci_connect() and oci_new_connect() connections.
+;oci8.old_oci_close_semantics = Off
+
 [PostgresSQL]
 ; Allow or prevent persistent links.
 pgsql.allow_persistent = On

Modified: packages/cooker/php-ini/current/SPECS/php-ini.spec
==============================================================================
--- packages/cooker/php-ini/current/SPECS/php-ini.spec  (original)
+++ packages/cooker/php-ini/current/SPECS/php-ini.spec  Thu Feb  8 10:35:20 2007
@@ -3,8 +3,8 @@
 
 Summary:       INI files for PHP
 Name:          php-ini
-Version:       5.2.0
-Release:       %mkrel 2
+Version:       5.2.1
+Release:       %mkrel 1
 Group:         Development/Other
 URL:           http://www.php.net
 License:       PHP License

Reply via email to