https://bugzilla.wikimedia.org/show_bug.cgi?id=70843

--- Comment #4 from Dan Duvall <[email protected]> ---
(In reply to Bryan Davis from comment #3)
> I think this is a bug in hhvm actually. Read that documentation link you
> gave and you'll see that php5-cli defaults to "0" for this as can be seen
> with the php5 binary:

AFAICT there's no bug. We're explicitly setting it to 180 on the first line of
/etc/hhvm/php.ini which affects the execution limit in all contexts. Remove
that line and you get the expected value of 0 from the command line.

You're right though, I should have read more closely. Since the default for CLI
is 0 we probably shouldn't be messing with it. It looks like we may be able to
move that setting to /etc/hhvm/server.ini. [1] Does that seem reasonable (if it
works)?

[1] https://github.com/facebook/hhvm/wiki/INI-Settings

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to