XAMPP + ssh2 + Linux

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
israel
Forum Newbie
Posts: 4
Joined: Sat Apr 01, 2006 11:50 am

XAMPP + ssh2 + Linux

Post by israel »

Hi,
I've got problem with XAMPP and ssh2 on linux. I've do everything with http://pl.php.net/manual/pl/ref.ssh2.php and when starting XAMPP there is a message:
PHP Warning: PHP Startup: x@0@: Unable to initialize module
Module compiled with module API=20041030, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0

I think x@0@ should be a ssh2.so becouse this message is only with uncomment line
extension=ssh2.so
in php.ini

Thanks
Post Reply