php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17982 Missing OCX
Submitted: 2002-06-25 16:46 UTC Modified: 2002-06-25 17:02 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: anmie at wmdata dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 4.2.1 OS: win 2000
Private report: No CVE-ID: None
 [2002-06-25 16:46 UTC] anmie at wmdata dot com
Hi,

I'm trying to install PHP 4.2.1 and get the following error

   "....missing OCX....." 

It doesn't say witch OCX.

And after this it tell me to configer IIS 5.0 manually.


I have installed one of the old ones before on a few servers and there hasn't been any problems.

Do you know what is wrong ??

Anders Mikkelsen

Patches

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-25 17:01 UTC] sniper@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.
 [2002-06-25 17:01 UTC] anmie at wmdata dot com
The problem occures when the installer tryes to configure the webserver
 [2002-06-25 17:02 UTC] sniper@php.net
http://www.zend.com/lists/php-dev/200107/msg01095.html

And don't reopen this anymore.

 [2002-10-04 07:35 UTC] mth at agnitio dot dk
I know this is not considerd a bug, however I think it is !

The "bug" is that the php installer assumes that mscomctl.ocx is installed and registerd on the system .. here in lies the bug, since windows does not come with this common dialog control activex. So the installe will only work if you have this ocx installed.

You can copy the ocx form any comtatible system to your system32 dir (commonly c:\winnt\system32) and manually register the ocx ( regsvr32 mscomctl.ocx ) and then run the installation, then it will not fail. !
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Aug 17 16:01:29 2024 UTC