php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #47650 dealing with the cached phpweb toc
Submitted: 2009-03-13 15:51 UTC Modified: 2012-04-06 17:57 UTC
From: philip@php.net Assigned: bjori (profile)
Status: Closed Package: Doc Build problem
PHP Version: Irrelevant OS: All
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:
42 - 24 = ?
Subscribe to this entry?

 
 [2009-03-13 15:51 UTC] philip@php.net
Description:
------------
Currently the TOC is cached forever and likely it should be removed. The 
following comment exists within the code:

/* TODO:
 * Maybe this isn't worth it.. but this, in theory, allows you
 * to easily add new pages without needing to rebuild the entire
 * section.
 */

Perhaps having it optional is fine but it can be annoying to build the 
manual and wonder why the TOC is wrong.

This report is in reference to the phpweb theme, specifically the 
header() definition inside phd/themes/php/phpweb.php



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-04-06 17:57 UTC] bjori@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: bjori
 [2012-04-06 17:57 UTC] bjori@php.net
This bug has been fixed in SVN. Since the websites are not directly
updated from the SVN server, the fix might need some time to spread
across the globe to all mirror sites, including PHP.net itself.

Thank you for the report, and for helping us make PHP.net better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC