Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:67074 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71008 invoked from network); 12 Apr 2013 18:28:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Apr 2013 18:28:25 -0000 X-Host-Fingerprint: 77.166.89.141 ip4da6598d.direct-adsl.nl Received: from [77.166.89.141] ([77.166.89.141:29982] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/23-53062-54258615 for ; Fri, 12 Apr 2013 14:28:23 -0400 To: internals@lists.php.net Date: Fri, 12 Apr 2013 20:28:19 +0200 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: 77.166.89.141 Subject: Re: opcache windows x64 From: phpdev@ehrhardt.nl (Jan Ehrhardt) 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 Jan