| View previous topic :: View next topic |
| Author |
Message |
danielletheone
Joined: 10 Sep 2006 Posts: 1
|
Posted: Sun Sep 10, 2006 3:47 am Post subject: windows xp help php-gtk using php5 |
|
|
i have installed and got php5 working, but i can't seem to get php-gtk working.
i have installed php-gtk and moved the changes to the php.ini to /windows, but i get the error "Please load the Php-gtk2 module in your php.ini file".
how can i fix this??
i have moved the php-gtk2.dll file to the /php directory, am i missing something.
help please  |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Sun Sep 10, 2006 8:39 am Post subject: |
|
|
| php 5 uses the php.ini in the directory it is located itself. Only if there is no php.ini, it uses the windows directory. Further, it may be that the php.ini contains a extension directory setting, so putting php-gtk2.dll into the php dir might not help at all - perhaps it's the ext/ subdir. |
|
| Back to top |
|
 |
70630515
Joined: 02 Aug 2006 Posts: 5
|
Posted: Wed Sep 20, 2006 2:25 am Post subject: |
|
|
I thought you should check the path of the module in the php.ini
and write it to load your php-gtk module |
|
| Back to top |
|
 |
|