ID:               16582
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Open
 Bug Type:         PHP options/info functions
 Operating System: red hat linux
 PHP Version:      4.1.2
 New Comment:

I cannot find any unserialize_callback_func-implementation in the
source of your version :(
I'm sorry.. but i have no idea why :((
The feature is not that bad, and works fine for me in many projects... 


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

[2002-04-13 03:03:33] [EMAIL PROTECTED]

am unable to set unserialize_callback_func using ini_set.
I can see it in my php.ini, but when i use the following script
(adapted from code given on the unserialize() function page):

ini_set('unserialize_callback_func','thecallback');

function thecallback($classname) {
      echo "calling back";
      $filename="includez/".$classname.".cls.php";
      include($filename);
 }

after unserializing I would have expected to see the echo statement,
but it just wont seem to work at all.



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


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

Reply via email to