i try to config how to use php on Apache for Win.That's work fine if i'm not using mysql function (;extension=php_mysql.dll)
But i i use mysql function. (And uncomment in php.ini and set directive extension_dir=f:\php)
When i try phpinfo(). The errors are:
1.The procedure entry point convert_to_string could not be locate in the dynamic link library php4ts.dll
2.Unable to load dynamic library "f:\php\php_mysql.dll" The specified procedure could not be found.
(But php_mysql.dll still in "f:\php\")
I try everything i can do. (And Try IIS5.0 already but i gave up.)
How can i do? Or change my web server/OS to Linux. (Oh...)
Nut