Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:87821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21032 invoked from network); 20 Aug 2015 17:06:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Aug 2015 17:06:52 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.173 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.192.173 mail-pd0-f173.google.com Received: from [209.85.192.173] ([209.85.192.173:33572] helo=mail-pd0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/D6-00671-C2906D55 for ; Thu, 20 Aug 2015 13:06:52 -0400 Received: by pdrh1 with SMTP id h1so16566283pdr.0 for ; Thu, 20 Aug 2015 10:06:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=AJRyor4RsMIezU2wXjptpreKIiSwnD8zGkLaVI3hkxk=; b=Y0p45EiUL+o16c++VUj/boVCEXPnLWVV68xJpEPkOlDt+8H/PIFa6Qw1ngJwntYzhn 0XHe2Ts6ItrvfCa+R7Gb27iM4gcZIglUMGYvMn3JXRoremgE8Hz/CpaoJhParPFwj5r2 i0z6CHM4B+QQ4iVty4wkmSEQ3vNFOucLr3v4hDvAJYNYghJV4dYz7NHfr5wsbeLo7M8m uDMl3TNVC0z0lB1YPAe/IYAUW+8GqsuIor4Eh81NbV45y6fciRwdkG1hK01jMEpT0Hnu BGFejisPy/EbhNeFOoaqNsygU+cckVn3C5xDuod3gfzEqsg/aXGIqCOA1xY0qmlQnZAn 2rsA== X-Received: by 10.70.88.225 with SMTP id bj1mr8501778pdb.16.1440090408947; Thu, 20 Aug 2015 10:06:48 -0700 (PDT) Received: from Stas-Air.local (tan1.corp.wikimedia.org. [198.73.209.1]) by smtp.gmail.com with ESMTPSA id d8sm5004776pat.0.2015.08.20.10.06.46 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 20 Aug 2015 10:06:47 -0700 (PDT) To: Sara Golemon References: <55D4E2B1.1040309@gmail.com> Cc: PHP internals Message-ID: <55D60926.30206@gmail.com> Date: Thu, 20 Aug 2015 10:06:46 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] C++ Extensions From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > Second question, is it too late to put it in 7.0.0? > Happy enough to put it behind #ifdef __cplusplus to limit the exposed > surface area. That doesn't look like a radical change, so unless RM (or somebody else?) disapproves my opinion is it can be in 7.0. -- Stas Malyshev smalyshev@gmail.com