php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24416 Apache2 won't start with PHP5 beta
Submitted: 2003-06-30 12:04 UTC Modified: 2003-07-01 13:24 UTC
From: ldf13 at hotmail dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5CVS-2003-06-30 (dev) OS: Windows XP
Private report: No CVE-ID: None
 [2003-06-30 12:04 UTC] ldf13 at hotmail dot com
Description:
------------
So far I could replace a PHP version by copying the .dll files to the modules directory and that was it. This seems to be history in the PHP5 version because it won't start. 

I am using Apache2.0.46 on WindowsXP with the binary set of PHP5 .. 

Worst part is... no clue where to find some info on this.



Reproduce code:
---------------
these two lines are added to the httpd.conf file

LoadModule php4_module  modules/php4apache2.dll
AddType application/x-httpd-php .php

and

php4apache2.dll & php4ts.dll

are copied to the modules directory
I do not use a php.ini file


Expected result:
----------------
a running webserver :) .. duh!

Actual result:
--------------
gives an error with no clue in the error file

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-30 12:16 UTC] sniper@php.net
php4_module -> php5_module

 [2003-07-01 22:06 UTC] nuno at dbforums dot com
Thankfully to strace (an amazing little tool BTW) and install.txt (duh), I finally managed to install PHP5 with Apache2.0.46.

Therefore, I need to eat my words and I would like to take this opportunity to present my sincere apologies to the PHP Team.
To sniper, a special thank you for his support.

Best wishes,

nuno :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 11:01:32 2024 UTC