Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74096 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13051 invoked from network); 9 May 2014 13:48:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2014 13:48:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.219.51 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.219.51 mail-oa0-f51.google.com Received: from [209.85.219.51] ([209.85.219.51:62042] helo=mail-oa0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/E4-15882-3ACDC635 for ; Fri, 09 May 2014 09:48:20 -0400 Received: by mail-oa0-f51.google.com with SMTP id n16so4930048oag.10 for ; Fri, 09 May 2014 06:48:17 -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; bh=fQ8hyoPEqDIjwW6hOZ/QnZVYLYf/R8HhNn2lI2KD1HU=; b=hp60vJUcJ3G7wiA0pdXbgODs6L/M68Pj7vJiyMLN/8c4zQk9L3A3Ho0JGwfxx3aQsR rOHA27ZY3/NZfVDF0jMfq5xL+bGa3TJOeJLWN8qsdyiw8bhXVr634VLojb2UL7fCRTOx bQvaxEla3BJFAI0Lh5g38W8p4CECBtxVCgf/lPlC5AcqXYzs9bH4Lb6qeg68oX+zK5zN p10lw6jKp7B1njnwTwe7qyRNBTAvPSriWlecylKq3ouC3yscxFVPYdOp3hKxW11TkE7B afa9n3X4x8cTvPFEuFlWyGAegijXWdF5VTl1QoWdUUhmXDbsrZfW1u8c/nbJrJ723EPN vWNQ== MIME-Version: 1.0 X-Received: by 10.182.2.72 with SMTP id 8mr13958932obs.21.1399643296701; Fri, 09 May 2014 06:48:16 -0700 (PDT) Received: by 10.182.29.38 with HTTP; Fri, 9 May 2014 06:48:16 -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> <964B0802-BCEF-4A11-8660-B2E9DA592B9C@saxonica.com> <32FFFD7A-75C5-45A2-8642-F038C3B0D494@saxonica.com> Date: Fri, 9 May 2014 15:48:16 +0200 Message-ID: To: Anatol Belski Cc: "O'Neil Delpratt" , Pierre Joye , PHP internals Content-Type: multipart/alternative; boundary=001a1134aa0e8410e504f8f7d9bc Subject: Re: [PHP-DEV] PHP C++ extension on Windows From: martin.keckeis1@gmail.com (Martin Keckeis) --001a1134aa0e8410e504f8f7d9bc Content-Type: text/plain; charset=UTF-8 Hello Anatol, i hope/think this is the "final" hint... SAP NW RFC is build with VS2008 (i got the compiled one...so im not 100% sure) and i compile the php extension itself with VS2012.... I get now VS2008 + Windows SDK 6.1 and try to compile the php extension with it.... Shouldn't be a problem for PHP 5.5 when the extension is compiled with VS2008? 2014-05-09 15:38 GMT+02:00 Anatol Belski : > Hi Martin, > > On Fri, May 9, 2014 14:13, Martin Keckeis wrote: > > Hello together, > > > > > > the compiled module is now loaded (2 functions work, which dont need the > > dll extension from SAP) and its also shown in phpInfo.... > > > > But ASAP the extension is executed with dll dependency -> it crashes.... > > > > > > @Pierre > > Is it a problem when the dlls are getting partly loaded from > > C:\Windows\SysWOW64\... > > See here the error report: > > > https://gist.github.com/ThaDafinser/e6380157c4f77a3286e5#file-report_crash > > -txt-L47-L96 > > > How do you compile the dependency lib? It should use /MD and be non debug > for the release build. Also the dependency build has to match the > corresponding CRT and paltform used for PHP build. Such mistakes are the > frequent reasons for fail. Quite unlikely it has something to do with PHP > itself. For the particular exception 80000003 you experience it would also > make sense to consult something like msdn or stackoverflow as that > exception is a general one and can have many causes. > > Regards > > Anatol > > --001a1134aa0e8410e504f8f7d9bc--