Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4867 invoked from network); 25 Jan 2015 17:32:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2015 17:32:25 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.177 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 74.125.82.177 mail-we0-f177.google.com Received: from [74.125.82.177] ([74.125.82.177:58014] helo=mail-we0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 20/41-31595-7A825C45 for ; Sun, 25 Jan 2015 12:32:23 -0500 Received: by mail-we0-f177.google.com with SMTP id l61so5473983wev.8 for ; Sun, 25 Jan 2015 09:32:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=DomI9wBs/JFVj+/Nf3G8ym5TfN1JVKybycyHRTUoNkQ=; b=Nivn0n2s8urqRC4E+oUla8jjZ8MpYBYSMFTZjWFk30hrlPn03ImJRWyvcFNzMu+7G2 8AzZouZKe+L74rFP05z1FvfCCLYBna0BNaqQMNVeRlr4nukC22RsiZuybkWIcQZlWkgo aE44ZoN8TZEUm3QAmxDvyeY1z0hb4tUFZym2GsGURNc/HlZFg4Kzq3ISVT1LkDXO6aJJ Gt6PvomZhISfN8lXmmbdv5xAHDDLrK8rXrdqPIGCCBE5JbgA7xAlb09iI+OuaETEj146 o0ixHuKBUgOkjPovPDu5FdS5Ufi4i2ViAOzWVFbmAf6yIDGzSVjXRMOx68C6edFn7jBC DlIw== X-Received: by 10.194.189.138 with SMTP id gi10mr36920033wjc.86.1422207140547; Sun, 25 Jan 2015 09:32:20 -0800 (PST) Received: from [192.168.2.120] (89-104-28-113.customer.bnet.at. [89.104.28.113]) by mx.google.com with ESMTPSA id be4sm10522999wib.16.2015.01.25.09.32.19 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 25 Jan 2015 09:32:19 -0800 (PST) Sender: Michael Wallner Message-ID: <54C528A2.2050307@php.net> Date: Sun, 25 Jan 2015 18:32:18 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Jan Ehrhardt , internals@lists.php.net References: <54C12DD8.7020800@lerdorf.com> <5er2cat2lpaq6bs6tmpapllcbq6lbcf0te@4ax.com> <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> In-Reply-To: <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list From: mike@php.net (Michael Wallner) On 23/01/15 22:18, Jan Ehrhardt wrote: > Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >> "master" branch. > > propro, raphf and pecl_http do not compile with the master branch. > You'll have to checkout the phpng branch. These extensions did compile > and load: > https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm Dmitry is sort of right, actually. The plan is to merge phpng back into master of course, and do legacy releases out of the R_2_* branches. -- Regards, Mike