Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81145 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33809 invoked from network); 25 Jan 2015 23:12:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Jan 2015 23:12:24 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:28424] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/C5-31595-65875C45 for ; Sun, 25 Jan 2015 18:12:23 -0500 To: internals@lists.php.net Date: Mon, 26 Jan 2015 00:12:11 +0100 Message-ID: <9ojacata515vhd3mq06cqablfilurlhrkm@4ax.com> References: <54C12DD8.7020800@lerdorf.com> <5er2cat2lpaq6bs6tmpapllcbq6lbcf0te@4ax.com> <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> <54C528A2.2050307@php.net> 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.170.89.239 Subject: Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list From: phpdev@ehrhardt.nl (Jan Ehrhardt) Michael Wallner in php.internals (Sun, 25 Jan 2015 18:32:18 +0100): >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. But then we have the problem the other way around: you will have to checkout special branches to compile for 5.x. Will that be 'phpog'? Or is your plan to make a special version for PHP 5.x? I noticed Joe Watkins has a 'five' branch besides master in pthreads. Just guessing: is the 'five' for PHP 5.x and the master for PHP7? We surely need a list of the extensions that have been ported to PHP7 and where to find them. Jan