Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:65815 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18007 invoked from network); 14 Feb 2013 11:10:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Feb 2013 11:10:03 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.53 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.53 mail-la0-f53.google.com Received: from [209.85.215.53] ([209.85.215.53:64512] helo=mail-la0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1C/E4-13268-806CC115 for ; Thu, 14 Feb 2013 06:10:02 -0500 Received: by mail-la0-f53.google.com with SMTP id fr10so2190675lab.12 for ; Thu, 14 Feb 2013 03:09:57 -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=7KI4NbNCSkK71ak1ZE2RneYkMqN0xfzkTL7KaoiiVFA=; b=bIpMJJ0Qu416Ji3K5XGmuZ25LL/ymJGy/lVoBZC4kTcAOn0IZgdcqewaZ95jCwJJkF 1CtEWlOHw86bvG1Y9Vh+BUNiQFUxrpdKbt85BUvLoBbxwYavw8AN+OX13aZNvSxbzz39 YUcQa+I8jYVOLbYHEWaPEITJxvh0p/aVuVumPYR0/KhLfAUmyDmG5nZgqYP9lXf4NnJS 9AvqoJxH85zxPBDJLJohZo3hD5+QkMY8VyTcWSXbeK8JUQl3rupBJcDjLNZMrNlFYUUV yO6HwI1CMPNdN0T1G3YAdAHiyXU0X44ej9GOLK9hYhDIgXbdrlAGJ8MMcPRk5hpSd7b+ 7psA== MIME-Version: 1.0 X-Received: by 10.112.43.198 with SMTP id y6mr431427lbl.93.1360840197682; Thu, 14 Feb 2013 03:09:57 -0800 (PST) Received: by 10.112.38.199 with HTTP; Thu, 14 Feb 2013 03:09:57 -0800 (PST) In-Reply-To: References: Date: Thu, 14 Feb 2013 12:09:57 +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, On Thu, Feb 14, 2013 at 11:36 AM, Jan Ehrhardt wrote: > 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". Yes, this bug is fixed in master, I submitter the PR earlier today. >>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? Updating your tree should do it. -- Pierre @pierrejoye