On 02/28/2013 10:37 AM, Nikita Popov wrote:
> On Thu, Feb 28, 2013 at 6:35 PM, Zeev Suraski <z...@zend.com> wrote:
> 
>> No syntax changes, so regular majority as far as I can tell.
>>
>> Sent from my mobile
>>
> 
> It's not a syntax change, but it is a very, very large engine change. Yes,
> it does not touch the Zend engine itself, but it adds a large amount of new
> code that is close to the engine. People doing engine changes will need to
> modify it too (thus it is quasi part of the engine, even if it lives in a
> separate directory). All existing core devs will have to study and
> understand the code. All new developers have an additional piece of very
> complex code to study before they can start making core changes.

Which arguable core devs should have been doing for years but weren't.
The issues you need to be aware of with ZO+ aren't any different from
what you need to be aware of with any opcode cache and that has been the
cause of the big lag between new PHP releases and support from opcode
caches. Getting everyone on the same page with a single de-facto
standard opcode cache is going to be a huge win and the sooner we can
get there, the better.

-Rasmus

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to