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

Fix duplicate deprecated message. #131

Merged

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Aug 2, 2016

If an extension was deprecated for a number of version, the message would say for instance "Extension 'mysql' is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 - use mysqli instead."

This PR removes the duplication of the deprecation notice from the message.

If an extension was deprecated for a number of version, the message would say for instance _"Extension 'mysql_' is *deprecated since PHP 5.5 and deprecated since PHP 5.6* and removed since PHP 7.0 - use mysqli instead."_

This PR removes the duplication of the deprecation notice from the message.
@wimg wimg merged commit 6f98458 into PHPCompatibility:master Aug 2, 2016
@wimg
Copy link
Member

wimg commented Aug 2, 2016

Thanks for your contribution(s) !

@jrfnl jrfnl deleted the feature/fix-duplicate-deprecation-message branch August 2, 2016 23:19
@jrfnl jrfnl added this to the 7.0.1 milestone Apr 29, 2017
@jrfnl jrfnl added the bug label Mar 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants