Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hiphop can not run php files which call the third-party extensions #253

Closed
danvan opened this issue Dec 3, 2010 · 2 comments
Closed

hiphop can not run php files which call the third-party extensions #253

danvan opened this issue Dec 3, 2010 · 2 comments

Comments

@danvan
Copy link

danvan commented Dec 3, 2010

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.

@scottmac
Copy link
Contributor

scottmac commented Dec 6, 2010

We don't have the code for it, hence the error :)

spl_autoload_register needs to be added at some point, it's on our todo list.

@danvan
Copy link
Author

danvan commented Dec 8, 2010

so when will the fix be released? we r looking for this feature on our project

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants