Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86424 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5842 invoked from network); 28 May 2015 12:17:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2015 12:17:14 -0000 Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; 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:42114] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 34/70-01144-04707655 for ; Thu, 28 May 2015 08:17:06 -0400 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 735446D209A; Thu, 28 May 2015 14:17:01 +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=unavailable version=3.3.2 Received: from w520phpdev (pD9FE8D06.dip0.t-ipconnect.de [217.254.141.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id 263466D2044; Thu, 28 May 2015 14:16:59 +0200 (CEST) To: "'Jan Ehrhardt'" , References: <064a01d09885$af869710$0e93c530$@belski.net> In-Reply-To: Date: Thu, 28 May 2015 14:16:49 +0200 Message-ID: <06a801d09940$2fbff3d0$8f3fdb70$@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: AQGR5g26TnPAofaeOXT2Ikn1hTO0FAJdJ6JdnfvH6JA= Content-Language: en-us Subject: RE: [PHP-DEV] Re: PHP 7.0.0 roadmap From: anatol.php@belski.net ("Anatol Belski") Hi Jan, > -----Original Message----- > From: Jan Ehrhardt [mailto:phpdev@ehrhardt.nl] > Sent: Thursday, May 28, 2015 11:06 AM > To: internals@lists.php.net > Subject: [PHP-DEV] Re: PHP 7.0.0 roadmap > > "Anatol Belski" in php.internals (Wed, 27 May 2015 16:01:49 +0200): > >https://wiki.php.net/todo/php70#timetable > > > >In short: > > - the first alpha is tagged on 2015-06-09 > > - the first alpha is coming out on 2015-06-11 > > - the 7.0.0 final is planned for 2015-11-12 > > There is a lot to do to make VC2015 (VC14) work, I guess. > I gave a shot at it wwith these results: > https://www.apachelounge.com/viewtopic.php?p=30557#30557 > > A lot of unresolved externals broke many of the extensions that did compile > with VC11 and VC12. This one is the most common one: > > unresolved external symbol __imp____iob_func > > Maybe it is just adding an extra include file or something like that, but at > the moment I am at a loss. > > Jan > > PHP7-extensions that did compile with VC11 and VC12, but do not compile > anymore with VC14: > > php_bz2.dll > php_curl.dll > php_dba.dll > php_fribidi.dll > php_gd2.dll > php_geoip.dll > php_gmp.dll > php_http.dll > php_imap.dll > php_ldap.dll > php_snmp.dll > php_tidy.dll > php_xmldiff.dll > > -- > PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: > http://www.php.net/unsub.php Thanks for reporting. How do you build, which deps do you use? What I've read on the page you've linked sounds terribly wrong " Really pre-alpha with a mixture of VC11 and VC14 and a mixture of OpenSSL 1.0.1m and 1.0.2a." Jan, please open a bug ticket, we can follow up there. Thanks. Anatol