Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19180 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48444 invoked by uid 1010); 27 Sep 2005 09:30:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48429 invoked from network); 27 Sep 2005 09:30:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2005 09:30:27 -0000 X-Host-Fingerprint: 80.74.128.22 cassius.sui-inter.net Linux 2.4/2.6 Received: from ([80.74.128.22:57598] helo=cassius.sui-inter.net) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 89/50-54476-13119334 for ; Tue, 27 Sep 2005 05:30:26 -0400 Received: (qmail 30299 invoked from network); 27 Sep 2005 11:30:22 +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 11:30:22 +0200 Mime-Version: 1.0 (Apple Message framework v734) Content-Transfer-Encoding: 7bit Message-ID: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: internals Date: Tue, 27 Sep 2005 11:30:09 +0200 X-Mailer: Apple Mail (2.734) Subject: Issues with PHP 5 on Windows 98 From: lists@ahlenstorf.ch (Andreas Ahlenstorf) Hi, I try do get PHP 5.0 running on a fresh Windows 98 box. Unfortunately there are some issues with some missing dlls. I was able to sort most of them out (e.g. missing ODBC32.dll), but there is at least one that I'm unable to fix. PHP (php5ts.dll) complains about a missing OLEAUT32.DLL export, but there's one OLEAUT32.DLL in the Windows directory and even if I add one from my Windows 2000 to the PHP directory, it doesn't help. Does anybody know who I can fix that? Thanks for help. A.