Re: [PHP-GTK] Windows snapshots

[email protected] (Elizabeth M Smith) Wed, 27 Jan 2010 11:17:00 -0500
Newsgroups php.gtk.general
Message-ID <[email protected]>
> I downloaded the Zip "php-gtk-5.3.zip" and ran into this:
>
> [27-Jan-2010 14:17:00] PHP Fatal error: Trying to clone an uncloneable
> object of class GtkListStore
>
> All I found on this pointed at php4 and something like this
>
> ini_set('zend.ze1_compatibility_mode', 0);
>
> but on the other hand I read this in the NEWS file for PHP 5.3.0
>
> "- Removed zend.ze1_compatibility_mode. (Dmitry)"
>
> So now I am stuck. What can I do now?
>
> Thanks
> Sven
>

You can't clone gtkliststore... why are you trying to in your code?

Thanks,
Elizabeth Smith