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

fix for PHP 8.0.0beta2 #216

Merged
merged 1 commit into from
Aug 25, 2020
Merged

fix for PHP 8.0.0beta2 #216

merged 1 commit into from
Aug 25, 2020

Conversation

remicollet
Copy link
Contributor

From UPGRADING.INTERNALS

  s. The zend_fcall_info no_separation flag has been removed, and separation is
      never allowed. If you wish to pass (or allow passing) arguments by
      reference, explicitly create those arguments as references using
      ZEND_MAKE_REF. This removal also affects call_user_function_ex(), which
      should be replaced by call_user_function().

@remicollet
Copy link
Contributor Author

PHP_VERSION : 8.0.0beta2

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   16
---------------------------------------------------------------------

Number of tests :   65                49
Tests skipped   :   16 ( 24.6%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Tests passed    :   49 ( 75.4%) (100.0%)
---------------------------------------------------------------------
Time taken      :    7 seconds
=====================================================================

@bluca bluca merged commit 43464c4 into zeromq:master Aug 25, 2020
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

Successfully merging this pull request may close these issues.

2 participants