Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65817 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22320 invoked from network); 14 Feb 2013 11:44:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 11:44:34 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.41 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.41 mail-la0-f41.google.com Received: from [209.85.215.41] ([209.85.215.41:57435] helo=mail-la0-f41.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/A5-13268-12ECC115 for ; Thu, 14 Feb 2013 06:44:34 -0500 Received: by mail-la0-f41.google.com with SMTP id fo12so2205454lab.0 for ; Thu, 14 Feb 2013 03:44:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=njuAucCGUEUB9OCK5YqmXCfJkytneOp+e2rJOnm6H7g=; b=EvXtWAFIw7t9aJoNRHjrl95G6gxfBYk5gU0Xo9eXrySdwvQ7jETPlf2A0nERNmbBoX cNPQ4uaH0XI/4OWlqhBXcZmVajs5AISwmQoTQibWSHygOcfDph55Utg/i/+ui7mmcKRv mzniUArC68b4+tQjegzpv29Rz3TJHfCKLb3h307mvOPQWuuN9ZDWCF2m/yp0nu4gPrdH TOaDthyepYpvYluKUfzdaO0OwIIpcw1hyfbB4c7vQ8qS+GS0SlI5pJ+3s5i7EAM9ftpd a9q/d5dKV7n4Ris0YNxca8i/hpTwyZL8lPTdiREiva9jMZOZr2tBBj5Ehvx88UO2AjUd Lg3w== MIME-Version: 1.0 X-Received: by 10.152.104.80 with SMTP id gc16mr1199798lab.49.1360842271072; Thu, 14 Feb 2013 03:44:31 -0800 (PST) Received: by 10.112.38.199 with HTTP; Thu, 14 Feb 2013 03:44:30 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Feb 2013 12:44:30 +0100 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: Zend Optimizer+ Source Code now available From: pierre.php@gmail.com (Pierre Joye) hi Jan, On Thu, Feb 14, 2013 at 12:34 PM, Jan Ehrhardt wrote: >>> 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 I misread the question, it is expected, like php_xdebug, php_apc, etc. Cheers, -- Pierre @pierrejoye