Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19193 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38142 invoked by uid 1010); 27 Sep 2005 13:05:37 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 38127 invoked from network); 27 Sep 2005 13:05:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2005 13:05:37 -0000 X-Host-Fingerprint: 80.74.128.22 cassius.sui-inter.net Linux 2.4/2.6 Received: from ([80.74.128.22:35308] helo=cassius.sui-inter.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 52/D9-54476-F9349334 for ; Tue, 27 Sep 2005 09:05:36 -0400 Received: (qmail 14177 invoked from network); 27 Sep 2005 15:05:32 +0200 Received: from 84-73-10-224.dclient.hispeed.ch (HELO ?192.168.32.50?) (84.73.10.224) by cassius.sui-inter.net with (RC4-SHA encrypted) SMTP; 27 Sep 2005 15:05:32 +0200 In-Reply-To: <02b901c5c359$37197c90$d79cbc3e@foxbox> References: <02b901c5c359$37197c90$d79cbc3e@foxbox> Mime-Version: 1.0 (Apple Message framework v734) X-Priority: 3 Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-ID: <10D90530-BE06-4102-B0D7-9775DD1F17CD@ahlenstorf.ch> Content-Transfer-Encoding: 7bit Date: Tue, 27 Sep 2005 15:05:31 +0200 To: internals X-Mailer: Apple Mail (2.734) Subject: Re: [PHP-DEV] Issues with PHP 5 on Windows 98 From: lists@ahlenstorf.ch (Andreas Ahlenstorf) Am 27.09.2005 um 13:47 schrieb Steph: >> Any idea which export is missing? http:// >> www.dependencywalker.com/ has an >> easy-to-use tool for checking .dlls. A great hint. I already looked for such a tool but I never came across the right keywords for Google ;) I put the DependencyWalker image on my webspace: http://andreas.ahlenstorf.ch/PHP.dwi The error message from PHP/Windows: Missing Export-OLEAUT32.dll:157 For me it's a little bit weird that PHP uses the uleaut32.dll from the system directory instead the one I supplied in the root dir (D: \php5). Is there any chance to change the behaviour? Regards, A.