php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24964 Apache crashes!, for no reson
Submitted: 2003-08-06 07:00 UTC Modified: 2003-08-06 08:48 UTC
From: jorge at jorge dot be Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5.0.0b1 (beta1) OS: Windows Xp (sp1)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jorge at jorge dot be
New email:
PHP Version: OS:

 

 [2003-08-06 07:00 UTC] jorge at jorge dot be
Description:
------------
When u start apache with php5 it give a error message,
http://users.skynet.be/jorge/php5.jpg
Config file:
---------------------------------
##############
#  PHP Conf  #
##############
LoadModule php5_module "C:/server/php/sapi/php4apache2.dll"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps

The entry's in my error.log:
---------------------------------
Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)
Cannot find module (UCD-SNMP-MIB): At line 0 in (none)
Cannot find module (UCD-DEMO-MIB): At line 0 in (none)
Cannot find module (SNMP-TARGET-MIB): At line 0 in (none)
Cannot find module (SNMP-VIEW-BASED-ACM-MIB): At line 0 in (none)
Cannot find module (SNMP-COMMUNITY-MIB): At line 0 in (none)
Cannot find module (UCD-DLMOD-MIB): At line 0 in (none)
Cannot find module (SNMP-FRAMEWORK-MIB): At line 0 in (none)
Cannot find module (SNMP-MPD-MIB): At line 0 in (none)
Cannot find module (SNMP-USER-BASED-SM-MIB): At line 0 in (none)
Cannot find module (SNMP-NOTIFICATION-MIB): At line 0 in (none)
Cannot find module (SNMPv2-TM): At line 0 in (none)
[Wed Aug 06 13:48:23 2003] [notice] Parent: Child process exited successfully.
PHP Warning:  Unknown(): Unable to load dynamic library 'C:\server\php\extensions\php_filepro.dll' - The specified module could not be found.
 in Unknown on line 0
[Wed Aug 06 13:49:29 2003] [warn] pid file C:/server/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

Hope this is inuf information? and sry for my poor english.
You can mail me if you need more info

Jorge

Expected result:
----------------
Apache to start -> logical

Actual result:
--------------
Apache nerver starts -> crashes

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-06 07:07 UTC] Jorge at jorge dot be
IF i remove php_filepro.dll, the fx is the same :s
 [2003-08-06 08:11 UTC] sniper@php.net
Sorry, but 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 as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

..
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 06:01:35 2024 UTC