Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86421 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91707 invoked from network); 28 May 2015 09:05:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2015 09:05:37 -0000 X-Host-Fingerprint: 85.223.116.227 227-116.citynet.ftth.internl.net Received: from [85.223.116.227] ([85.223.116.227:27115] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/C1-11844-F5AD6655 for ; Thu, 28 May 2015 05:05:36 -0400 To: internals@lists.php.net Date: Thu, 28 May 2015 11:05:33 +0200 Message-ID: References: <064a01d09885$af869710$0e93c530$@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: 85.223.116.227 Subject: Re: PHP 7.0.0 roadmap From: phpdev@ehrhardt.nl (Jan Ehrhardt) "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