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
 [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

Pull Requests

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: Mon Dec 30 14:01:28 2024 UTC