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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
44 + 21 = ?
Subscribe to this entry?

 
 [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 19 01:01:28 2024 UTC