Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19198 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 84771 invoked by uid 1010); 27 Sep 2005 13:47:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 84756 invoked from network); 27 Sep 2005 13:47:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2005 13:47:47 -0000 X-Host-Fingerprint: 64.233.162.201 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.201:50976] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 31/A1-54476-28D49334 for ; Tue, 27 Sep 2005 09:47:46 -0400 Received: by zproxy.gmail.com with SMTP id 9so642671nzo for ; Tue, 27 Sep 2005 06:47:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=V8R5axNVDQh/VSPUZNs3gdzJOS5S2TZwtuX9d9RjCaAg0pyFtDI2/l4cXDjBIsI+K1Rp1pZJUvazmb+CRFs36iu0wtyb1AVPJ6CzBMsoUdWrNQRiTstzK0xspuD4xdmv8MizfJgorWEzhpy4LLz+xbXdeDrxYvP8kg2usmza+2k= Received: by 10.54.40.72 with SMTP id n72mr2125775wrn; Tue, 27 Sep 2005 06:47:42 -0700 (PDT) Received: by 10.54.76.6 with HTTP; Tue, 27 Sep 2005 06:47:42 -0700 (PDT) Message-ID: <4e89b42605092706476d549008@mail.gmail.com> Date: Tue, 27 Sep 2005 09:47:42 -0400 Reply-To: Wez Furlong To: Andreas Ahlenstorf Cc: internals In-Reply-To: <10D90530-BE06-4102-B0D7-9775DD1F17CD@ahlenstorf.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <02b901c5c359$37197c90$d79cbc3e@foxbox> <10D90530-BE06-4102-B0D7-9775DD1F17CD@ahlenstorf.ch> Subject: Re: [PHP-DEV] Issues with PHP 5 on Windows 98 From: kingwez@gmail.com (Wez Furlong) It sounds like your system is broken. You should never copy these low-level system DLLs between windows versions. My suggestion is to start with a fresh copy of win98 and install only MS updates to get the DLLs that you need. The missing import is fishy; I'd suggest downloading the DCOM update for Win98. --Wez. On 9/27/05, Andreas Ahlenstorf wrote: > > 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. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >