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

Fixed bug #62202 (ReflectionParameter::getDefaultValue() leaks with constand #97

Closed
wants to merge 1 commit into from

Conversation

reeze
Copy link
Contributor

@reeze reeze commented Jun 1, 2012

Hi,
I found this leaks when testing reflection related functions.

This happend because when compiling constant zval.type will add IS_CONSTANT_UNQUALIFIED.

Thank:)

@laruence
Copy link
Member

laruence commented Jun 1, 2012

why my comment disappeared? what did you do?

@reeze
Copy link
Contributor Author

reeze commented Jun 1, 2012

it lost when I force-updated the PR,
because I want to update the zval_type to type to make it short and clean.
It's still in here reeze@34407d9#commitcomment-1402443
but this commit is not connected with this PR anymore so It dispeared in this conversation :(

@laruence
Copy link
Member

laruence commented Jun 1, 2012

thanks for spotting this issue, however I got another fix, committed here: 1f5327a

thanks

@php-pulls
Copy link

Comment on behalf of laruence at php.net:

another fix has beend committed, 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

Successfully merging this pull request may close these issues.

3 participants