]> granicus.if.org Git - php/commit
Remove ability to declare userland case-insensitive constants
authorNikita Popov <nikita.ppv@gmail.com>
Tue, 29 Jan 2019 12:36:26 +0000 (13:36 +0100)
committerNikita Popov <nikita.ppv@gmail.com>
Wed, 30 Jan 2019 08:19:02 +0000 (09:19 +0100)
commit23a5be3696f4d92e1b18fd59f3ac63c6a15ea12a
tree7679f81b8e0dc3c47f55de1396226608a14c4e62
parent90bb326100e04f56deb27764e5da07074e01888d
Remove ability to declare userland case-insensitive constants

This is part of https://wiki.php.net/rfc/case_insensitive_constant_deprecation.

This commit only removes the ability to declare such constants from
userland. Before the functionality can be removed entirely, it's
necessary to figure out the handling of true/false/null first.
UPGRADING
Zend/tests/bug46304.phpt
Zend/tests/case_insensitive_constant_deprecation.phpt [deleted file]
Zend/zend_builtin_functions.c