problem about hhvm-Collection of common programming errors


  • Satake
    hhvm
    I’ve been playing with HHVM config file and I have yet to be able to make it output any fatal error to the browser. It displays E_NOTICE and E_WARNING but when any E_ERROR happens it leaves the page blank and the error only appears in the HHVM log file.Is there a way to make it show in the browser?My HHVM config file is as follow:PidFile = /var/run/hhvm/pidLog {Level = WarningAlwaysLogUnhandledExceptions = trueRuntimeErrorReportingLevel = 8191UseLogFile = trueUseSyslog = falseFile = /var/log/hhv

  • bvl
    php nginx hhvm
    I’m using:HipHop VM v2.3.3 (rel) (so HHVM-fastcgi)When I use this: $mysqli = new mysqli(“… I get:HipHop Fatal error: Class undefined: mysqliWhat can this mean?PS: Php -v = PHP 5.4.24-1+sury.org~precise+1 (cli) (built: Jan 24 2014 11:05:09)

  • Devin Dixon
    php facebook hiphop hhvm
    I am trying to make a framework work for HHVM, but I am running into this weird error that only occurs in Hip-Hop HHVM. The same error only occurs in versions of PHP 5.2 and lower. The full error isHipHop Fatal error: syntax error, unexpected T_CLASS in /var/www/www.unbiasly.com/libraries/prodigyview/data/PVStaticPatterns.php on line 116Line 116 is this class here:https://github.com/ProdigyView/ProdigyView-Core/blob/master/data/PVStaticPatterns.php#L116Is there something different about the Refl

  • Devin Dixon
    php facebook ubuntu hhvm
    I followed this tutorial for installing here:https://github.com/facebook/hiphop-php/wiki/Building-and-installing-HHVM-on-Ubuntu-13.04But I can’t figure out how to run it. I’ve gone to to the hphp/hhvm/hhvm and I’ve run this on hhhmroot@hhvm-ubuntu:~/dev/hiphop-php/hphp/hhvm# ls CMakeFiles CMakeLists.txt hhvm main.cpp process_init.cpp cmake_install.cmake global_variables.cpp link_hphp.sh Makefile process_init.hThe problem is each time I run, the server crashes. Act

  • Touch
    php hhvm
    I have been recently playing around with HHVM. Went through a lot of trouble getting it to work on my computer. I know that not all PHP functions are available. As a test, I am writing a new website using it instead of using my current code. I ran into a problem when trying to usefilter_var($var,FILTER_SANITIZE_URL);From the error.log file, it turns out that this function is undefined. Is the filter_var function not available for use in HHVM or am I just doing something wrong here. I like to kee

Web site is in building