You are not logged in.

#1 2011-07-24 07:03:30

awayand
Member
Registered: 2009-09-25
Posts: 398

[SOLVED] modifying php.ini

I have adopted davical in aur recently.

I would like to modify php.ini in my .install file to make sure the modules:

extension=gettext.so
extension=iconv.so
extension=pdo_pgsql.so
extension=pgsql.so

are all uncommented. I was thinking about doing a sed line on /etc/php/php.ini

Is this the recommended way of doing this or should I rather just add a comment after installation on what to do manually?

Last edited by awayand (2011-07-24 13:41:10)

Offline

#2 2011-07-24 07:53:05

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: [SOLVED] modifying php.ini

Editing other packages' configuration files is no-go. tongue

You should display a message in the .install script's post_install().

Offline

#3 2011-07-24 13:40:49

awayand
Member
Registered: 2009-09-25
Posts: 398

Re: [SOLVED] modifying php.ini

ok thanks!

Offline

Board footer

Powered by FluxBB