[PHP] Compile PHP with MySQL support

2011-10-13 Thread Nick Khamis
Unlimited mysqli.max_persistent Unlimited Unlimited mysqli.reconnectOff Off The machine I compiled PHP on does not have mysqli.so, and so I am recieving the fatal call to undefined function mysql_connect() error. Can someone tell me how to compile php from source with mysql support

Re: [PHP] Compile PHP with MySQL support

2011-10-13 Thread Simon J Welsh
mysql_connect() error. Can someone tell me how to compile php from source with mysql support, but actually mysql is installed on a different server? Can I download a precompile mysqli anywhere? The PHP version is 5.1.49 as noted earlier. Thanks in Advance, Nick You've only compiled in MySQLi

Re: [PHP] Compile PHP with MySQL support

2011-10-13 Thread Sharl.Jimh.Tsin
() error. Can someone tell me how to compile php from source with mysql support, but actually mysql is installed on a different server? install it locally.otherwise impossible. Can I download a precompile mysqli anywhere? The PHP version is 5.1.49 as noted earlier. Thanks in Advance