oops, wrong button...
----- Original Message -----
From: "Steph" steph@zend.com
To: "James Ellis" james.ellis@gmail.com
Sent: Tuesday, September 27, 2005 12:46 PM
Subject: Re: [PHP-DEV] Issues with PHP 5 on Windows 98
Hi Andreas,
We haven't actually dropped support for win98 yet. Keep this quiet, or
you'll remind Wez he wants to ;)Any idea which export is missing? http://www.dependencywalker.com/ has an
easy-to-use tool for checking .dlls.You could try renaming the version in the root dir to something like
'old_oleaut32.dll' and replacing it with the win2k version, which will
also
need to go in the root directory (because presumably something else is
using
it too).Let me know if anything/everything breaks.
- Steph
----- Original Message -----
From: "James Ellis" james.ellis@gmail.com
To: "internals" internals@lists.php.net
Sent: Tuesday, September 27, 2005 12:18 PM
Subject: Re: [PHP-DEV] Issues with PHP 5 on Windows 98HI 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
JamesHi,
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.
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.
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.
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.dwiThe 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.
Am 27.09.2005 um 15:47 schrieb Wez Furlong:
It sounds like your system is broken. You should never copy these
low-level system DLLs between windows versions.
I'll never try it again :)
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.
Thanks for the hint. I'll try it tomorrow.
Regards,
A.
Am 27.09.2005 um 15:47 schrieb Wez Furlong:
My suggestion is to start with a fresh copy of win98 and install only
Just for information: It works now. I tried it with a fresh install
of Windows 98, but there's still the problem with the missing export.
After an install of Internet Explorer 5.5 everything works fine. A IE
update may be a more end user friendly way than requiring a DCOM
update, 'cos most people know IE, but almost nobody knows DCOM.
Thanks for your help.
A.