]> git.pld-linux.org Git - packages/php-pecl-ssh2.git/commitdiff
- updated to 0.11.0 auto/th/php-pecl-ssh2-0_11_0-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Fri, 26 Dec 2008 03:00:03 +0000 (03:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-ssh2-libssh2.patch -> 1.2

php-pecl-ssh2-libssh2.patch

index 9a59644d2d5a759d61ee7fbb33f68398717dc8ba..085c9d79e0132921a14521f041ec476f7adaef71 100644 (file)
@@ -4,7 +4,7 @@
  
        ZEND_FETCH_RESOURCE(session, LIBSSH2_SESSION*, &zsession, -1, PHP_SSH2_SESSION_RES_NAME, le_ssh2_session);
  
--#if LIBSSH2_APINO < 200412301450
+-#if defined(LIBSSH2_APINO) && 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
This page took 0.037828 seconds and 4 git commands to generate.