downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Ressource-Typen> <Installation
[edit] Last updated: Fri, 25 May 2012

view this page in

Laufzeit-Konfiguration

Diese Erweiterung definiert keine Konfigurationseinstellungen in der php.ini.



add a note add a note User Contributed Notes Laufzeit-Konfiguration
Mircea Hutanu 15-Apr-2010 02:19
If you are compiling it against PHP 5.3.X make sure to remove line 53 from ssh2.c file :

52    #ifdef ZEND_ENGINE_2
53    static
54    ZEND_BEGIN_ARG_INFO(php_ssh2_first_arg_force_ref, 0)
55             ZEND_ARG_PASS_INFO(1)
56         ZEND_END_ARG_INFO()
abc at hotmail dot com 18-Jan-2010 01:42
You must add extension = ssh2.so to  your php.ini for this to work even though the documentation says there is no configuration directive required.

 
show source | credits | sitemap | contact | advertising | mirror sites