hacklang

HHVM+Hacklang: errors/warnings output into browser

时光怂恿深爱的人放手 提交于 2019-11-28 01:16:00
问题 Is there any way to tell HHVM to output Hacklang warnings and errors into the browser? Something like PHP does with enabled display_errors , display_startup_errors and error_reporting set to E_ALL HHVM version: $ php -v HipHop VM 3.1.0-dev+2014.04.09 (rel) Compiler: heads/master-0-g4fc811c64c23a3686f66a2bea80ba47f3eaf9f3d Repo schema: 79197c935790c0b9c9cb13566c3e727ace368117 I've tried the following config: $ cat /etc/hhvm/php.ini ; php options display_startup_errors = On error_reporting = E