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

Bug #92 DOS line endings cause errors on Linux
Submitted: 2003-10-13 06:19 UTC
From: mroch Assigned: mroch
Status: Closed Package: Auth
PHP Version: Irrelevant OS: Unix
Roadmaps: (Not assigned)    
Subscription  


 [2003-10-13 06:19 UTC] mroch
Description: ------------ Manfred Rebentisch wrote: > Hello, > I found some messages with Auth-problems, but no solutions. I did run into > the same problem: The Auth package shows the login window again and again. > getAuth() always seems to return false. > > I found the solution on my system ( Linux / SuSE 8.2, Apache 2.0.46, PHP > 4.3.2): > > changing all the "\r\n" to "\n" in the auth-package. > > for $i in *.php do dos2unix $i; > for $i in *.php do chmod a+rw $i; > > I do it in /usr/share/php/Auth/ and in /usr/share/php/Auth/Container. http://marc.theaimsgroup.com/?l=pear-general&m=106602463430507&w=2

Comments

 [2003-10-13 06:27 UTC] mroch
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better. Sorry, forgot to check CVS. :)