PHP5/IIS6 Unable to load dynamic library

PHP5/IIS6 Unable to load dynamic library

am 15.10.2004 01:46:05 von mw

Hello people,

I have installed PHP as an ISAPI module under Win 2k3, and everything
was working fine

However recently I am getting the error in my Event Log: "Application
Popup: Warning: PHP Startup: Unable to load dynamic library
'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be found"

Accessing plain HTML pages works fine on the server, but PHP pages don't
work.

Any help is appreciated.

MW

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

SV: PHP5/IIS6 Unable to load dynamic library

am 15.10.2004 06:26:41 von Carsten Gehling

If you have upgraded to PHP 5, you need to EITHER

1) Copy \php\libmysql.dll to \windows\system32
2) Insert \php in your PATH definition

2) is the preferred option.

libmysql.dll is a "helper"-dll, that php_mysql.dll needs to function.

- Carsten

> -----Oprindelig meddelelse-----
> Fra: MW [mailto:megawhizzz@netscape.net]
> Sendt: 15. oktober 2004 01:46
> Til: php-windows@lists.php.net
> Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library
>
>
> Hello people,
>
> I have installed PHP as an ISAPI module under Win 2k3, and everything
> was working fine
>
> However recently I am getting the error in my Event Log: "Application
> Popup: Warning: PHP Startup: Unable to load dynamic library
> 'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be found"
>
> Accessing plain HTML pages works fine on the server, but PHP pages don't
> work.
>
> Any help is appreciated.
>
> MW
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Re: SV: PHP5/IIS6 Unable to load dynamic library

am 24.10.2004 09:09:27 von mw

I tried 2) alone, didn't work. But 1) did

Thanks!

MW

Carsten Gehling wrote:
> If you have upgraded to PHP 5, you need to EITHER
>
> 1) Copy \php\libmysql.dll to \windows\system32
> 2) Insert \php in your PATH definition
>
> 2) is the preferred option.
>
> libmysql.dll is a "helper"-dll, that php_mysql.dll needs to function.
>
> - Carsten
>
>
>>-----Oprindelig meddelelse-----
>>Fra: MW [mailto:megawhizzz@netscape.net]
>>Sendt: 15. oktober 2004 01:46
>>Til: php-windows@lists.php.net
>>Emne: [PHP-WIN] PHP5/IIS6 Unable to load dynamic library
>>
>>
>>Hello people,
>>
>>I have installed PHP as an ISAPI module under Win 2k3, and everything
>>was working fine
>>
>>However recently I am getting the error in my Event Log: "Application
>>Popup: Warning: PHP Startup: Unable to load dynamic library
>>'c:\PHP\ext\php_mysql.dll' - The specified procedure could not be found"
>>
>>Accessing plain HTML pages works fine on the server, but PHP pages don't
>>work.
>>
>>Any help is appreciated.
>>
>>MW
>>
>>--
>>PHP Windows Mailing List (http://www.php.net/)
>>To unsubscribe, visit: http://www.php.net/unsub.php
>>
>>

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php