Posted by Janne Vuori on 11/12/70 11:19
I have Apache 2.0.54 and PHP 5.0.4 running on XP Professional.
Everything is working ok but when I am tryin to add the extension
php_ssh2.dll into use the PHP will generate an error message:
PHP Warning: PHP Startup: Unable to load dynamic library
'c:/php5/ext/php_ssh2.dll' - The specified module could not be
found.\r\n in Unknown on line 0
ON httpd.conf I have
LoadModule php5_module "c:/php5/php5apache2.dll"
AddType application/x-httpd-php .php
ON php.ini
extension_dir=c:/php5/ext/
extension=php_ssh2.dll
I've downloaded php_ssh2.dll from
http://snaps.php.net/win32/PECL_5_0/php_ssh2.dll and the file is located
in C:\php5\ext\php_ssh2.dll
Does anyone has any idea what is wrong?
Thanks in advance,
-Janne
[Back to original message]
|