On Wed, Jun 27, 2018 at 11:07 PM, Stanislav Malyshev <smalys...@gmail.com> wrote:
> Hi! > > > In the proposal, the code is valid in all versions of PHP up to and > > including 7.3, *and represents the same algorithm in all versions*. The > > only difference would be the side-effect of issuing an additional > > deprecation notice; that's not "a different meaning". In PHP 8, under > > Nikita's proposal, the code would not be valid at all. > > I agree with PHP 7 part but not with PHP 8 part. I think we should just > leave the warning there. > I don't care particularly strongly about the actual removal, just having a warning would serve the purpose just as well for me. Should I just go ahead and implement the warning (with no intent of future removal), or do we want to still go through the RFC here? Nikita