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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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 20:01:29 2024 UTC