Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

parse_str() without 2nd argument is deprecated #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cmb69
Copy link

@cmb69 cmb69 commented Nov 22, 2019

As of PHP 7.2.0, calling parse_str() with only one parameter is
deprecated, and as of PHP 8.0.0, this even errors. To avoid optimizing
error paths, we add a dummy argument, which otherwise does not affect
the execution.

As of PHP 7.2.0, calling parse_str() with only one parameter is
deprecated, and as of PHP 8.0.0, this even errors.  To avoid optimizing
error paths, we add a dummy argument, which otherwise does not affect
the execution.
cmb69 added a commit to microsoft/php-sdk-binary-tools that referenced this pull request Nov 22, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant