[Bug 1273225] Re: php5enmod - priority is not set by argument

2015-04-27 Thread Goran Miskovic
Upstream bug report: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=783246 ** Bug watch added: Debian Bug tracker #783246 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783246 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1273225] Re: php5enmod - priority is not set by argument

2015-04-24 Thread Goran Miskovic
Ondrej, what is reasoning behind mandatory space before priority??? Why it can't be: ;priority=30 but it has to be ; priority=30 A bit of flexibility would be appreciated. :) Following regex will match both ;priority=30 and ; priority=30 priority=$(sed -ne s/^;[ ]\?priority=\([0-9]\+\)$/\\1/p

[Bug 1273225] Re: php5enmod - priority is not set by argument

2015-04-24 Thread Goran Miskovic
Ha, Ondrej, I did not consider it as a bug. :) I thought it was intentional. I filed report and I will update the ticket once I get confirmation email. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1273225] Re: php5enmod - priority is not set by argument

2015-04-24 Thread Ondřej Surý
@Goran, not every bug has to have a reason. Could you please fill this as a bug in Debian where main packaging development happens, I would be grateful for that. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-10-06 Thread Robie Basak
Thank you for the note, Brandon. This should be very useful to other users. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1273225 Title: php5enmod - priority is not set by argument

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-10-06 Thread Ondřej Surý
Brandon, I would be very grateful if you could spend some more time and expand your blog into a man page (I could do the GROFF formatting in case you haven't done this before). Cheers, Ondrej -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-10-05 Thread Brandon Checketts
I don't know where php5enmod documentation can be found. Googling it brings up this bug report. After digging through the bash source, I found that the way to set the priority is to use a very specific format in the .ini file for the module. This is what Ondrej mentioned above, but for those

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-06-12 Thread Ondřej Surý
I have reworked the whole php5{en,dis}mod thing and I don't really remember how I reimplemented it :), but the source code helps: get_priority() { local sapi=$1 local modname=$2 local source_ini=/etc/php5/mods-available/${modname}.ini module_ret=0 module_exists $modname ||

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-05-23 Thread Kingsquare
I'd really like to re-open this issue: having the new ubuntu14.04 way to go is great, but not allowing the priority to be set seens awkward... Hope Ondřej (or someone else) can look at this... -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-03-28 Thread Launchpad Bug Tracker
[Expired for php5 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: php5 (Ubuntu) Status: Incomplete = Expired -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu.

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-01-27 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: php5 (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/1273225

[Bug 1273225] Re: php5enmod - priority is not set by argument

2014-01-27 Thread Robie Basak
Thank you for taking the time to report this bug and helping to make Ubuntu better. I don't see any code in php5-helper to support the module/priority syntax, though I can find references to it having been implemented by Ondřej back in 2012, and asking other packages to use it. It isn't clear to