php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45678 directory "include" not generated
Submitted: 2008-08-01 15:44 UTC Modified: 2008-08-01 18:45 UTC
From: coyote at coolcoyote dot net Assigned:
Status: Not a bug Package: Doc Build problem
PHP Version: Irrelevant OS: Linux Debian
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: coyote at coolcoyote dot net
New email:
PHP Version: OS:

 

 [2008-08-01 15:44 UTC] coyote at coolcoyote dot net
Description:
------------
When I compile the php documentation with:
phd -d .manual.xml
the phpweb theme create a directory "php" for his files. In all the php files there is an include_once:

include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';

but the directory "include" and his files are not generated in the php directory by phd.

Thanx for advance for your response


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-01 18:45 UTC] bjori@php.net
The shared-manual.inc file is part of phpweb, see http://wiki.php.net/doc/phd/view#viewing_the_phpfolder
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 20:01:29 2024 UTC