PHP Doku:: Laufzeit-Konfiguration - ssh2.configuration.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteSecure Shell2Installation/KonfigurationLaufzeit-Konfiguration

Ein Service von Reinhard Neidl - Webprogrammierung.

Installation/Konfiguration

<<Installation

Ressource-Typen>>

Laufzeit-Konfiguration

Diese Erweiterung definiert keine Konfigurationseinstellungen in der php.ini.


2 BenutzerBeiträge:
- Beiträge aktualisieren...
Mircea Hutanu
15.04.2010 23: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.01.2010 22: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.



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)