Skip to content

Fix #78666 mysqli_options generates Warning on var_dump() #5121

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

Conversation

kocsismate
Copy link
Member

@kocsismate kocsismate commented Jan 27, 2020

Split off from #5058

If changing the signature of mysqli functions is too late for PHP 7.4, I can switch the base branch to master.

There is one test that fails (bug54221.phpt), but I can't find out exactly why...

@Girgias
Copy link
Member

Girgias commented Jan 27, 2020

Bug fixes should target the lowest supported version, currently 7.3.

@nikic
Copy link
Member

nikic commented Jan 27, 2020

I'd say this is okay for 7.4 (mysqli_property_entry is technically part of an exported header, but the type is not used in exported APIs). For 7.3 this change is too large.

@kocsismate kocsismate force-pushed the mysqli-var-dump branch 4 times, most recently from 26b889c to 1bc86de Compare January 28, 2020 09:35
@kocsismate kocsismate force-pushed the mysqli-var-dump branch 2 times, most recently from 3bb6b03 to 0d250c8 Compare January 28, 2020 14:50
@php-pulls php-pulls closed this in d39edeb Jan 28, 2020
@kocsismate kocsismate deleted the mysqli-var-dump branch January 28, 2020 17:53
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