I found the solution for everybody who has trouble with
mysql and php-gtk
first download php-gtk package windowd binary from the
http://gtk.php.net/download.php
extract it
second download php-gtk extension pack for windowd from
http://gtk.php.net/download.php
extract it in the same folder.
Then edit your php-cli.ini file in your php-gtk folder
and make shure you put php_mysql.dll in extension around line 26 normally it should look then something like this:
extension = php_gtk2.dll
extension = php_mysql.dll
;extension = php_pdo.**
;extension = php_sqlite.**
;extension = php_pdo_sqlite.**
Thanks for all the great work of php-gtk2
my first app is almost ready. I'll postit here somewhere when the first beta release is ready.
Kind Regards
Wim Stockman