php-db | 2004071
Date: 07/03/04
- Next message: Chris Payne: "[PHP-DB] MySQL variable question"
- Previous message: Ford, Mike [LSS]: "RE: [PHP-DB] Date problem: data is current as of yesterday"
- In reply to: Frank M. Kromann: "Re: [PHP-DB] Multiple MSSQL Connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If this is the problem, then you should try the odbtp/mssql hybrid
extension, php_odbtp_mssql.dll. It is thread-safe, and is available at
http://odbtp.sourceforge.net.
-- bob
On Fri, 2 Jul 2004, Frank M. Kromann wrote:
> That depends on the SAPI you are using. With CGI or FastCGI there is no
> problem but with ISAPI or Apache module you might get problems, as the
> DBLIB library used to build the extension is not thread safe.
>
> - Frank
>
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Chris Payne: "[PHP-DB] MySQL variable question"
- Previous message: Ford, Mike [LSS]: "RE: [PHP-DB] Date problem: data is current as of yesterday"
- In reply to: Frank M. Kromann: "Re: [PHP-DB] Multiple MSSQL Connections"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

