Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19182 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85413 invoked by uid 1010); 27 Sep 2005 11:18:07 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85398 invoked from network); 27 Sep 2005 11:18:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Sep 2005 11:18:07 -0000 X-Host-Fingerprint: 72.14.204.195 qproxy.gmail.com Linux 2.4/2.6 Received: from ([72.14.204.195:41759] helo=qproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id A2/53-54476-F6A29334 for ; Tue, 27 Sep 2005 07:18:07 -0400 Received: by qproxy.gmail.com with SMTP id c12so153204qbc for ; Tue, 27 Sep 2005 04:18:04 -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:in-reply-to:mime-version:content-type:references; b=SON21zG4wodiyUNR2UGS7nVjclsjEmdihW/172wjhZ1vS66JRPl0BjT4WLVcVuQhAqQ8bUkd4N5uKP5hSGie7pfm2RmQE21Oj2YLeEb8aJx7dZ0GTItAZ5Z+/eRWqjs3s8yf/xdmxhYFHf+UzQXvgQtHGDxfszmRR6B++SDBmi8= Received: by 10.64.210.6 with SMTP id i6mr598345qbg; Tue, 27 Sep 2005 04:18:04 -0700 (PDT) Received: by 10.64.204.17 with HTTP; Tue, 27 Sep 2005 04:18:04 -0700 (PDT) Message-ID: Date: Tue, 27 Sep 2005 21:18:04 +1000 Reply-To: James Ellis To: internals In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18750_1322178.1127819884049" References: Subject: Re: [PHP-DEV] Issues with PHP 5 on Windows 98 From: james.ellis@gmail.com (James Ellis) ------=_Part_18750_1322178.1127819884049 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline HI Andreas Why are you using Windows 98.. it's full of holes and has been superseded? I know their has been some discussion on internals about dropping win98 support - see "Win9x support in PHP" for more. Cheers James On 9/27/05, Andreas Ahlenstorf wrote: > > 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. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > ------=_Part_18750_1322178.1127819884049--