php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5089
Submitted: 2000-06-16 19:45 UTC Modified: 2000-06-17 19:47 UTC
From: lisa at rotmanauction dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0 Release Candidate 2 OS: NT 4 Workstation, Win98
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: lisa at rotmanauction dot com
New email:
PHP Version: OS:

 

 [2000-06-16 19:45 UTC] lisa at rotmanauction dot com
Error occurs with the following environments:

Win98
WinNT4 with sp5 or sp6
PHP4 RC1 and 4.0.0
Apache 1.3.12
 
When I try to call a simple test page or any PHP4 page for that matter I get the following errors.
 
Page EXAMPLE -
<HTML>
<?php
echo("Text generated by <EM>PHP</EM>.");
phpinfo();
?>
</HTML>
 
Dr Watson error "An Application error has occured in PHP.exe Exception access violation(0XC0000005), Address:0X100765d6"
 
Click OK and I get the following browser error "500 Internal Server Error - The Server encountered an internal error or misconfiguration and was unable to
complete your request."

It seems that having a value in the "doc_root" parameter in the "Paths and Directories" section of the php.ini file caused the access violation.
 
"Fix"
We left the the "doc_root" parameter blank and let the document root be set from the Apache httpd.conf file.
 

 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-06-17 19:47 UTC] andi at cvs dot php dot net
Please grab http://toye.php.net/~zeev/php-4.0.1-dev-Win32-June17.zip

The crash bug should be fixed now. Make sure that you either set doc_root in your php.ini file or that your Apache DocumentRoot is set to the correct directory.


If you still encounter this bug then please open a new bug report. (Make sure you erase all old php4ts.dll's from your system before using the new version).



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