php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40650 build system: include/require _once linking
Submitted: 2007-02-26 23:18 UTC Modified: 2007-03-28 13:34 UTC
From: philip@php.net Assigned: bjori (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: OS X
Private report: No CVE-ID: None
 [2007-02-26 23:18 UTC] philip@php.net
Description:
------------
require, include, and their _once siblings no longer link within the manual when using the <function> syntax. Previous builds did, so this appears to be a XSLT build specific problem.

Adding this bug so we don't forget.

Reproduce code:
---------------
<function>include</function>

Expected result:
----------------
A link to the manual page

Actual result:
--------------
No link

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-27 04:40 UTC] philip@php.net
.
 [2007-02-27 09:57 UTC] rquadling@php.net
Just so you know, a locally built extended CHM file built yesterday has the links working (with a cvs update prior to build). The make chm_xsl xml -> html conversion correctly picks up <require|include>[_once] and creates <a href>s accordingly.


 [2007-03-28 13:34 UTC] bjori@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC