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.2,v 1.1 2008/03/31 00:45:57 ashnazg Exp $
2
 
3
PhpDocumentor Version 1.4.2
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.2.  This release fixes two Windows-specific bugs, one involving usage of
14
the "--ignore" option, and one involving usage of the @filesource tag.
15
 
16
Other minor changes are moving the install location of the "makedocs.sh"
17
utility script (so that it doesn't end up in "/usr/bin" on *nix) and small
18
documentation updates.
19
 
20
------
21
IMPORTANT:  phpDocumentor 1.4.2 requires PHP version 4.2.0 or greater.
22
phpDocumentor will function best with PHP version 4.3.0 or greater, as it will
23
use of the tokenizer extension if php 4.3.0 is installed for a tremendous
24
increase in parsing speed.  PHP version 5.1.0 or newer is recommended to take
25
advantage of PHP5-only features.
26
 
27
WARNING:  A bug in PHP v5.2.1 can cause PhpDocumentor v1.3.1 and older to
28
spiral into an infinite loop when parsing tutorial documents.  PhpDocumentor
29
v1.3.2 and newer will crash itself at the beginning of the tutorial parsing
30
stage if it detects PHP v5.2.1 being used to parse tutorials.
31
------
32
 
33
Speaking of speed, do NOT run the PDF Converter with --sourcecode = on for any
34
medium to large sized projects.  I had to kill a PDF generation after 36 hours
35
on a Pentium IV 2.66GHz computer - 36 hours!  The design of the PDF generation
36
library is tremendously inefficient, probably on the order of O(n^2).  I'd fix
37
this if I knew anything about PDF.  If there are any users out there with the
38
time and expertise to look into the algorithms used by CPdf, we would all
39
appreciate it.
40
 
41
A full listing of all closed bugs and feature requests can be found in the
42
next section of the notes.
43
 
44
phpDocumentor 1.4.2 is ready for production use documenting any PHP project,
45
download it and try the most advanced solution for PHP documentation
46
today.
47
 
48
################################################################################
49
 
50
The following PEAR items are included in version 1.4.2:
51
Bug #12361: missing links to the filesource
52
Bug #12699: makedocs.sh script needs a better install location
53
Bug #12929: paramete \'ignore\' oper mistake
54
Doc #12764: Update INSTALL for web docbuilder
55
 
56
The following Sourceforge items are included in version 1.4.2:
57
- [1829133] Progress display not happening until conversion finished [ashnazg]
58
- [1779257] ignore=.. option not working correctly on Win | fix attaced [ashnazg|mrasnika]
59
 
60
You can view the bug details or reopen one if
61
you think it's not totally fixed at:
62
http://pear.php.net/bugs/search.php?cmd=display&package_name%5B%5D=PhpDocumentor
63
http://sourceforge.net/tracker/?group_id=11194&atid=111194
64
 
65
################################################################################
66
 
67
The documentation has been updated for this release you can view it at
68
http://www.phpdoc.org/docs
69
or in the distribution in the spec directory
70
 
71
The changelog is available in the tarball, or online at
72
http://pear.php.net/package/PhpDocumentor/download/
73
 
74
You can download the newest version from
75
http://pear.php.net/package/PhpDocumentor/download/
76
and http://phpdocu.sourceforge.net/downloads.php
77
 
78
And of course you can reach the webpage at
79
http://pear.php.net/package/PhpDocumentor/ or
80
http://phpdocu.sourceforge.net/ or
81
http://phpdoc.org/
82
 
83
enjoy
84
-gregory beaver <cellog@php.net>
85
-joshua eichorn <jeichorn@phpdoc.org>
86
-chuck burgess  <ashnazg@php.net>
87
 
88
 
89
vim: set expandtab :