On 02/28/2013 11:34 AM, Anthony Ferrara wrote:
> Zeev,
> 
> No syntax changes, so regular majority as far as I can tell.
> 
> 
> However, it does nuke several existing PECL extensions (some fatally). For
> example, XDebug has no compatibility with ZendOptimizer+ right now (at
> least that I could find, feel free to correct me if I'm wrong here).

It works fine. You just have to load ZO before xdebug. If you load it
the other way around bad things happen. This wrong load order currently
happens if you toss it in your config file path dir and rely on the
alphabetical load order which is another reason to not have this thing
start with a 'z'.

> And some could argue that shipping with a modification that breaks known
> and widely relied upon (if only for development) extensions would fit into
> this category.

Since the fix for this is trivial, I think this isn't a valid concern.

-Rasmus

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

Reply via email to