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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Feb 05 11:01:31 2025 UTC