Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.5

Bug #20224 PEAR package.xml incorrect entry for Stats.php
Submitted: 2014-03-19 20:51 UTC
From: topper Assigned: doconnor
Status: Closed Package: Net_Nmap (version 1.0.4)
PHP Version: 5.3.28 OS: RHEL6.3
Roadmaps: (Not assigned)    
Subscription  


 [2014-03-19 20:51 UTC] topper (Tom Roffe)
Description: ------------ package.xml file has incorrect entry for Stats.php. currently reads as <file baseinstalldir="Net" md5sum="19e17540b30cd6982b96ce39ec727696" name="Net/Nmap/Stats.php" role="php"/> i believe this should be <file baseinstalldir="/" md5sum="19e17540b30cd6982b96ce39ec727696" name="Net/Nmap/Stats.php" role="php"/> Test script: --------------- when using the examples provided and running fresh install at 1.0.4 on php 5.3.3. scripts complain about unable to find Stats.php. listing contents of /usr/share/pear/Net/Nmap/ shows missing Stats.php running a locate on Stats.php i get the following file.... /usr/share/pear/Net/Net/Nmap/Stats.php (Note Nat/Net) guessing this should be /usr/share/pear/Net/Nmap/Stats.php Expected result: ---------------- <file baseinstalldir="/" md5sum="19e17540b30cd6982b96ce39ec727696" name="Net/Nmap/Stats.php" role="php"/> Actual result: -------------- <file baseinstalldir="Net" md5sum="19e17540b30cd6982b96ce39ec727696" name="Net/Nmap/Stats.php" role="php"/>

Comments

 [2014-03-22 12:49 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Analyzed
https://github.com/pear/Net_Nmap/pull/3
 [2014-03-30 18:11 UTC] doconnor (Daniel O'Connor)
-Status: Analyzed +Status: Closed -Assigned To: +Assigned To: doconnor
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.