stephenharris / Event-Organiser

WordPress plug-in, Event Organiser, development repository
http://wordpress.org/extend/plugins/event-organiser/
GNU General Public License v3.0
99 stars 76 forks source link

Use case-sensitive constants for PHP 7.3 #454

Closed lukasbesch closed 5 years ago

lukasbesch commented 5 years ago

In this RFC for PHP 7.3 the usage of case-insensitive constants and the third parameter of the define() function was deprecated.

stephenharris commented 5 years ago

Thanks @lukasbesch