ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> php-Dev
php-Dev
[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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved