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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 13 10:01:27 2025 UTC