Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
$Id: Release-1.4.3 256385 2008-03-31 00:45:57Z ashnazg $
2
 
3
PhpDocumentor Version 1.4.3
4
################################################################################
5
http://www.phpdoc.org
6
Gregory Beaver cellog@php.net
7
Joshua Eichorn jeichorn@phpdoc.org
8
Chuck Burgess  ashnazg@php.net
9
################################################################################
10
################################################################################
11
 
12
The phpDocumentor team would like to announce the release of phpDocumentor
13
1.4.3.  This is a general bugfix release, which includes a few documentation
14
clarifications in the phpDocumentor manual.
15
 
16
------
17
IMPORTANT:  phpDocumentor 1.4.3 requires PHP version 4.2.0 or greater.
18
phpDocumentor will function best with PHP version 4.3.0 or greater, as it will
19
use of the tokenizer extension if php 4.3.0 is installed for a tremendous
20
increase in parsing speed.  PHP version 5.1.0 or newer is recommended to take
21
advantage of PHP5-only features.
22
 
23
WARNING:  A bug in PHP v5.2.1 can cause PhpDocumentor v1.3.1 and older to
24
spiral into an infinite loop when parsing tutorial documents.  PhpDocumentor
25
v1.3.2 and newer will abort at the beginning of the tutorial parsing
26
stage if it detects PHP v5.2.1 being used to parse tutorials.
27
 
28
NOTE:  Beware of using the PDF converter with "--sourcecode on" for any medium
29
to large code projects.  The design of the PDF generation library is very
30
inefficient... the doc generation could take a very long time (e.g. days),
31
and if it hits your memory_limit ceiling, you may be waiting a long time
32
just for it to abort.  If there are any users out there with the
33
time and expertise to look into the algorithms used by CPdf, by all means
34
please send us some patches.
35
------
36
 
37
A full listing of all closed bugs and feature requests can be found in the
38
next section of the notes.
39
 
40
phpDocumentor 1.4.3 is ready for production use documenting any PHP project...
41
download it and try it out.
42
 
43
################################################################################
44
 
45
The following PEAR items are included in version 1.4.3:
46
 * Bug #11654: @static in DocBlock Template can cause PHP Notice
47
 * Bug #11813: @link URL short description does'nt work
48
 * Bug #13800: Invalid tutorials tree generation
49
 * Bug #14191: earthli template contains bad HTML
50
 * Bug #14472: Incorrect line numbers with heredoc
51
 * Bug #15517: Wrong table of contents in tutorials
52
 * Bug #16431: Warning: get_class() expects parameter 1 to be object, string given
53
 * Bug #16441: Parse error when parsing <<foo>>
54
 * Bug #16446: Use of split() causes E_DEPRECATED warnings
55
 * Feature #13599: Third Gotcha on Bare Minimum Tutorial example
56
 * Feature #14312: @param tag with additional arguments doesn't work as expected
57
 * Feature #14461: Data Type Confusion for Some Tags
58
 
59
The following Sourceforge items are included in version 1.4.3:
60
* [2692032] use of templatebase - missing information
61
* [2669256] get_class() expects parameter 1 to be object, string given
62
* [2669110] ereg / split is deprecated
63
* [1940914] Tutorials tree is added to tutorials which have no children
64
* [1929926] Default version number not updated
65
* [1918851] @toc render is wrong in earthli tutorial_toc.tpl
66
* [1903136] Constant Link not worked
67
* [1771553] @link URL short description does\'nt work
68
 
69
You can view the bug details or reopen one if
70
you think it's not totally fixed at:
71
http://pear.php.net/bugs/search.php?cmd=display&package_name%5B%5D=PhpDocumentor
72
http://sourceforge.net/tracker/?group_id=11194&atid=111194
73
 
74
################################################################################
75
 
76
The documentation has been updated for this release you can view it at
77
http://www.phpdoc.org/docs
78
or in the distribution in the spec directory
79
 
80
The changelog is available in the tarball, or online at
81
http://pear.php.net/package/PhpDocumentor/download/
82
 
83
You can download the newest version from
84
http://pear.php.net/package/PhpDocumentor/download/
85
and http://phpdocu.sourceforge.net/downloads.php
86
 
87
And of course you can reach the webpage at
88
http://pear.php.net/package/PhpDocumentor/ or
89
http://phpdocu.sourceforge.net/ or
90
http://phpdoc.org/
91
 
92
Enjoy!
93
* Gregory Beaver <cellog@php.net>
94
* Joshua Eichorn <jeichorn@phpdoc.org>
95
* Chuck Burgess  <ashnazg@php.net>
96
 
97
 
98
vim: set expandtab :