]> source.dussan.org Git - nextcloud-server.git/commit
Don't check for `always_populate_raw_post_data` on HHVM
authorLukas Reschke <lukas@owncloud.com>
Fri, 23 Jan 2015 12:52:42 +0000 (13:52 +0100)
committerLukas Reschke <lukas@owncloud.com>
Fri, 23 Jan 2015 12:54:34 +0000 (13:54 +0100)
commit30a5758a95f612d00f9aed934819f16c67aceefc
tree4a2dd528d4a0054e812ef104c1c9eb3b8f1d92a8
parent3a66b7c6eca7a7b841ec8c15c59f691d3079afab
Don't check for `always_populate_raw_post_data` on HHVM

HHVM seems to have problems with this at the moment (even setting those values in the php.ini of HHVM doesn't have helped much) and thus the unit test execution failed.

So it's better if we disable this check for now for HHVM.
lib/private/util.php