php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31299 Reads error"you need to set WebSeverDocRoot in preferences"
Submitted: 2004-12-26 05:51 UTC Modified: 2004-12-26 12:23 UTC
From: rickypearson at shaw dot ca Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: Irrelevant OS: Windows XP
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: rickypearson at shaw dot ca
New email:
PHP Version: OS:

 

 [2004-12-26 05:51 UTC] rickypearson at shaw dot ca
Description:
------------
I have installed all need files to compile and run the php code right but when i Click run or the Play Button it Reads You Need to Set WebSeverDocRoot in your Preferences. It does not tell me what to set it to nore do i know what to set it to. the Only code i am Trying to Run is this

<?php
phpinfo();
?>

Just to Test the Compiler.

I have Uncommented the Following 3 files in my php.ini File

1. extension=php_dbase.dll
2. extension=php_gd2.dll
3. extension=php_sockets.dll

Reproduce code:
---------------
<?php
phpinfo();
?>

Expected result:
----------------
A Page Containing php Version 4.3.2 Information (This is what is Suggested to run to test the Compliler)

Actual result:
--------------
Absolutly Nothing, The page doesnt Show i get an Error as Explained above

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-26 12:23 UTC] derick@php.net
We do not support third party apps. (We do not have a compiler)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC