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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sun Nov 23 09:00:01 2025 UTC