Hi guys
im really banging my head over this one. I know PHP5 doesnt support Mysql by default
so ive set the extensions directory in the php.ini file, ive un-commented and enabled the php_mysql.dll line in the php.ini file
ive verified that the php_mysql.dll file is in the present, and ive also copied the libmysql.dll file into the windows\system32 directory
ive even followed the manual and added c:\php into the windows path setting so that windows can access the file from c:\php as well as c:\windows\system32
but mysql isnt loading into php. No matter where the libmysql.dll is located
anybody got any ideas ?
its on Server 2003 with IIS6, PHP 5.1.6 and MYSQL 5
but when i run the phpinfo call, the printout in no way mentions mysql extension being loaded
what have i missed ?
im really banging my head over this one. I know PHP5 doesnt support Mysql by default
so ive set the extensions directory in the php.ini file, ive un-commented and enabled the php_mysql.dll line in the php.ini file
ive verified that the php_mysql.dll file is in the present, and ive also copied the libmysql.dll file into the windows\system32 directory
ive even followed the manual and added c:\php into the windows path setting so that windows can access the file from c:\php as well as c:\windows\system32
but mysql isnt loading into php. No matter where the libmysql.dll is located
anybody got any ideas ?
its on Server 2003 with IIS6, PHP 5.1.6 and MYSQL 5
but when i run the phpinfo call, the printout in no way mentions mysql extension being loaded
what have i missed ?