mysqli extension not loaded in PHP

The_cobra666

Verified User
Joined
Jan 6, 2006
Messages
87
Location
Belgium
How do I load the mysqli extension in php? I have php 4.4.2 and mysql 4.1.16, I've searched the forums on mysqli but can't realy find anything.

Anybody else can explain it?
 
-bash-3.00# locate mysql_config
/usr/bin/mysql_config
-bash-3.00#
-bash-3.00# --with-mysqli=/usr/bin/mysql_config
-bash: --with-mysqli=/usr/bin/mysql_config: No such file or directory
-bash-3.00#

mysql_config is in that directory, quess I'm doing something wrong again :P
 
Back
Top