PHP GTK module in php.ini

前端 未结 3 1278
傲寒
傲寒 2020-12-21 22:38

I installed PHP GTK in C:\\php-gtk but when I go to run it like from the command line like this

cd C:\\php-gtk2
php demos\\phpg         


        
3条回答
  •  我在风中等你
    2020-12-21 23:14

    Just solved the problem.

    I was trying to run the demo script from the demos folder. But when I tried it with the same folder where the php.exe is it ran smoothly. So there is no problem with the php-cli.ini or no need to worry about this error "Please load the php-gtk2 module in your php-cli.ini"

    So Goodluck with PHP-GTK.

提交回复
热议问题