[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] com pecl/networking/ssh2: fix datatype: =?UTF-8?Q?ssh=32=5Ffopen=5Fwrappe?= =?UTF-8?Q?rs=
From:       Anatol Belski <ab () php ! net>
Date:       2016-07-03 15:53:06
Message-ID: php-mail-a4bd980cd2400a386bde205558b999ea1887120082 () git ! php ! net
[Download RAW message or body]

Commit:    dbf1b3c1c9e0d8b24906867d668e5bee994ac92d
Author:    Anatol Belski <ab@php.net>         Sun, 3 Jul 2016 17:53:06 +0200
Parents:   df27bec92d14575f73ccc65efe23a6d475d8c973
Branches:  master

Link:       http://git.php.net/?p=pecl/networking/ssh2.git;a=commitdiff;h=dbf1b3c1c9e0d8b24906867d668e5bee994ac92d


Log:
fix datatype

Changed paths:
  M  ssh2_fopen_wrappers.c


Diff:
diff --git a/ssh2_fopen_wrappers.c b/ssh2_fopen_wrappers.c
index 7f4cd5c..93c816d 100644
--- a/ssh2_fopen_wrappers.c
+++ b/ssh2_fopen_wrappers.c
@@ -212,7 +212,7 @@ php_url *php_ssh2_fopen_wraper_parse_path(const char *path, char \
*type, php_stre  LIBSSH2_SESSION *session;
 	php_url *resource;
 	zval *methods = NULL, *callbacks = NULL, zsession, *tmpzval;
-	long resource_id;
+	zend_long resource_id;
 	char *s, *username = NULL, *password = NULL, *pubkey_file = NULL, *privkey_file = \
NULL;  int username_len = 0, password_len = 0;


--
PECL CVS Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic