Date: 04/19/01
- Next message: pmarks <email protected>: "[PHP-DEV] PHP 4.0 Bug #10389 Updated: mysql_query(); returns an invalid result resource"
- Previous message: Robert Trembath: "[PHP-DEV] dynamic pulldowns from DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 10403
Updated by: ahill
Reported By: tleigh <email protected>
Status: Open
Bug Type: ODBC related
PHP Version: 4.0.4pl1
Assigned To:
Comments:
Please verify that you have tried other drivers, or create a ODBC trace (DebugFile=file.out in the odbc.ini file) to view the ODBC calls.
The driver is most likely segfaulting here, not iODBC.
Previous Comments:
---------------------------------------------------------------------------
[2001-04-19 11:17:44] tleigh <email protected>
Script:
<?
$connection = odbc_connect("test", "test", "test");
$query = "select * from tbl_name";
$result = odbc_prepare($connection, $query);
odbc_close($connection);
?>
Modules:
--with-mysql --with-iodbc --with-gd --with-jpeg-dir --with-ming --enable-ftp --enable-sockets
gdb backtrace:
X-Powered-By: PHP/4.0.4pl1
Content-type: text/html
Program recieved signal SIGSEGV, Segmentation fault.
0x402a06f1 in my_SQLPrepare (hstmt=0x81ab4c0,
szSqlStr=0x817e094 "select * from table_name", cSqlStr=-3)
at prepare.c:167
167 if (use_mb(charset_info))
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10403&edit=2
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: pmarks <email protected>: "[PHP-DEV] PHP 4.0 Bug #10389 Updated: mysql_query(); returns an invalid result resource"
- Previous message: Robert Trembath: "[PHP-DEV] dynamic pulldowns from DB"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

