Re: [PHP-GTK-DEV] How to have php cli and php-gtk installed without problems

[email protected] (Elizabeth M Smith) Mon, 06 Sep 2010 12:39:33 -0400
Newsgroups php.gtk.dev
Message-ID <[email protected]>
  On 9/6/2010 9:30 AM, Joop Boonen wrote:
> All,
>
> I have a problem.
>
> I've added these lines to the /etc/php5/cli/php.ini  file
>
> ; added for and by php5-gtk rpm package
> ; add more extension lines after this one if you have more .so files that
> should
> ; be loaded.
> extension=php_gtk2.so
>
> But this has as side effect that php scripts that are run from the cron
> like the cacti poller.php don't work. As they cant open the display.
>
> Now i wonder how I can solve this issue.
> That for example Phoronix Test Suite use the php-gtk extension.
> But poller.php don't use the php-gtk extension.
>
> Regards,
>
> Joop.

As mentioned in this excellent article

http://oops.opsat.net/doc/gtk/configure-php.html

You need to have a separate php.ini file just for php-gtk

Thanks,
Elizabeth M Smith