Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81051 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82886 invoked from network); 23 Jan 2015 21:25:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 Jan 2015 21:25:00 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:24962] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/50-15523-B2CB2C45 for ; Fri, 23 Jan 2015 16:24:59 -0500 To: internals@lists.php.net Date: Fri, 23 Jan 2015 22:24:56 +0100 Message-ID: References: <54C12DD8.7020800@lerdorf.com> <54C16698.4080203@lsces.co.uk> 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] PHP7 Homework for everyone reading this list From: phpdev@ehrhardt.nl (Jan Ehrhardt) Lester Caine in php.internals (Thu, 22 Jan 2015 21:07:36 +0000): >On 22/01/15 17:05, Rasmus Lerdorf wrote: >> Install php7, then install any random app and see how it goes. > >When I can actually run my infrastructure on PHP7 then I could at least >see if there is a performance improvement. Although I think only >interbase is left on the unavailable list. imagick is now available? Interbase builds and loads under Windows with VC11 x86. If it works I do not test: https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.zip The configure line is misleading. For instance OCI does not build yet. Just look at the other output of phpinfo(). Jan