Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66755 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80881 invoked from network); 22 Mar 2013 22:30:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2013 22:30:44 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.128.181 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.128.181 mail-ve0-f181.google.com Received: from [209.85.128.181] ([209.85.128.181:55800] helo=mail-ve0-f181.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/8B-32001-29BDC415 for ; Fri, 22 Mar 2013 17:30:42 -0500 Received: by mail-ve0-f181.google.com with SMTP id pa12so2158687veb.40 for ; Fri, 22 Mar 2013 15:30:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding:x-gm-message-state; bh=FUOoLU27ElGmIZSXITrnzP8hV1l+R0ohDFNcsSs13EQ=; b=HjMCj7gTqLa9ZVMjLW4w+vvnXANLbBQSdL8T21dsbKteDePwE7Ws2sjoiYgUfJHVCm HNpALVh+nGL8mhje2H1yQYNWO1gVDukxT0tWeFo0pGjGA4IPkDpfg5TEtPtpShh22eKb o/cxaI95hCi4nar8JjNoghRE7Nriy60neD6CMOkvEH5QN7FSNXNeE1aCY1lbkqPneS/X NhjfAt1uYFn+KgylZasxxIan9BNA/8oEf7XrfCSWrcoDmd2WNT+7X8RTSPapBYOVNuFg 6JnuMDcm3j234hXnSXw3kX2sF8pIm2KjQQXMWRCVuHDCSZmxGTbBBaWF8c2fRCp5iNsm BR3A== X-Received: by 10.52.175.130 with SMTP id ca2mr3919507vdc.109.1363991438945; Fri, 22 Mar 2013 15:30:38 -0700 (PDT) Received: from [192.168.200.148] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id bi15sm5692101vdc.6.2013.03.22.15.30.37 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Mar 2013 15:30:38 -0700 (PDT) Message-ID: <514CDB8C.6010406@lerdorf.com> Date: Fri, 22 Mar 2013 15:30:36 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130308 Thunderbird/17.0.4 MIME-Version: 1.0 To: Stas Malyshev CC: =?UTF-8?B?T25kxZllaiBTdXLDvQ==?= , PHP Internals References: <514CC744.8070606@sugarcrm.com> In-Reply-To: <514CC744.8070606@sugarcrm.com> X-Enigmail-Version: 1.4.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQmQl20rJ/i3Ucf5na6e1qJhl2RukUP0u6ZKNdgP3KjkhbBVKIA2Ud1e1HiqltUHXKFhy9Th Subject: Re: [PHP-DEV] PHP5.5 beta 1 is ready From: rasmus@lerdorf.com (Rasmus Lerdorf) On 03/22/2013 02:04 PM, Stas Malyshev wrote: > Hi! > >> just FYI, there's some non-portable code in Zend OpCache (alpha5 was built >> just fine), which prevents building of php5 beta1 on non-Linux systems: >> >> FreeBSD: https://bugs.php.net/bug.php?id=64490 >> Hurd i386: >> https://buildd.debian.org/status/fetch.php?pkg=php5&arch=hurd-i386&ver=5.5.0~beta1-1&stamp=1363956014 >> >> While hurd might be not important, the general experience is that writing >> portable code helps the general quality of the code :). > > We probably need to make it self-disable on systems where we don't have > suitable flock driver. For freebsd though it's strange since it has if > defined(__FreeBSD__) clause there. Is there some other define that > should be checked instead? Yes, Joe attached a patch to bug 64490 that fixes the check. -Rasmus