Skip to content

Conversation

thiemowmde
Copy link
Contributor

No description provided.

@thiemowmde thiemowmde added this to the 1.0.0 milestone Sep 1, 2017
@JeroenDeDauw
Copy link
Member

Not sure if breaking change - does the behavior really change? In PHP you can pass a non-existing parameter. Not sure about all the various strict modes and whatnot.

@thiemowmde
Copy link
Contributor Author

All PHP versions must allow to pass additional parameters to functions because there is no way to know if some later code calls func_get_args. (Not 100% sure about strict mode.) That's why this is indeed not a (technical) breaking change. The $options parameter got ignored before and after the change.

However, I think this should still count as a (semantical) breaking change.

@JeroenDeDauw JeroenDeDauw merged commit 3d831c7 into master Sep 28, 2017
@JeroenDeDauw JeroenDeDauw deleted the stringOptions branch September 28, 2017 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

2 participants