I develop an application and the generation of the PDF on Windows walks (works) very well. Yesterday I wanted to test my application on Linux, I use Lamp who turns on PHP 7. When I launch the generation of the PDF here is the message that I obtain:
**Severity: 8192
Message: Methods with the same name as their class will not be constructors in a future version of PHP; FPDF has a deprecated constructor
Filename: php/fpdf.php
Line Num
ber: 12**
Can someone help me?
Thanks