]> git.pld-linux.org Git - packages/php-pecl-ssh2.git/commitdiff
- saved from mandriva svn
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 21 Feb 2008 18:27:35 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/php-ssh2/releases/1:0.11/0.20060607.1mdv2008.0/SOURCES/php-ssh2-libssh2-0.16_fix.diff?revision=59951

Changed files:
    php-pecl-ssh2-libssh2.patch -> 1.1

php-pecl-ssh2-libssh2.patch [new file with mode: 0644]

diff --git a/php-pecl-ssh2-libssh2.patch b/php-pecl-ssh2-libssh2.patch
new file mode 100644 (file)
index 0000000..9a59644
--- /dev/null
@@ -0,0 +1,11 @@
+--- ssh2.c     2006-06-07 19:35:34.000000000 +0200
++++ ssh2.c.oden        2007-08-07 17:32:29.000000000 +0200
+@@ -484,7 +484,7 @@
+       ZEND_FETCH_RESOURCE(session, LIBSSH2_SESSION*, &zsession, -1, PHP_SSH2_SESSION_RES_NAME, le_ssh2_session);
+-#if LIBSSH2_APINO < 200412301450
++#if LIBSSH2_VERSION_NUM < 0x001000
+       libssh2_session_methods(session, &kex, &hostkey, &crypt_cs, &crypt_sc, &mac_cs, &mac_sc, &comp_cs, &comp_sc, &lang_cs, &lang_sc);
+ #else
+       kex = libssh2_session_methods(session, LIBSSH2_METHOD_KEX);
This page took 0.127043 seconds and 4 git commands to generate.