Hello,
From my understanding the main thing that is holding back a first
preview/alpha release of PHP6 is solving the below explained issues in
the JIT parameter handling. Pierre and Dmitry were the two most likely
candidates to implement this, but I guess both of them are busy (?).
Maybe som
On 2/15/07, Andrei Zmievski <[EMAIL PROTECTED]> wrote:
Just to be clear: does this implement runtime JIT per-element or for
the whole array at once?
The whole array. It is exactly like what we have now for the compile-time JIT.
--Pierre
--
PHP Internals - PHP Runtime Development Mailing List
Just to be clear: does this implement runtime JIT per-element or for
the whole array at once?
-Andrei
On Feb 14, 2007, at 4:07 AM, Dmitry Stogov wrote:
The patch is attached.
To use runtime JIT you will need to change zend_register_auto_global()
to
zend_register_auto_global_ex() with "1" as