johannes Sun Jun 28 16:41:17 2009 UTC Modified files: (Branch: PHP_5_3) /php-src php.ini-development php.ini-production Log: MFH: Add ibase settings http://cvs.php.net/viewvc.cgi/php-src/php.ini-development?r1=1.1.2.13&r2=1.1.2.14&diff_format=u Index: php-src/php.ini-development diff -u php-src/php.ini-development:1.1.2.13 php-src/php.ini-development:1.1.2.14 --- php-src/php.ini-development:1.1.2.13 Sun Jun 28 15:56:19 2009 +++ php-src/php.ini-development Sun Jun 28 16:41:17 2009 @@ -1142,6 +1142,37 @@ ;birdstep.max_links = -1 +[Interbase] +; Allow or prevent persistent links. +ibase.allow_persistent = 1 + +; Maximum number of persistent links. -1 means no limit. +ibase.max_persistent = -1 + +; Maximum number of links (persistent + non-persistent). -1 means no limit. +ibase.max_links = -1 + +; Default database name for ibase_connect(). +;ibase.default_db = + +; Default username for ibase_connect(). +;ibase.default_user = + +; Default password for ibase_connect(). +;ibase.default_password = + +; Default charset for ibase_connect(). +;ibase.default_charset = + +; Default timestamp format. +ibase.timestampformat = "%Y-%m-%d %H:%M:%S" + +; Default date format. +ibase.dateformat = "%Y-%m-%d" + +; Default time format. +ibase.timeformat = "%H:%M:%S" + [MySQL] ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements ; http://php.net/mysql.allow_local_infile @@ -1815,16 +1846,6 @@ ;pdo_odbc.db2_instance_name= ;mcrypt.algorithms_dir= ;mcrypt.modes_dir= -;ibase.allow_persistent= -;ibase.max_persistent= -;ibase.max_links= -;ibase.default_db= -;ibase.default_user= -;ibase.default_password= -;ibase.default_charset= -;ibase.timestampformat= -;ibase.dateformat= -;ibase.timeformat= ;mbstring.script_encoding= ;mbstring.http_output_conv_mimetypes= ;com.code_page= http://cvs.php.net/viewvc.cgi/php-src/php.ini-production?r1=1.1.2.12&r2=1.1.2.13&diff_format=u Index: php-src/php.ini-production diff -u php-src/php.ini-production:1.1.2.12 php-src/php.ini-production:1.1.2.13 --- php-src/php.ini-production:1.1.2.12 Sun Jun 28 15:56:19 2009 +++ php-src/php.ini-production Sun Jun 28 16:41:17 2009 @@ -1142,6 +1142,37 @@ ;birdstep.max_links = -1 +[Interbase] +; Allow or prevent persistent links. +ibase.allow_persistent = 1 + +; Maximum number of persistent links. -1 means no limit. +ibase.max_persistent = -1 + +; Maximum number of links (persistent + non-persistent). -1 means no limit. +ibase.max_links = -1 + +; Default database name for ibase_connect(). +;ibase.default_db = + +; Default username for ibase_connect(). +;ibase.default_user = + +; Default password for ibase_connect(). +;ibase.default_password = + +; Default charset for ibase_connect(). +;ibase.default_charset = + +; Default timestamp format. +ibase.timestampformat = "%Y-%m-%d %H:%M:%S" + +; Default date format. +ibase.dateformat = "%Y-%m-%d" + +; Default time format. +ibase.timeformat = "%H:%M:%S" + [MySQL] ; Allow accessing, from PHP's perspective, local files with LOAD DATA statements ; http://php.net/mysql.allow_local_infile @@ -1823,16 +1854,6 @@ ;pdo_odbc.db2_instance_name= ;mcrypt.algorithms_dir= ;mcrypt.modes_dir= -;ibase.allow_persistent= -;ibase.max_persistent= -;ibase.max_links= -;ibase.default_db= -;ibase.default_user= -;ibase.default_password= -;ibase.default_charset= -;ibase.timestampformat= -;ibase.dateformat= -;ibase.timeformat= ;mbstring.script_encoding= ;mbstring.http_output_conv_mimetypes= ;com.code_page=
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php