Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65814 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14065 invoked from network); 14 Feb 2013 10:37:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 10:37:03 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:2435] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 32/44-13268-E4EBC115 for ; Thu, 14 Feb 2013 05:37:02 -0500 To: internals@lists.php.net Date: Thu, 14 Feb 2013 11:36:59 +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 11:21:33 +0100): >On Thu, Feb 14, 2013 at 11:09 AM, Jan Ehrhardt wrote: >> Is my impression right that there is still a lot to be done to get this >> compiled under Windows? I did not succeed and then looked into >> config.m4. There are huge differenced with config.w32, > >There are a couple of mistakes in config.w32, Dmitry merged a PR this >morning that should fix them. OK, I will take another shot. It failed with "Don't know how to make Optimizer\zend_optimizer.c". >In the meantime, I uploaded binaries for all supported PHP versions here: >https://twitter.com/PierreJoye/status/301999105591373824 > >VC11 builds of PHP 5.5 (php itself :) snapshots are coming shortly too. 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? Jan