ID:               48787
 Updated by:       j...@php.net
 Reported By:      pietro dot baldassarri at unibo dot it
-Status:           Open
+Status:           Feedback
 Bug Type:         Session related
 Operating System: Gentoo Linux
 PHP Version:      5.2.10
 New Comment:

Do you have any 3rd party extensions, zend extensions like APC
installed and enabled?


Previous Comments:
------------------------------------------------------------------------

[2009-07-03 14:20:14] pietro dot baldassarri at unibo dot it

Description:
------------
PHP can't find a previously included class in user defined session
write callback function. Class is used without any problem in open and
read processes. 
The code works like a charme using PHP v. 5.2.9

Reproduce code:
---------------
http://137.204.215.224/bug/code.txt

Expected result:
----------------
Accessing Logger::log() method in each session's user defined callback
functions to append dato to log file 
/tmp/debug.log content:
***************************   OPENING   ***************************
*************************** READING ***************************
*************************** WRITING ***************************
Done


Actual result:
--------------
/tmp/debug.log content:
***************************   OPENING   ***************************
*************************** READING ***************************


PHP Fatal error:  Class 'Logger' not found in
/home/petrux/workspace/debug10/Session.php on line 41


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=48787&edit=1

Reply via email to