I'm not sure what to do with these, but it annoys me that there are
directives which don't even appear in php.ini-dist which can actually
affect how PHP works. Here's some I've found, but I'm not sure what the
policy is. Anyone have a problem with adding these after 4.3.2?

Jani: These aren't new directives. They're already there, but no one knows
it. ;)

See attached for patch.
Index: php.ini-dist
===================================================================
RCS file: /repository/php4/php.ini-dist,v
retrieving revision 1.186
diff -u -r1.186 php.ini-dist
--- php.ini-dist        19 Mar 2003 16:53:02 -0000      1.186
+++ php.ini-dist        22 Mar 2003 17:21:53 -0000
@@ -951,6 +951,12 @@
 ; Compatability mode with old versions of PHP 3.0.
 mssql.compatability_mode = Off

+; Undocumented
+;mssql.connect_timeout = 5
+
+; Undocumented
+;mssql.timeout = 60
+
 ; Valid range 0 - 2147483647.  Default = 4096.
 ;mssql.textlimit = 4096

@@ -959,6 +965,9 @@

 ; Limits the number of records in each batch.  0 = all records in one
batch.
 ;mssql.batchsize = 0
+
+; Undocumented
+;mssql.datetimeconvert = On

 ; Use NT authentication when connecting to the server
 mssql.secure_connection = Off

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to