3 ==> PHP-GTK configuration file
5 A special .ini file has been installed to /etc/php/php-gtk.ini. Make sure
6 all your php-gtk applications use that configuration file, and not the
9 For example, you can specify the ini file to load with:
11 php -c /etc/php/php-gtk.ini /path/to/app.phpg
15 ==> PHP-GTK extensions
17 A few extensions have been included in this package, but none of them is
18 enabled by default. Additional dependencies must be satisfied for each.
20 To enable a PHP-GTK extension, verify that its dependencies are installed
21 and then add it to the php-gtk.extensions array (multiple extensions must
22 be separated by commas) in /etc/php/php-gtk.ini.
26 php-gtk.extensions = "php_gtk2_foo.so, php_gtk2_bar.so, ..."
34 # vim:set ts=2 sw=2 et: