php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49663 PDF missing version info
Submitted: 2009-09-25 07:10 UTC Modified: 2012-04-06 20:03 UTC
From: philip@php.net Assigned:
Status: Suspended Package: Doc Build problem
PHP Version: 5.3.0 OS: Mac
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
6 - 4 = ?
Subscribe to this entry?

 
 [2009-09-25 07:10 UTC] philip@php.net
Description:
------------
The PDF version of the PHP manual is missing version information. 

For example, the set_include_path() docs do not tell us that it lives in 
PHP 4.3.0+.

Expected result:
----------------
Version information.

Actual result:
--------------
No version information.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-11-13 21:51 UTC] vrana@php.net
There's no official PDF manual.
 [2009-11-14 01:23 UTC] philip@php.net
There is, of sorts:

 - http://docs.php.net/download-docs.php

They'll be available to mirrors once they work better.
 [2012-04-06 20:03 UTC] bjori@php.net
-Status: Open +Status: Suspended
 [2012-04-06 20:03 UTC] bjori@php.net
The same applies to the unix manpages.

The problem is that these formats don't inherit the "main phpweb class" which 
does most of the work (reading acronyms.xml, versions.xml etc etc etc).

Once we move to 5.4 and start using traits we could move that work into a trait 
and re-use it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 14:01:29 2024 UTC