Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86674 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83133 invoked from network); 15 Jun 2015 20:14:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 20:14:47 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:47085] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/50-15639-6323F755 for ; Mon, 15 Jun 2015 16:14:47 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 376A323D6299; Mon, 15 Jun 2015 22:14:44 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham version=3.3.2 Received: from w530phpdev (pD9FD2BF6.dip0.t-ipconnect.de [217.253.43.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 4915923D615B; Mon, 15 Jun 2015 22:14:42 +0200 (CEST) To: "'Jan Ehrhardt'" , References: <000201d0a4aa$40c2fae0$c248f0a0$@php.net> <557AD880.5070402@seld.be> <110601d0a54b$8ce6a380$a6b3ea80$@belski.net> <557B3D5C.8080100@lerdorf.com> <1c9pnad89m8c3snsiracq568es143bm0lq@4ax.com> <4sdrnalj2c1uen0e87np13lvb7td1j6t0l@4ax.com> <018e01d0a6d2$483f10e0$d8bd32a0$@belski.net> In-Reply-To: Date: Mon, 15 Jun 2015 22:14:41 +0200 Message-ID: <019601d0a7a7$ebbaa880$c32ff980$@belski.net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQECv0VsBC4uMl0Sz9c1gJcR8zkiHQKagbqIAbgDJMICe8zqDwHRXd6uAjpCJl0B96MTswI/c9OlAinZ0hmev/mQQA== Content-Language: en-us Subject: RE: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! From: anatol.php@belski.net ("Anatol Belski") Hi Jan, > -----Original Message----- > From: Jan Ehrhardt [mailto:phpdev@ehrhardt.nl] > Sent: Monday, June 15, 2015 6:29 PM > To: internals@lists.php.net > Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! > > "Anatol Belski" in php.internals (Sun, 14 Jun 2015 20:45:24 +0200): > >Hi Jan, > > > >> -----Original Message----- > >> From: Jan Ehrhardt [mailto:phpdev@ehrhardt.nl] > >> > >> OK, I recmpiled my Windows builds with --enable-opcache-file: > >> https://www.apachelounge.com/viewtopic.php?p=30718#30718 > >> > >> Example of a generated phpinfo(): > >> https://phpdev.toolsforresearch.com/php-7.0.0alpha1-nts-Win32-VC14-x6 > >> 4.htm > >> > >It is by default on in the snapshot build, so is it in alpha1. > > You are right. I forgot how much the snapshot build forces automatically. > Anyway, I still had to recompile my builds because of the OpenSSL updates. > > And sometimes the snapshot build is too aggressive. For instance, I saw that > Xinchen was busy with the msgpack extension for PHP7. I added the sources to > /ext besides the core extensions and the snapshot build automatically assumed > it had to be compiled static into PHP7. See my > comment: > > https://github.com/msgpack/msgpack- > php/commit/1d6d3935819fc1166a6a847f6267ebdee9dffffa#commitcomment- > 11678776 > > BTW: libssh2 also has an update. > Thanks for the info. It's planned to do full dependencies rebuild once VS2015 goes final. Regards Anatol