Hello,
If a class has a method named "define" taking 3 arguments, it shows this warning, even if it's not related to the PHP define() built in function :
Defining 'case-insensitive constants' is deprecated since PHP 7.3

The extension should not show a warning in this situation.
Hello,
If a class has a method named "define" taking 3 arguments, it shows this warning, even if it's not related to the PHP define() built in function :
Defining 'case-insensitive constants' is deprecated since PHP 7.3The extension should not show a warning in this situation.