Re: [VOTE] Integrating Zend Optimizer+ into the PHP distribution

From: Date: Thu, 28 Feb 2013 20:27:57 +0000
Subject: Re: [VOTE] Integrating Zend Optimizer+ into the PHP distribution
References: 1 2 3 4  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
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


Thread (112 messages)

« previous php.internals (#66361) next »