Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78540 invoked from network); 9 May 2014 09:26:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2014 09:26:56 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.44 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.44 mail-qa0-f44.google.com Received: from [209.85.216.44] ([209.85.216.44:61019] helo=mail-qa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 70/7F-15882-F5F9C635 for ; Fri, 09 May 2014 05:26:55 -0400 Received: by mail-qa0-f44.google.com with SMTP id j7so3862554qaq.3 for ; Fri, 09 May 2014 02:26:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=7grOyqiWkKv7zY8DiqitIulo+It7ME5C2ZLarVdknZs=; b=rEmvg0dOwllMMBkda4iYMqicKyEpXbEhA8fzv5xMQpI+UnnWLQZHQcIApk1VT+gzLd FhmmpJSLJ4HI7QnjxFQixrMGHDfNNdnvhwx2sLfdtN38NNMyih91AYWPnawB94sIkgHF NcNxPyUnL/JoVscHgpKSnCOr7Pp+2wjhwsKXkK6eWcb8sMOafqLSjQBtI1sFvQZfCMrs xjToeVreESdGzgAhq0TUbIwt17GPoJjZLf0WadiuoNECUqLeYLpreu/sIWB6ThtSDB48 ZDLHTWEymyDgI9MSYXIOz6lxGvwb1/qLiGRi7BR8JgK1KdN/NoHVXAUiNmr0EnVJV+Iw 1oQQ== MIME-Version: 1.0 X-Received: by 10.140.40.239 with SMTP id x102mr12245048qgx.16.1399627613120; Fri, 09 May 2014 02:26:53 -0700 (PDT) Received: by 10.140.47.231 with HTTP; Fri, 9 May 2014 02:26:53 -0700 (PDT) In-Reply-To: References: <42E6A56D-0FF1-4408-BCF5-DFBCEDA735EB@saxonica.com> <1396445137.2982.291.camel@guybrush> <2EF10AD3-FC2C-4F34-9639-8BC798DB0917@saxonica.com> <1396449767.2982.294.camel@guybrush> <40B86AC1-3057-4016-95E2-EB8E754A70E1@saxonica.com> <57711604dc923c34412021350230d52e.squirrel@webmail.klapt.com> Date: Fri, 9 May 2014 11:26:53 +0200 Message-ID: To: "O'Neil Delpratt" Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP C++ extension on Windows From: pierre.php@gmail.com (Pierre Joye) hi, On Fri, May 9, 2014 at 11:20 AM, O'Neil Delpratt wrote= : > Hi, > > Is there a better way to build a PHP C++ extension for PHP 5.5 than in Vi= sual studio? I know it can be done in the PHP build process for windows as = described in the book =E2=80=9CExtending and Embedding PHP=E2=80=9D by Sara= Golemon which I did try but failed with linking errors, maybe because of t= he config.w32 file not being setup properly. Under linux I have no issues. Actually the better and recommended way is not to use VS but for debugging. See https://wiki.php.net/internals/windows/stepbystepbuild --=20 Pierre @pierrejoye | http://www.libgd.org