Re: [PHP] Segmentation fault while fetching BLOB data from mysql with ODBC

2012-04-26 Thread shiplu
On Thursday, April 26, 2012, Leandro Dardini wrote: > Anyone has experienced segmentation fault while reading blob (longblog) > data from mysql using ODBC? > > If not, can you provide me few rows of code to show me how you fetch it? > > I am using php 5.3.3 and this code segfaults: > > $conn=odbc_

[PHP] Segmentation fault while fetching BLOB data from mysql with ODBC

2012-04-26 Thread Leandro Dardini
Anyone has experienced segmentation fault while reading blob (longblog) data from mysql using ODBC? If not, can you provide me few rows of code to show me how you fetch it? I am using php 5.3.3 and this code segfaults: $conn=odbc_connect("db","",""); $sql="select * from table where id=1"; $res=o