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

Remove final keyword from C extension Reader class #54

Merged
merged 1 commit into from
Sep 26, 2017
Merged

Remove final keyword from C extension Reader class #54

merged 1 commit into from
Sep 26, 2017

Conversation

vntw
Copy link
Contributor

@vntw vntw commented Sep 26, 2017

This PR should ensure that the Reader class from the PHP library and C extension match.

But I'm not sure the current testing setup works as expected (I might be totally wrong about this), but while running Travis in my fork I noticed that the PHPUnit test did not pass (altough the class was not marked final in the lib), probably because before running the PHP library tests, we're installing the C extension which will then be used by PHPUnit. Only after fixing the C extension did the test pass.

Fixes #52

@oschwald
Copy link
Member

Thanks!

@oschwald oschwald merged commit f6f3748 into maxmind:master Sep 26, 2017
@vntw vntw deleted the ensure-final branch September 26, 2017 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Discrepancy in PHP library and C extension: Reader class marked final
2 participants