Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86432 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 42402 invoked from network); 28 May 2015 21:18:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2015 21:18:51 -0000 X-Host-Fingerprint: 213.127.155.185 ip-213-127-155-185.ip.prioritytelecom.net Received: from [213.127.155.185] ([213.127.155.185:22153] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/05-01144-93687655 for ; Thu, 28 May 2015 17:18:49 -0400 To: internals@lists.php.net Date: Thu, 28 May 2015 23:15:58 +0200 Message-ID: <991fmatvgdh5habhojfsge0qcq4sv7mdsn@4ax.com> References: <064a01d09885$af869710$0e93c530$@belski.net> <06a801d09940$2fbff3d0$8f3fdb70$@belski.net> <4fuema94n8iker3ft05vj5s959stbu9amb@4ax.com> 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: 213.127.155.185 Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap From: phpdev@ehrhardt.nl (Jan Ehrhardt) Kalle Sommer Nielsen in php.internals (Thu, 28 May 2015 23:09:12 +0200): >Hi Jan > >2015-05-28 22:42 GMT+02:00 Jan Ehrhardt : >> Compilation of even deplister.exe is broken in this compiler with a >> 'unresolved external symbol _printf'. I created a real simple example of >> the same error. See the following console output: > >I patched deplister in master for VC14 (works with http://git.php.net/?p=php-src.git;a=commitdiff;h=0a173501c86a426f3387c3d7229420b721743dfc Did you actually try it? I tried several variations of inserting #include but none worked. Jan