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

generate arginfo from stub #83

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

generate arginfo from stub #83

wants to merge 2 commits into from

Conversation

remicollet
Copy link
Collaborator

@remicollet remicollet commented Dec 21, 2021

add return type info for all functions
add default values in reflection (PHP 8)
drop support for PHP 7.1

Probably worth to bump version to 1.1.0-dev

add return type info for all functions
add default values in reflection (PHP 8)
drop support for PHP 7.1
ZEND_FUNCTION(memory);


static const zend_function_entry ext_functions[] = {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why ext_functions and not something with pcov in the name ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why ext_functions and not something with pcov in the name ?

This file is generated ;)
So, a PHP choice, not under control of this extension

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.

None yet

2 participants