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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to