On 19 Oct 2008, at 12:41, Hannes Magnusson wrote:
Hi all
I created and uploaded a new package on our PEAR-channel, doc.php.net,
called "pman".
There is one problem:
philip$ pear install doc.php.net/pman
downloading pman-1.0.0.tgz ...
Starting to download pman-1.0.0.tgz (3,810,407 bytes)
..........done: 3,810,407 bytes
ERROR: bad md5sum for file /usr/local/pear/PEAR/docs/pman/man3/
DomDocument.xinclude.3.gz
philip$
Hannes and I determined it's likely due to a case insensitive file
system because the following exists inside phd/package-pman.xml:
<file baseinstalldir="php.net" name="man3/DomDocument.xinclude.3.gz"
role="doc" />
<file baseinstalldir="php.net" name="man3/DOMDocument.xinclude.3.gz"
role="doc" />
One for Dom, and the other for domxml. Let's see what a Windows user
has to say... I use Mac.
Regards,
Philip