Skip to content

Don't use is_resource() for xml_parser resources #5

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

Merged
merged 1 commit into from
Apr 10, 2019

Conversation

nikic
Copy link
Contributor

@nikic nikic commented Mar 21, 2019

xml_parser will be switching from resources to objects (ref php/php-src#3526). This updates pear/XML_Parser to not use is_resource($this->parser) checks. I've also replaced replaced a use of property unsetting with simple nulling.

@ashnazg ashnazg self-assigned this Apr 10, 2019
@ashnazg ashnazg merged commit f855002 into pear:master Apr 10, 2019
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