]> git.pld-linux.org Git - packages/php-pecl-ssh2.git/blame - php-pecl-ssh2-libssh2.patch
- release 6 (by relup.sh)
[packages/php-pecl-ssh2.git] / php-pecl-ssh2-libssh2.patch
CommitLineData
8eeab583
ER
1--- ssh2.c 2006-06-07 19:35:34.000000000 +0200
2+++ ssh2.c.oden 2007-08-07 17:32:29.000000000 +0200
3@@ -484,7 +484,7 @@
4
5 ZEND_FETCH_RESOURCE(session, LIBSSH2_SESSION*, &zsession, -1, PHP_SSH2_SESSION_RES_NAME, le_ssh2_session);
6
200cad46 7-#if defined(LIBSSH2_APINO) && LIBSSH2_APINO < 200412301450
8eeab583
ER
8+#if LIBSSH2_VERSION_NUM < 0x001000
9 libssh2_session_methods(session, &kex, &hostkey, &crypt_cs, &crypt_sc, &mac_cs, &mac_sc, &comp_cs, &comp_sc, &lang_cs, &lang_sc);
10 #else
11 kex = libssh2_session_methods(session, LIBSSH2_METHOD_KEX);
This page took 0.149397 seconds and 4 git commands to generate.