Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92218 invoked from network); 24 Jan 2015 18:07:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2015 18:07:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=pajousek@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pajousek@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.43 as permitted sender) X-PHP-List-Original-Sender: pajousek@gmail.com X-Host-Fingerprint: 209.85.192.43 mail-qg0-f43.google.com Received: from [209.85.192.43] ([209.85.192.43:53432] helo=mail-qg0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 98/87-49997-46FD3C45 for ; Sat, 24 Jan 2015 13:07:32 -0500 Received: by mail-qg0-f43.google.com with SMTP id e89so2171405qgf.2 for ; Sat, 24 Jan 2015 10:07:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VYNPO0vTq/YISR2dAXuoIcOGm1alRmFaacWOZRvKrYU=; b=IYI/Urb8/nkWkPK3ZjcXLs4lWbUQ+17+5j5Ki9ObbKLch2c3zAgsd0fStVjsqKZedD 59JSYsBQJiXAW9zm3y48U/DCgXZ/DAsh9L8luT7WmMRJjUkAhYnpMdQxqQenyCRteeC4 znTWGSM03u+mL6dUPsYmySYqJylYFUAMxYopiwXq0wHp/E9u0TriNU1fsoYfknuyqI2E 1NwEN4rNBYbEtjqrEtOH0Cwy0e9RZoDbHXsC4XPZ19EduA908IG4nkN59AUgVcSfYFKe GVmBfktunVHrrUyO1KJXx43PJw+Wc53eBdoywov88OHYYd4uGe3fq7PEai1pFX7MVqN5 Gm4A== MIME-Version: 1.0 X-Received: by 10.140.17.70 with SMTP id 64mr8871343qgc.53.1422122848873; Sat, 24 Jan 2015 10:07:28 -0800 (PST) Received: by 10.96.209.97 with HTTP; Sat, 24 Jan 2015 10:07:28 -0800 (PST) In-Reply-To: <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> References: <54C12DD8.7020800@lerdorf.com> <5er2cat2lpaq6bs6tmpapllcbq6lbcf0te@4ax.com> <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> Date: Sat, 24 Jan 2015 19:07:28 +0100 Message-ID: To: Jan Ehrhardt Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list From: pajousek@gmail.com (=?UTF-8?Q?Pavel_Kou=C5=99il?=) On Fri, Jan 23, 2015 at 10:18 PM, 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 > > Build: > https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.zip > > Maybe there are other PECL extension that have PHP7 branches, unknown to > you and me. > > Jan > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > Hello, may I use your build for testing my applications compability with PHP 7? I would like to try PHP 7, but I'm not really feeling like compiling it by myself for Windows (I probably even don't have all the tools needed for it); or is there a simple HOWTO for building it myself? Regards Pavel Kouril