Closed demaniak closed 5 years ago
PHP Version 7.2.7
Running in container from this image.
Any call produces this error:
Parse error: Invalid numeric literal in /var/www/html/holiday_library/utils/EquinoxUtils.php on line 10
I have commited the fix. PHP 7 treats integers starting with 0 as octals. It should work now. If not, let me know.
PHP Version 7.2.7
Running in container from this image.
Any call produces this error: