| View previous topic :: View next topic |
| Author |
Message |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri May 26, 2006 11:30 am Post subject: Gnope PHP-Gtk2.dll 1.2.2 |
|
|
Hi all,
Sorry for the two updates that would have been not necessary if I had tested the dll package correctly - but remember it's alpha :)
I added the missing gtksourceview.dll file and uploaded a new version, 1.2.2
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.2.2.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 |
|
|
| Back to top |
|
 |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Fri May 26, 2006 2:15 pm Post subject: Re: Gnope PHP-Gtk2.dll 1.2.2 |
|
|
| cweiske wrote: | Hi all,
Sorry for the two updates that would have been not necessary if I had tested the dll package correctly - but remember it's alpha
|
Thanks for the update, Christien.
-Ron T. |
|
| Back to top |
|
 |
scott
Joined: 16 Feb 2006 Posts: 35
|
Posted: Fri May 26, 2006 5:32 pm Post subject: |
|
|
| Are there plans to upgrade the dll shipped with the Gnope installer? I know that after installing you can just upgrade the dll package but it would be less confusing to new users if the version they downloaded from http://www.gnope.org/download.php was as up to date as possible. |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri May 26, 2006 10:23 pm Post subject: |
|
|
| Scott, I plan to update the Gnope installer, but I want to wait for the alpha release. Futher, I have to fix the installer to use an existing PEAR installation if there is one, and this is a hard task to do and takes time. |
|
| Back to top |
|
 |
omis28ca
Joined: 26 Dec 2005 Posts: 11 Location: Fresno, CA
|
Posted: Sat May 27, 2006 12:40 am Post subject: Re: Gnope PHP-Gtk2.dll 1.2.2 |
|
|
| cweiske wrote: | Hi all,
[b]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 |
|
Just a quick note to everyone i had a little difficulty modifying my php.ini because i was placing the code:
php-gtk.extensions = php_gtk_libglade2.dll,php_gtk_sourceview2.dll
near the extensions and didnt realize that
| Code: | | php-gtk.extensions = php_gtk_libglade2.dll |
was being defined at the end of my php.ini file so i kept getting an error saying
gtksourceview2 class not found
next time ill scroll all the way through my php.ini file before i pull all my hair out. |
|
| Back to top |
|
 |
|