Good afternoon everyone! I use Ireport to generate reports, in php 5.6 it works fine, and very well by the way, but in php 7.x.x it presents the following error when trying to generate a report:
ErrorException in PHPJasperXML.inc.php line 4:
Methods with the same name as their class will not be constructors in a future version of PHP; PHPJasperXML has a deprecated constructor
Has anyone gone through this or do you know how to solve it?
Thank you!