php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49477 PHP 6 VC 9 makes Apache not to start
Submitted: 2009-09-06 00:17 UTC Modified: 2009-09-06 10:14 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: elmue at gmx dot de Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 6SVN-2009-09-06 (snap) OS: Windows
Private report: No CVE-ID: None
 [2009-09-06 00:17 UTC] elmue at gmx dot de
Description:
------------
Today I downloaded from
http://windows.php.net/snapshots/ 

the VC 6 version of PHP 6
http://windows.php.net/downloads/snaps/php-6.0-win32-VC6-x86-latest.zip
and installed it on Windows XP with Xampp, Apache version 2.2.9
It runs and functions.

But the VC 9
http://windows.php.net/downloads/snaps/php-6.0-win32-VC9-x86-latest.zip 
is broken.
Although both ZIPs contain files from 3. sept 2009 the one runs and the other one does not.

The same way installed the VC6 runs but the VC9 makes that Apache does not start.

In the Windows Event log there are two error entries generated:

1.)
Cannot load E:/Programme/xampp/php6/php6apache2_2.dll into server:
Syntax error on line 7 of E:/Programme/xampp/apache/conf/extra/httpd-xampp.conf

This is ABSOULTE nonsense!
There is no error in line 7 which is:
LoadModule php6_module "E:/Programme/xampp/php6/php6apache2_2.dll" 

The SAME HTTPD-XAMP.CONF works with VC6 without problems.
Without touching the conf file and only replacing the content of the  php directory the errors are generated.
So this is a bogus error telling that there is a syntax error which is not. The PHP.ini is the same in both cases: the one in the ZIP file: php.ini-development

2.)
The second error in Event log says that the configuration is wrong.
There is absoultely NO USEFULL information in these 2 error messages.
The first one is bogus and the second one gives no information.

Can anyone please check this on a Xampp to confirm this problem?

Elm?




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-06 10:14 UTC] pajoye@php.net
Use VC9 builds only with a VC9 apache build (http://apachelounge.com for example).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC