Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65816 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20242 invoked from network); 14 Feb 2013 11:34:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 11:34:51 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:29557] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DB/45-13268-9DBCC115 for ; Thu, 14 Feb 2013 06:34:50 -0500 To: internals@lists.php.net Date: Thu, 14 Feb 2013 12:34:46 +0100 Message-ID: References: X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 85.223.116.227 Subject: Re: [PHP-DEV] Re: Zend Optimizer+ Source Code now available From: phpdev@ehrhardt.nl (Jan Ehrhardt) Pierre Joye in php.internals (Thu, 14 Feb 2013 12:09:57 +0100): >Yes, this bug is fixed in master, I submitter the PR earlier today. OK. It builds now. >> I also tried to compile it as a normal extension (in PHP 5.4 and PHP >> 5.5). The standard Windows (VC9) build script tries to make >> php_ZendOptimizerPlus.dll in stead of ZendOptimizerPlus.dll. Are there >> any tweaks needed in configure.js or something like that to make it part >> of the normal build routine? > >Updating your tree should do it. It still builds php_ZendOptimizerPlus.dll but that might be because I added --enable-optimizer-plus=shared to my configure options. I like to show in my configure line all the extensions I compile in one pass ;-) I will see what happens if I leave that out. Anyway, I suppose adding this to my php.ini will work as well: zend_extension=ext/php_ZendOptimizerPlus.dll Jan