Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65811 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8736 invoked from network); 14 Feb 2013 10:09:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 10:09:16 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:3540] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id AF/33-13268-8C7BC115 for ; Thu, 14 Feb 2013 05:09:15 -0500 To: internals@lists.php.net Date: Thu, 14 Feb 2013 11:09:09 +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: Zend Optimizer+ Source Code now available From: phpdev@ehrhardt.nl (Jan Ehrhardt) Zeev Suraski in php.internals (Wed, 13 Feb 2013 16:51:39 +0200): >For your browsing pleasure: > >https://github.com/zend-dev/ZendOptimizerPlus/ > >An initial README with some instructions is available at >http://bit.ly/VSs5KC 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, Jan