php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24452 Installation not possible
Submitted: 2003-07-02 01:05 UTC Modified: 2003-07-03 01:43 UTC
From: T dot Jansen at ArachNet dot de Assigned:
Status: Not a bug Package: *General Issues
PHP Version: 5.0.0b1 (beta1) OS: Windows XP professional
Private report: No CVE-ID: None
 [2003-07-02 01:05 UTC] T dot Jansen at ArachNet dot de
Description:
------------
It's not possible to install php5. It seems to be a wrong dll-File in the Package.
I replaced only the old Directory and DLLs, PHP.ini is the same. Apache2 doesn't start again and tells me my Path is incorrect and there's a syntax error in the httpd.conf.




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-02 01:55 UTC] derick@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.

 [2003-07-02 03:01 UTC] T dot Jansen at ArachNet dot de
On my Computer runs Windows XP professional with Servicepack1, Apache2 and (til yesterday) PHP4, mySQL without of any Problems.
Yesterday i loaded the Beta1 and replaced the PHP-Directory by the new one. Also the php4apache2.dll and the php4ts.dll have been replaced. Apache2 is not able to start again.
Following errors have been added to the Event-Logs:
--------------------------------------------------
The Apache service named  reported the following error:
>>> Syntax error on line 174 of D:/Programme/Apache2/conf/httpd.conf:     
--------------------------------------------------
The Apache service named  reported the following error:
>>> Cannot load D:/Programme/Apache2/php/sapi/php4apache2.dll into server: Das angegebene Modul wurde nicht gefunden.
--------------------------------------------------

The mentioned Line 174 is the following:

LoadModule php4_module "d:/programme/apache2/php/sapi/php4apache2.dll"

it worked until i changed the versions, of course the files are on the selected Path.
 [2003-07-02 03:09 UTC] derick@php.net
We're using PHP 5 here: php5_module
 [2003-07-02 03:19 UTC] titou at ht dot st
And where I can find php5_module ?
 [2003-07-02 10:38 UTC] philip@php.net
What's so unintuitive about this? ;-)

LoadModule php5_module "d:/programme/apache2/php/sapi/php4apache2.dll"

BTW, this is seen as bogus because it's already come up, the documentation has been changed in CVS and will show up in the next beta (or any snap), and there is already an open bug report on the abiguity of php5 loading a php4.
 [2003-07-03 01:43 UTC] T dot Jansen at ArachNet dot de
@philip
Various posibilities have been tested no one works (didn't know if yours have been under it but i tried yet, same result)
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 14:04:04 2025 UTC