Fw: Issues with PHP 5 on Windows 98

php.internals

Steph

20 years ago
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

Andreas Ahlenstorf

20 years ago
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.

Wez Furlong

20 years ago
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 <lists@ahlenstorf.ch> wrote:

Andreas Ahlenstorf

20 years ago
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.

Andreas Ahlenstorf

20 years ago
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.