Hi !
Some information : - Freebsd 6.1 - unixODBC 2.2.12 - PHP 5.2.1 - PHP pdo/ pdo_odbc - freetds-msdblib-0.64 Sybase/Microsoft TDS protocol library
All lib/binaries build from freebsd ports
The bug : I'm using PHP pdo to connecton mssql Server. The connection seems OK : $conn = new PDO('odbc:myserver', 'DOM\Administrator', '****');
But, sometimes, i have a segfault in function CLGetData, line 468.
what appends ?
Was this ever resolved?
Log in to post a comment.
Hi !
Some information :
- Freebsd 6.1
- unixODBC 2.2.12
- PHP 5.2.1
- PHP pdo/ pdo_odbc
- freetds-msdblib-0.64 Sybase/Microsoft TDS protocol library
All lib/binaries build from freebsd ports
The bug :
I'm using PHP pdo to connecton mssql Server.
The connection seems OK :
$conn = new PDO('odbc:myserver', 'DOM\Administrator', '****');
But, sometimes, i have a segfault in function CLGetData, line 468.
what appends ?
Was this ever resolved?