PHP 7.3 and Editor
PHP 7.3 and Editor
I installed Editor with Composer using PHP 7.3. I got a warning
PHP Deprecated: define(): Declaration of case-insensitive constants is deprecated in C:\inetpub\wwwroot\mysite\vendor\datatables.net\editor-php\composer.php on line 12
I change composer.php to define("DATATABLES", true, false);
and now everything is fine.
This discussion has been closed.
Replies
Thanks! Fix committed in here and will be part of the next release.
Regards,
Allan