From 03a4ff1e726333cf0618ce5d956b1aceac726001 Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Mon, 19 Mar 2018 13:24:35 -0700 Subject: [PATCH] Force PHP5 mode (non-fpm) --- conf/php.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/php.ini b/conf/php.ini index a4dc59e..3ca1bfb 100644 --- a/conf/php.ini +++ b/conf/php.ini @@ -15,6 +15,7 @@ assert.active=false ;;;;;;;;;;;;; ; HHVM Only ; ;;;;;;;;;;;;; +hhvm.php7.all=0 ; This is a no-op on production builds, but makes it possible to get meaningful ; profiles from debug builds hhvm.hhir_generate_asserts=0