issues
search
AppStateESS
/
phpwebsite
phpWebSite Content Management System
Other
33
stars
39
forks
source link
Updates for PHP 7.2
#336
Open
jlbooker
opened
1 year ago
jlbooker
commented
1 year ago
Update Dockerfile to use PHP 7.2.
Minor fixes for count()
backwards-incompatible changes
Remove
magic_quotes
checking during setup, as magic quotes
were removed in php 5.4
.
get_magic_quotes_runtime()
is
deprecated
as of 7.4.0.
magic_quotes
checking during setup, as magic quotes were removed in php 5.4.get_magic_quotes_runtime()
is deprecated as of 7.4.0.