[PHP-DEV] php.ini missing entries for mssql
by benjamin yates other posts by this author
Dec 10 2001 2:01AM messages near this date
Re: [PHP-DEV] Bugs in ext/standard/array.c
|
[PHP-DEV] Bug #14394: Problem with line 1457 "archive_cmds"
php.ini-dist and -recommended are missing some mssql entries...
mssql.timeout
mssql.connect_timeout
mssql.datetimeconvert
also, the mssql error handler needs to store it's string for retrieval,
not just the message handler. i patched mine to just fill the same
server_message with it and that worked fine for me.. the mssql error &
message system is really bizzare but since php is not multi-threaded, it
works ok, and i've never had an incorrect message returned from
mssql_get_last_message() after that change. i could provide a diff if
that's not enough explanation.
-benjamin
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe@[...].net
For additional commands, e-mail: php-dev-help@[...].net
To contact the list administrators, e-mail: php-list-admin@lists.php.net
|