FS#1156 - PHP5 without MySQLi
Attached to Project:
Arch Linux
Opened by Jason Carr (jason2) - Monday, 19 July 2004, 23:24 GMT
Last edited by Judd Vinet (judd) - Monday, 19 July 2004, 23:38 GMT
Opened by Jason Carr (jason2) - Monday, 19 July 2004, 23:24 GMT
Last edited by Judd Vinet (judd) - Monday, 19 July 2004, 23:38 GMT
|
Details
I tried to use PHP5's new MySQLi functionality, however it's
not available. I checked in the phpinfo() or php -i and
mysqli isn't included. It's probably as simple as adding
'--with-mysqli=shared,/usr' to the end of the configure.
|
This task depends upon
Comment by Judd Vinet (judd) - Tuesday,
28 September 2004, 06:43 GMT
Apparently mysqli is only available in mysql 4.1.3 and above. We
run the 4.0.x series until 4.1 leaves gamma.