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