Re: [PHP-DOC] Compressed methodnames patch

2007-11-10 Thread Edward Z. Yang
Hannes Magnusson wrote: > The PhDTheme.classs.php attachment didn't come through (all > non-text/plain attachments are stripped), and the phpweb patch looks > broken. That one is very simple: replace class phpweb extends phpdotnet implements PhDTheme { with class phpweb extends phpdotnet { I'm

Re: [PHP-DOC] Compressed methodnames patch

2007-11-09 Thread Hannes Magnusson
On Nov 6, 2007 8:02 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > This patch compresses the methodnames in a class synopsis if it matches > the class name it belongs to. Since cvs patch doesn't seem to pick up on > added files, PhDTheme.class.php is also attached, which needs to be > placed in th

[PHP-DOC] Compressed methodnames patch

2007-11-06 Thread Edward Z. Yang
This patch compresses the methodnames in a class synopsis if it matches the class name it belongs to. Since cvs patch doesn't seem to pick up on added files, PhDTheme.class.php is also attached, which needs to be placed in the include/ directory. A few notes: - The serialized index cache hack has