fmk Wed Jul 9 18:36:18 2003 EDT
Modified files:
/php-src php.ini-dist php.ini-recommended
Log:
Adding missing MSSQL Server ini settings
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.195 php-src/php.ini-dist:1.196
--- php-src/php.ini-dist:1.195 Mon Jun 30 16:36:38 2003
+++ php-src/php.ini-dist Wed Jul 9 18:36:18 2003
@@ -961,6 +961,12 @@
; Compatability mode with old versions of PHP 3.0.
mssql.compatability_mode = Off
+; Connec timeout
+;mssql.connect_timeout = 5
+
+; Query timeout
+;mssql.timeout = 60
+
; Valid range 0 - 2147483647. Default = 4096.
;mssql.textlimit = 4096
@@ -969,6 +975,11 @@
; Limits the number of records in each batch. 0 = all records in one batch.
;mssql.batchsize = 0
+
+; Specify how datetime and datetim4 columns are returned
+; On => Returns data converted to SQL server settings
+; Off => Returns values as YYYY-MM-DD hh:mm:ss
+;mssql.datetimeconvert = On
; Use NT authentication when connecting to the server
mssql.secure_connection = Off
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.140 php-src/php.ini-recommended:1.141
--- php-src/php.ini-recommended:1.140 Mon Jun 30 16:36:38 2003
+++ php-src/php.ini-recommended Wed Jul 9 18:36:18 2003
@@ -970,6 +970,12 @@
; Compatability mode with old versions of PHP 3.0.
mssql.compatability_mode = Off
+; Connec timeout
+;mssql.connect_timeout = 5
+
+; Query timeout
+;mssql.timeout = 60
+
; Valid range 0 - 2147483647. Default = 4096.
;mssql.textlimit = 4096
@@ -978,6 +984,11 @@
; Limits the number of records in each batch. 0 = all records in one batch.
;mssql.batchsize = 0
+
+; Specify how datetime and datetim4 columns are returned
+; On => Returns data converted to SQL server settings
+; Off => Returns values as YYYY-MM-DD hh:mm:ss
+;mssql.datetimeconvert = On
; Use NT authentication when connecting to the server
mssql.secure_connection = Off
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php