php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5846 Problem with PHPLIB (i think)
Submitted: 2000-07-29 01:14 UTC Modified: 2000-07-29 12:22 UTC
From: beef at dsmci dot com Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.0 OS: mandrake-linux
Private report: No CVE-ID: None
 [2000-07-29 01:14 UTC] beef at dsmci dot com
I recently installed the newest versions of phplib on the php server. We have a calendar system and a webmail system that run off of this server. Of course both of these services use sessions. For some reason once the lib was installed the sessions started to break. When you go to the first page in the calendar you get this error..

Fatal error: Class hordesession: Cannot inherit from undefined class session in local.inc on line 80

After i did some looking i figured out that the calendar was using 'class HordeSession extends Session' instead of the accual session class. So i commented out the the function. Once i did that the calendar worked fine..But the webmail system broke. Nothing is displayed on any page in the mail system. The mail system was created by The Horde Team horde@horde.org. 

I do belive that the local.inc needs to be modified such that a name conflict can be corrected. 

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-07-29 12:22 UTC] stas@php.net
PHPLIB bugs do not belong here.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun May 11 10:01:27 2025 UTC