Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67080 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16366 invoked from network); 13 Apr 2013 07:56:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Apr 2013 07:56:57 -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.48 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.215.48 mail-la0-f48.google.com Received: from [209.85.215.48] ([209.85.215.48:39045] helo=mail-la0-f48.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/30-15150-6CF09615 for ; Sat, 13 Apr 2013 03:56:56 -0400 Received: by mail-la0-f48.google.com with SMTP id fq12so3122553lab.35 for ; Sat, 13 Apr 2013 00:56:51 -0700 (PDT) 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=8LXznjCgkiy6cCWr5TaiAJmgleVQg8RpSiAlBGdbWmU=; b=sYipix3JqoFmWOhweFotEGdJCWtAYLG3cc4kP7ZbTriTbGjtD7CD68gbtaFUuMl/l/ khD6V+q9ec8vmC/HppPW1+8ikV76ASjhAqczC9XguPS/yDFihhwbqpuy8NKfnFV4JqHA 7WvPi6iZ+92Xou3TdqgQJn1UxBDjL+ifCXMBWlH+fs9MMbW3K6EoCZoX5kZCN2GSE9Nd /PsE/aUJETpWeyg3Xda/fo3K5jIdIDIDfQLeslQqD0bxMoYKHedI34k8JPVHOJJJFbxx 3luM0ELueLePyA7awosEAcLoiy493vHp9gws8zWzxkEiSspcioWdhNogKRU3MhsPKu4o FmMw== MIME-Version: 1.0 X-Received: by 10.152.111.67 with SMTP id ig3mr6812432lab.41.1365839811754; Sat, 13 Apr 2013 00:56:51 -0700 (PDT) Received: by 10.112.163.40 with HTTP; Sat, 13 Apr 2013 00:56:51 -0700 (PDT) In-Reply-To: References: Date: Sat, 13 Apr 2013 09:56:51 +0200 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Re: opcache windows x64 From: pierre.php@gmail.com (Pierre Joye) On Fri, Apr 12, 2013 at 8:28 PM, Jan Ehrhardt wrote: > Pierre Joye in php.internals (Fri, 12 Apr 2013 14:31:38 +0200): >>Is there any reason for: >>http://lxr.php.net/xref/PHP_5_5/ext/opcache/shared_alloc_win32.c#260 >> >>Is it a mistake as it Should PROCESSOR_ARCHITECTURE_AMD64 or >>PROCESSOR_ARCHITECTURE_INTEL? Or is x64 actually not supported? If >>yes, what are the reasons? > > x64 php_opcache.dll crashes: > http://www.apachelounge.com/viewtopic.php?t=5277 > https://github.com/zend-dev/ZendOptimizerPlus/issues/88 Yes, why I asked that. I've to change the code slightly, most likely seeing if we can get rid of fixed address, does not bring a lot on Windows as there is no such thing like fixed address in this case, windows can move them around anyway (transparent to the caller). Cheers, -- Pierre @pierrejoye