improvements to get the HHVM build to pass

This commit is contained in:
El RIDO
2016-07-06 09:01:10 +02:00
parent 36c1b17777
commit c175abaf77
3 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
<?php
error_reporting( E_ALL | E_STRICT );
ini_set('hhvm.xenon.period', '0');
// change this, if your php files and data is outside of your webservers document root
if (!defined('PUBLIC_PATH')) define('PUBLIC_PATH', '..');
@@ -256,4 +257,4 @@ class helper
return var_export($var, $return);
}
}
}
}