ap_get_status_line(int)

2016-11-03 Thread Stefan Eissing
Like to get your opinion: ap_get_status_line(int) converts any status code it does not know into a 500. This is fine for the use cases we had so far, although it can be discussed if it is a good idea, too strict or whatnot. But I do not want to go down that rathole... My question is how

trying to fix bug 60330 and need help

2016-11-03 Thread Jay Wren
Hello, I'm trying to fix bug https://bz.apache.org/bugzilla/show_bug.cgi?id=60330 but I really do not know what I am doing. http://paste.ubuntu.com/23418645/ this is what I have so far and it does not

Re: failing t/php/safemode.t

2016-11-03 Thread William A Rowe Jr
On Thu, Nov 3, 2016 at 3:42 AM, Petr Gajdos wrote: > Hi, > > http://php.net/manual/en/features.safe-mode.php > > safe mode is removed from php 5.4 on. Maybe candidate to drop? > Seems any feature specific to PHP 5.5 or earlier should be eliminated. Any behavior changed between

Re: failing t/php/strings2.t

2016-11-03 Thread Petr Gajdos
On Wed, Nov 02, 2016 at 06:33:18PM -0500, William A Rowe Jr wrote: > Committed all three patches in r1767800, thanks Petr Thank you. Petr