From:             sheezes at gmail dot com
Operating system: Windows XP
PHP version:      5.2.1
PHP Bug Type:     Sockets related
Bug description:  Problems with output off ssh2 module

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).


-- 
Edit bug report at http://bugs.php.net/?id=40534&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=40534&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=40534&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=40534&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=40534&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=40534&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=40534&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=40534&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=40534&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=40534&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=40534&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=40534&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=40534&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=40534&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=40534&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=40534&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=40534&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=40534&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=40534&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=40534&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=40534&r=mysqlcfg

Reply via email to