php-go icon indicating copy to clipboard operation
php-go copied to clipboard

HHVM Support

Open beatscode opened this issue 8 years ago • 2 comments

Is it possible to use this library to write extensions for HHVM?

beatscode avatar Feb 25 '17 12:02 beatscode

HHVM support 3 type extension:

  • PHP-only
  • C++ HNI
  • Zend Compat

so, if enable hhvm.enable_zend_compat,it's possible should be work. but not test it here. thanks for your attension.

kitech avatar Feb 27 '17 13:02 kitech

I'm getting the following error

[Wed Jul 25 16:05:17 2018] [hphp] [1:7fa402c81980:0:000001] [] Uncaught exception: Could not open extension /etc/hhvm/phpgo.so: /etc/hhvm/phpgo.so: undefined symbol: zend_new_interned_string\n

Tried with and without the hhvm.enable_zend_compat.

Any suggestions

beatscode avatar Jul 25 '18 16:07 beatscode