I'm using php 4.1.2 and mysql 3.23.54 on Linux Mandrake; when I upgrade to php 4.3.3 (for adding gd module) then I have this warning message each time I execute an Insert statement but the query is still executed:
Warning: mysql_query(): Unable to save result set in /usr/project/...cc.php
Although I've installed all the packages of MySQL 3.23.58 and recompile Php but in the mysql info part of phpinfo() the "Client API version" is still 3.22.32 but not 3.23.58,
Please tell me how to upgrade the Client API of mysql module of php 4.3.3 and how to solve the above problem
Thanks