Re: [PHP-GTK] Windows snapshots
[email protected] (Sven Siwek) Wed, 27 Jan 2010 17:14:11 +0100
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Am 16.01.2010 20:36, schrieb Elizabeth M Smith:
> I have some windows snapshots for php-gtk
>
> You can find them at http://perisama.net/downloads/php-gtk-snaps/
>
> Note that these are VC6 builds, because all the gtk.org binaries for
> windows are built with mingw and are not compatible with VC9
>
> This includes the PECL cairo extension as well, note that php-gtk now
> has a dependency on this (just make sure you load it in your php-cli.ini
> file)
>
> Looks like we need a php-gtk release here shortly, so if users could
> test these I'd appreciate it.
>
> You should be able to use newer versions of PHP in the same series (php
> 5.3.1 with the 5.3. zip, php 5.2.12 with the 5.2 zip) just copy the
> newer binaries over the old.
>
> Thanks,
> Elizabeth Smith
>
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