Skip to content

Refactor user streams #5876

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

Closed
wants to merge 2 commits into from
Closed

Refactor user streams #5876

wants to merge 2 commits into from

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Jul 20, 2020

Use a proper class name ZPP check and drop now useless classname element from the struct.

@Girgias
Copy link
Member Author

Girgias commented Jul 27, 2020

If there are no objections I'll merge this at the end of the week.

zend_string *protocol, *classname;
struct php_user_stream_wrapper * uwrap;
zend_string *protocol;
struct php_user_stream_wrapper *uwrap = (struct php_user_stream_wrapper *)ecalloc(1, sizeof(*uwrap));;
Copy link
Member

Choose a reason for hiding this comment

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

Please keep this after the zpp call and use a variable for the ce argument.

@Girgias Girgias force-pushed the zpp-ce-stream-func branch from 0dee55c to b911351 Compare July 28, 2020 15:46
@php-pulls php-pulls closed this in 73e070a Jul 28, 2020
@Girgias Girgias deleted the zpp-ce-stream-func branch July 28, 2020 16:14
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