[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 Bugs, which is subscribed to Ubuntu. h

[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 Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/127

[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"