-
Notifications
You must be signed in to change notification settings - Fork 28
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
Build error 1.0.1 #22
Comments
It builds fine on master so it maybe time soon to release 1.0.2 |
This may be related to #20
|
I am seeing the error in fpm i am not sure if the error is in cli i know above i dumped my cli version number since its easy to get. |
Also wanted to add that i have a following version working fine on a different server so it may be a 5.5 issue.
|
Hi!
and make failed with Error 1:
made a change in forp.c - cb3dfeb - if(zend_vm_stack_get_args_count() > 0) {
+ if(zend_vm_stack_get_args_count(TSRMLS_C) > 0) { and the build finished successfully passing all the tests. Will continue to monitor for any issues that may arise during the usage. |
The text was updated successfully, but these errors were encountered: