Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65813 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12171 invoked from network); 14 Feb 2013 10:21:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 10:21:38 -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.51 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:54483] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/E3-13268-0BABC115 for ; Thu, 14 Feb 2013 05:21:37 -0500 Received: by mail-la0-f51.google.com with SMTP id fo13so2069752lab.24 for ; Thu, 14 Feb 2013 02:21:33 -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=yfJPZUFC4kyFhkW+RjkV6fLCrXfnrC8l6g4JiO8BYxE=; b=0wDVZ37JocF2p4iOI2Uzrruohp9FEZ/xyxdEbd1kxmAMkGK+mJlsSU5XNrP4x44bCc qfV0tRrJI2nfEIN132yC2OCfy4Vm8zpOURV35DYhGSGYNZ+I6POdiXpy67AZ2cKqSLIo mpNnCpeA9pfMN6dHUJwLypfegB5BIfZ9GIK5BuSxRN5P0CIPov0rT8hi6iOxy6DeLd/5 HkUqgHjRxsf+CgHvrcsK7MSwDGRm2ejcFwgObZ55sfRuXG1RLjWQETaMRc1b/iObtZfP VHyJHyx4ZsH+cowE1yApsWVVeNOWd2Un+5cligQ6mQzmgWnsM3Sbrnw1c0eMGPi1ToKf AxHw== MIME-Version: 1.0 X-Received: by 10.112.49.99 with SMTP id t3mr364145lbn.108.1360837293721; Thu, 14 Feb 2013 02:21:33 -0800 (PST) Received: by 10.112.38.199 with HTTP; Thu, 14 Feb 2013 02:21:33 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Feb 2013 11:21:33 +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 11:09 AM, Jan Ehrhardt wrote: > 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, There are a couple of mistakes in config.w32, Dmitry merged a PR this morning that should fix them. 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. Cheers, -- Pierre @pierrejoye