yodarunamok / fxphp

FX.php -- The best way from FileMaker to the Web
http://fx.iviking.org/
44 stars 29 forks source link

Suppress warnings ("A non-numeric value encountered") with PHP 7.1 #37

Closed matsuo closed 3 years ago

matsuo commented 7 years ago

Modified FX.php to suppress warnings ("A non-numeric value encountered") with PHP 7.1.

Related page: https://secure.php.net/manual/en/migration71.other-changes.php (Notices and warnings on arithmetic with invalid strings)