Introduction -- About Gtk2_PHPConfig
Description
This package will be useful for PHP-GTK 2 based applications which
require the user to make changes to php.ini. The class can parse any
existing ini file, or create new ones. Parsing of existing files is
currently a little inefficient, suggestions for improvement are welcome.
New files and files previously generated by Gtk2_PHPConfig are parsed at
a good speed though.
The interface displays all available configuration sections on the left pane,
and their corresponding options in the top right pane. The bottom right pane
displays the description of the option selected and the facility to change
the value of that option.