Home » Authentication » Auth » Bug #1779
PEAR Auth and php-4.3.7 incompatibility
Details
| Submitted | 2004-07-02 23:31 UTC |
|---|---|
| From | webmaster at lawrenceburg dot com |
| Status | Bogus |
| Package | Auth |
| PHP Version | 4.3.7 |
| OS | Fedora and Windows |
| Roadmaps | (Not assigned) |
Comments
[2004-07-02 23:31 UTC] webmaster at lawrenceburg dot com
Description:
------------
I don't think PEAR Auth works with php-4.3.7. When I put the newest version of php on Linux and Windows servers, the PEAR Auth scripts stopped working.
Any ideas?
[2004-07-03 04:37 UTC] webmaster at lawrenceburg dot com
The new versions of PHP required me to insert this line:
$PHPSESSID=session_id();
[2004-07-17 18:06 UTC] webmaster at lawrenceburg dot com
I got my problems fixed.
1. I had to use:
$PHPSESSID=session_id();
which I wasn't using in earlier versions.
2. I found a blank line at the bottom of two Auth scripts (such as DB.php, Container.php, or Auth.php) - can't remember which. Anyways, the blank line caused a modify header error when using the php header() function. I removed the blank line and now it works.
This issue is closed - no bug.
Thanks!
[2004-07-17 18:07 UTC] webmaster at lawrenceburg dot com
This issue is closed