ID: 16582 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: PHP options/info functions Operating System: red hat linux PHP Version: 4.1.2 New Comment:
First of all, try with PHP 4.2.0RC4 from http://www.php.net/~derick/ and if you can reproduce this problem with it, add a _complete_ but short example script into this bug report. Previous Comments: ------------------------------------------------------------------------ [2002-04-13 05:27:04] [EMAIL PROTECTED] 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... ------------------------------------------------------------------------ [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