Code:
# cd /usr/local/directadmin/customapache
Add this to configure.php file:
Run:
Hi,
I have a user who is switching from cPanel where he used PHP5 and mysqli.
I'm using php 4.4.7 with the -- with-mysqli option, but the code still complains.
in phpinfo() on his cPanel box he has a whole block of
mysqli
MysqlI Support enabled
Client API version 4.1.19
MYSQLI_SOCKET /var/lib/mysql/mysql.sock
Directive Local Value Master Value
mysqli.default_host no value no value
mysqli.default_port 3306 3306
mysqli.default_pw no value no value
mysqli.default_socket no value no value
mysqli.default_user no value no value
mysqli.max_links Unlimited Unlimited
mysqli.reconnect Off Off
Whereas in my PHP 4, I only see the '--with-mysqli' in the configure command section.
I restarted apache, but to no avail.
Any pointers?
-Alon.