Posted by HawkEye on 01/18/07 17:33
wlbragg wrote:
> Using php5.2.0-dev version and php5isapi.dll in IIS mysql_connect() isn't
> understood as a function. Everything else works fine in php as far as I know
> except the mysql functions. If I use php-cgi.exe it works fine but I have to
> turn off forced-redirect and can't switch to my Apache Server without
> modifying the php.ini. Does anyone know how to
> get this PHP ver to implement this function under IIS using php5isapi.dll?
> Did I miss a step to
> implement MySQL under IIS and php5isapi?
>
> Thx in advance..
>
>
> -----------------------------------------------
> Lynx Web Design Program - A FREE, online,
> quick and extremely powerful web design tool.
> Check it out! http://members.cox.net/wlbragg/
> -----------------------------------------------
>
>
You're probably already aware but just in case - PHP 5.(something) no loger
includes MySQL support builin. You have to enable the extension just like
any others. Try a phpinfo(); to see if MySQl support is enabled or not.
HTH
--
Regards
Neil
Linux Registered User 324599
[Back to original message]
|