2011/4/5 Moacir de Oliveira Miranda Júnior <moa...@php.net>:
> moacir                                   Tue, 05 Apr 2011 02:33:11 +0000
>
> Revision: http://svn.php.net/viewvc?view=revision&revision=309955
>
> Log:
> Fix bug #54436. Only render refentries under the funcref set
>
> Bug: http://bugs.php.net/54436 (Open) gzip issues with -P PHP -f manpage
>
> Changed paths:
>    U   phd/trunk/phpdotnet/phd/Package/Generic/Manpage.php
>    U   phd/trunk/phpdotnet/phd/Package/PHP/Manpage.php


The manpage stuff uses the refname, rather then the ID, because thats
how man searches for items.
However, removing all the extra stuff, like the core exceptions,
context and variables, like you did now doesn't seem to be the best
fix..

Simply fixing ignoring "://" in refnames would solve the problem (and
check if there are other chars we could be possibly using that the
filesystem doesn't like).

-Hannes

Reply via email to