You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some php codes calls classes like php-redis(https://github.com/owlient/phpredis, a php extension of Redis) and gmagick. Is it possible to have hiphop work well with these extensions?
here is the output:
HipHop Fatal error: (1) call the function without enough arguments OR (2) Unable to find function "spl_autoload_register" OR (3) function was not in invoke table OR (4) function was renamed to something else.
The text was updated successfully, but these errors were encountered:
I have some php codes calls classes like php-redis(https://github.com/owlient/phpredis, a php extension of Redis) and gmagick. Is it possible to have hiphop work well with these extensions?
here is the output:
HipHop Fatal error: (1) call the function without enough arguments OR (2) Unable to find function "spl_autoload_register" OR (3) function was not in invoke table OR (4) function was renamed to something else.
The text was updated successfully, but these errors were encountered: