Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74093 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97931 invoked from network); 9 May 2014 12:13:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 May 2014 12:13:21 -0000 Authentication-Results: pb1.pair.com header.from=martin.keckeis1@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=martin.keckeis1@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.178 as permitted sender) X-PHP-List-Original-Sender: martin.keckeis1@gmail.com X-Host-Fingerprint: 209.85.214.178 mail-ob0-f178.google.com Received: from [209.85.214.178] ([209.85.214.178:50944] helo=mail-ob0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/E1-15882-066CC635 for ; Fri, 09 May 2014 08:13:20 -0400 Received: by mail-ob0-f178.google.com with SMTP id va2so4638074obc.37 for ; Fri, 09 May 2014 05:13: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=oSScgNrR/dLS65MESv8Zrirf2hnarLGW3B2S5VtSe90=; b=uxGNQorQcP8XvhE6KHt6Rg7zNNYc8EwguYEFzp2TT8NFxAuA9OLto55lG89Bn7h/xC 0vZng3LWhAuTMD+THxPX8b2/f3H+pJaTdOzXDR9EPX92AlAl5rbn5M35syIoZqKrTbgz /iij7sAJkfn+/ZXaHBJ/Z07avFviCcnG4ee5iarCds7smBEnt4XosGsK4/jLltoJv5op GsSHaszsPcBSFTipHv7Kdp52Q/pzrsPc6koayqw5OjAO5E4Zydb5F9moYp/bHQ8hg7vQ 4mX4M/5IN9FrxLOlhXvY38FS8zrW4W8+MhmHC/BF4YAW8m49X1hei4G9f1mpP8nQGDSi 4otw== MIME-Version: 1.0 X-Received: by 10.182.2.72 with SMTP id 8mr13087953obs.21.1399637597772; Fri, 09 May 2014 05:13:17 -0700 (PDT) Received: by 10.182.29.38 with HTTP; Fri, 9 May 2014 05:13:17 -0700 (PDT) In-Reply-To: <32FFFD7A-75C5-45A2-8642-F038C3B0D494@saxonica.com> 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 14:13:17 +0200 Message-ID: To: "O'Neil Delpratt" Cc: Pierre Joye , PHP internals Content-Type: multipart/alternative; boundary=001a1134aa0ed461b904f8f6850d Subject: Re: [PHP-DEV] PHP C++ extension on Windows From: martin.keckeis1@gmail.com (Martin Keckeis) --001a1134aa0ed461b904f8f6850d Content-Type: text/plain; charset=UTF-8 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 Thanks in advance Martin --001a1134aa0ed461b904f8f6850d--