php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66473 Apache crashes
Submitted: 2014-01-12 21:16 UTC Modified: 2014-05-08 16:14 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 2 (50.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: sigung_q at yahoo dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 5.5.8 OS: Windows 7
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
9 + 39 = ?
Subscribe to this entry?

 
 [2014-01-12 21:16 UTC] sigung_q at yahoo dot com
Description:
------------
Apache 2.2 does not handle PHP in windows 7 environment.

When I put the following into my Apache "httpd.conf" file:

#Load PHP handlers.
LoadModule php5_module "c:/xampp/php/php5apache2_2.dll"
AddHandler application/php .php


# configure the path to php.ini
PHPIniDir "C:/xampp/php"

Apache crashes with no error log.

Test script:
---------------
#Load PHP handlers.
LoadModule php5_module "c:/xampp/php/php5apache2_2.dll"
AddHandler application/php .php


# configure the path to php.ini
PHPIniDir "C:/xampp/php"




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-01-14 23:22 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2014-01-14 23:22 UTC] ab@php.net
This page http://www.apachefriends.org/en/xampp-windows.html states "PHP in this package needs the Microsoft Visual C++ 2008 ". If that's really the case - that's most likely compiled with VC9, whereby PHP 5.5 requires VC11. Could you please try the same using the apache build from apachelounge.com and php binaries from windows.php.net built with VC11?
 [2014-02-06 12:12 UTC] suspish at gmail dot com
Same problem:
Apache 2.4
PHP 5.5.9
 [2014-05-08 16:14 UTC] ab@php.net
-Status: Feedback +Status: No Feedback
 [2014-05-08 16:14 UTC] ab@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 08:01:34 2024 UTC