I'm using CENTOS 5.2 , PHP 5.3 . MySQL Server version: 5.1.38
I try to use mysqlI
bind_result method
The field I'm using have varchar(5000)
The save data in this field is not a problem . I can save as log as i need
but if I fetch data it comes truncated to 256 characters
O can get all data from command line , and do not have problem with PHP 5.1.6
I think that this is a bug in 5.3
Any ideas