On 6/16/07, Thomas Koch <[EMAIL PROTECTED]> wrote:
Hi,
I've been looking for a php manual as plain txt that could be included
within the VIM help system. So far it seems that there have been a few
I don't believe that you want the complete manual in .txt format, you
are probably looking for
http://cvs.php.net/viewvc.cgi/phpdoc/funcsummary.txt?view=markup
or you could build it yourself if you like: cvs
-d:pserver:[EMAIL PROTECTED]/repository co phpdoc && cd phpdoc &&
autoconf && ./configure && make funcsummary.txt
-Hannes