php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #40534 Problems with output off ssh2 module
Submitted: 2007-02-18 15:18 UTC Modified: 2007-02-18 15:41 UTC
From: sheezes at gmail dot com Assigned:
Status: Not a bug Package: Sockets related
PHP Version: 5.2.1 OS: Windows XP
Private report: No CVE-ID: None
 [2007-02-18 15:18 UTC] sheezes at gmail dot com
Description:
------------
I'm using the ssh2 module to recieve some stats from a unix system (AIX 5.2).
I run the regular procedures of connecting and executing commands on a remote server with the ssh2 module. My problem is with the output I'm getting back. I run a simple ls command on the remote server and get the output well. When I try to run the exact same command (with exactly the same php procedures) on another server (which has the exact same directory) I do recieve info but only a part of it. Out of 30 files on the directory, I'm getting only 2. When I restarted my apache server and run the code, it worked fine on both servers but only for the 1st time. 2nd time it worked only for one of them again (I cleared all the offline content and cache of the browser).


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-18 15:41 UTC] iliaa@php.net
Please report ssh2 extension bugs on pecl.php.net
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 09:01:28 2024 UTC