cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Mon May 22, 2006 7:25 pm Post subject: Gnope PHP-Gtk2.dll version 2006-05-22 |
|
|
This version is outdated. Please see http://www.gnope.org/forum/viewtopic.php?p=798 for a new one
Hi all,
xxoes was so kind to compile a new win32 version of php-gtk2, and it dates to today, 2006-05-22.
I know it works with PHP 5.1.1 and PHP 5.1.2. When using PHP 5.1.4, you will get a crash at the end. This problem is being worked on.
The package can be found at http://gnope.org/p/Gnope_PHPGtk2_dll .
Either download it and type
| Code: | | pecl upgrade Gnope_PHPGtk2_dll-1.2.0.dll |
or just type
| Code: | | pecl upgrade gnope/Gnope_PHPGtk2_dll |
You should use the "pecl" command instead of "pear", as it doesn't load the php-gtk2 dll when running - that would prevent the file to be replaced.
Some good news: The php-gtk2 extensions GtkSourceview and GtkMozembed basically work on Windows. However, sourceview brings a warning when loading, and mozembed needs 8MB of dependencies - nearly a full Mozilla installation. That's why both haven't been included in the package, but I hope to do so in the next if the problems are solved. |
|