Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44402 invoked from network); 28 May 2015 21:36:44 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 May 2015 21:36:44 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.49 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 74.125.82.49 mail-wg0-f49.google.com Received: from [74.125.82.49] ([74.125.82.49:35971] helo=mail-wg0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/55-01144-96A87655 for ; Thu, 28 May 2015 17:36:42 -0400 Received: by wgbgq6 with SMTP id gq6so47384613wgb.3 for ; Thu, 28 May 2015 14:36:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ddxbt2qteyagrAOg6M3WQITkOA1nO5ydIzShxx7Fr18=; b=NVvidDyE12LsoIhdfZYbYQEDFoexJKaFFz4Zk0/wLQZrDQsDxD7H6NdbVpYpvcL1BZ 53r3u2d1qnchFevfRNQXJL81vL/cMNmn8lgYerJeRIOVCV0Y/kwY3095HvUO1z8WAFJl B6XDM/lm8lyzTCZ4nymO1+71ftt5d7SwKWkuWeP3docY6UCsdF7ToRpCtIQLQLTCq92s Ny1Yv6tE00uhKPy7S14ue/n2xS/OqLw1OAG62M2FEvwBaFqKpnMbYZpEkEfqtbu9RTNY aK9YmQypCm0yZXOiPkwV7Vnsca6PH1ORLk+/+FsBCL9NBPBdXbuYkXSBrwaVh1lmRKom MEaQ== MIME-Version: 1.0 X-Received: by 10.180.198.10 with SMTP id iy10mr97690wic.16.1432848998651; Thu, 28 May 2015 14:36:38 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.28.217.19 with HTTP; Thu, 28 May 2015 14:36:38 -0700 (PDT) In-Reply-To: <991fmatvgdh5habhojfsge0qcq4sv7mdsn@4ax.com> References: <064a01d09885$af869710$0e93c530$@belski.net> <06a801d09940$2fbff3d0$8f3fdb70$@belski.net> <4fuema94n8iker3ft05vj5s959stbu9amb@4ax.com> <991fmatvgdh5habhojfsge0qcq4sv7mdsn@4ax.com> Date: Thu, 28 May 2015 23:36:38 +0200 X-Google-Sender-Auth: j_Y1IX7VvTVN5zm1NF3HsEFBz7Q Message-ID: To: Jan Ehrhardt Cc: Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: PHP 7.0.0 roadmap From: kalle@php.net (Kalle Sommer Nielsen) Hi Jan 2015-05-28 23:15 GMT+02:00 Jan Ehrhardt : > Did you actually try it? I tried several variations of inserting > #include but none worked. Yes I tried it. VC11 x86 and VC11 x64 was fine, but with VC14 (both x86 and x64), it threw me a linker error about _printf being undefined, and the #include addition made it compile. My compile argument was rather simple: cl deplister.c imagehlp.lib If there is a persistent problem, then please report it at http://bugs.php.net/ and mark it with PHP 7.0 (master-Git) and we'll look into it. Thanks -- regards, Kalle Sommer Nielsen kalle@php.net