Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86667 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 52921 invoked from network); 15 Jun 2015 16:29:36 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 16:29:36 -0000 X-Host-Fingerprint: 92.66.168.50 unknown Received: from [92.66.168.50] ([92.66.168.50:22537] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/00-52527-E6DFE755 for ; Mon, 15 Jun 2015 12:29:35 -0400 To: internals@lists.php.net Date: Mon, 15 Jun 2015 18:29:28 +0200 Message-ID: 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> 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: 92.66.168.50 Subject: Re: [PHP-DEV] PHP 7.0.0alpha1 Released for Testing! From: phpdev@ehrhardt.nl (Jan Ehrhardt) "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-x64.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. Jan