I am having a problem when installing php 4.1.2 or 4.0.6 using mysql.
The error is "Unable to save result set"
I have looked this error up but previous solutions are not working. The server is currently running php 4.0.1pl2 and mysql is working fine; but if I upgrade then I get the "unable to save result set" error on INSERTS and UPDATES only.
The option I am using to compile php is --with-mysql=/usr/local/. The mysql libs and includes and found in /usr/local/lib and /usr/local/include.
Thanks in advance.
- Vince