PHP 7.3 and Editor

PHP 7.3 and Editor

stolstol Posts: 16Questions: 2Answers: 1

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.

Replies

This discussion has been closed.