Re: [PHP-DEV] An SSH shell like a stream

2009-12-02 Thread Samuel ROZE
Sorry, I had a problem with my GMail filters... Regards, Le mercredi 02 décembre 2009 à 13:28 +0100, Samuel ROZE a écrit : > The pecl-...@lists.php.net list appears to be broken because I doesn't > received my message which I sent yesterday... > > Is there any who can tell me if I received it ?

Re: [PHP-DEV] An SSH shell like a stream

2009-12-02 Thread Samuel ROZE
The pecl-...@lists.php.net list appears to be broken because I doesn't received my message which I sent yesterday... Is there any who can tell me if I received it ? (title is "SSH2: An SSH shell like a stream") Regards, Samuel. Le mardi 01 décembre 2009 à 22:23 +0100, Pierre Joye a écrit : > hi,

Re: [PHP-DEV] An SSH shell like a stream

2009-12-01 Thread Samuel ROZE
Done. Sorry! Le mardi 01 décembre 2009 à 22:23 +0100, Pierre Joye a écrit : > hi, > > Please discuss PECL extension in the PECL mailing list or report a bug > via pecl.php.net/ssh2. > > Cheers, > > On Tue, Dec 1, 2009 at 10:19 PM, Samuel ROZE wrote: > > Hi, > > > > In the description of ssh2_s

Re: [PHP-DEV] An SSH shell like a stream

2009-12-01 Thread Pierre Joye
hi, Please discuss PECL extension in the PECL mailing list or report a bug via pecl.php.net/ssh2. Cheers, On Tue, Dec 1, 2009 at 10:19 PM, Samuel ROZE wrote: > Hi, > > In the description of ssh2_shell, there's: > "Open a shell at the remote end and allocate a stream for it." > > So the result o

[PHP-DEV] An SSH shell like a stream

2009-12-01 Thread Samuel ROZE
Hi, In the description of ssh2_shell, there's: "Open a shell at the remote end and allocate a stream for it." So the result of this command must be a stream. Well, it's good, I'll use fgets, fwrite and stream_* functions ! BUT, the problem is that I can't use a SSH2 Stream with the stream_select