Posted by Fabian Hore on 02/27/06 21:10
I was not aware of that ini setting - splendid!
"Janwillem Borleffs" <jw@jwscripts.com> wrote in message
news:43ff7bdc$0$43165$dbd45001@news.euronet.nl...
> Fabian Hore wrote:
>> Anyone know a hack/workaround to set a value in the object?
>>
>
> Here's an idea:
>
> ini_set('unserialize_callback_func', 'mycallback');
> function mycallback($c) {
> eval("class $c {}");
> }
> // Rest of your code
>
>
> JW
>
[Back to original message]
|