cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Sun Jul 16, 2006 9:55 am Post subject: PHP-Gtk2 zeta is out! Updated dll package on gnope |
|
|
Hi all,
I am very proud to announce the first official php-gtk2 release, PHP-Gtk2 zeta. With that thing in my back, I upgraded the php-gtk2.dll gnope package so that you can use the latest bells and whistles.
To install the package, type
| Code: | | pecl upgrade gnope/Gnope_PHPGtk2_dll |
or download the package
and type
| Code: | | pecl upgrade Gnope_PHPGtk2_dll-1.5.0.tgz |
Attention:
To enable the sourceview extension, you need to open the php.ini file (usually in C:\PHP-Gtk2\php.ini) and search for the line
| Code: | | php-gtk.extensions = php_gtk_libglade2.dll |
and replace it with
| Code: | | php-gtk.extensions = php_gtk_libglade2.dll,php_gtk_sourceview2.dll |
I will soon release a complete new Gnope .exe installer with all the stuff included for the new users. |
|