Changes of Revision 8
[-] | Changed | php5-ssh2.spec |
x 1
2 #Patch1: php5-ssh2-fixes.patch 3 #Patch2: php5-ssh2-compile-fix.patch 4 Patch3: php5-ssh2-stream-segfault-fix.patch 5 +Patch4: ssh2-php53.patch 6 7 Summary: Bindings for the libssh2 library 8 %description 9
10 #%patch1 11 #%patch2 12 %patch3 13 +%patch4 14 15 %{__mkdir} %{name} 16 17 |
||
[+] | Added | ssh2-php53.patch ^ |
@@ -0,0 +1,10 @@ +--- ssh2.c.php53 2008-12-14 10:04:22.000000000 +0100 ++++ ssh2.c 2008-12-14 10:04:24.000000000 +0100 +@@ -48,7 +48,6 @@ + #endif + + #ifdef ZEND_ENGINE_2 +-static + ZEND_BEGIN_ARG_INFO(php_ssh2_first_arg_force_ref, 0) + ZEND_ARG_PASS_INFO(1) + ZEND_END_ARG_INFO() |