Re: [PHP-DEV] accessing PHPs AST

2009-12-02 Thread Sebastian Bergmann
Am 02.12.2009 18:35, schrieb Raphael Pigulla: > As you can see, I haven't really found a satisfactory solution yet, so any > help is appreciated. pecl/parse_tree (if it (still) works) provides access to the parse tree of PHP code in the form of XML. The XML can be manipulated and then transform

[PHP-DEV] accessing PHPs AST

2009-12-02 Thread Raphael Pigulla
Hello, I'm trying to alter existing PHP code by transforming its AST. From what I've read, the Zend Engine does a one-pass compile and thus offers no way to access the AST. (Whether this is a good or a bad idea doesn't really matter at this point, so let us stay away from that discussion for now.)

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,