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

Bug #12451 DOS CRLFs in every single file
Submitted: 2007-11-15 10:54 UTC
From: jakubmoc Assigned: farell
Status: Closed Package: PHP_CompatInfo (version 1.5.1)
PHP Version: Irrelevant OS: Gentoo Linux
Roadmaps: 1.5.1    
Subscription  


 [2007-11-15 10:54 UTC] jakubmoc (Jakub Moc)
Description: ------------ Baaad, this actually breaks the thing on Unix... bash: pci.php: /usr/lib/php5/bin/php^M: bad interpreter: No such file or directory Fix: for f in $(find . -type f -print) ; do echo "${f}" | xargs sed -i 's/\r$//' ; done

Comments

 [2007-11-15 18:33 UTC] farell (Laurent Laville)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/PHP_CompatInfo see release 1.5.1 in few minutes
 [2007-11-16 10:02 UTC] jakubmoc (Jakub Moc)
Sorry, but this is not fixed. All the same in 1.5.1, same nasty ^M gremlins everywhere.
 [2007-11-19 17:08 UTC] farell (Laurent Laville)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/PHP_CompatInfo