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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 1 + 44 = ?

 
 [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