coral-erm / coral

CORAL ERM main repository
http://coral-erm.org/
Other
52 stars 64 forks source link

Compatibility with PHP 8.x #688

Open ajones3066 opened 3 years ago

ajones3066 commented 3 years ago

The requirements for PHP 7.x will be reaching end of life soon. Is there any plan to upgrade the code to PHP 8.x and MySQL 10?

Thanks

andyp-uk commented 2 years ago

Yes, the work to support PHP v8.1.1 has been done to https://github.com/sirsidynix/coral and will be merged into coral-erm/coral later this year. Changes were made under https://github.com/Sirsidynix/coral/pull/30.

ajones3066 commented 2 years ago

@andyp-uk - which rdbms should we use mysql8? mariadb? thanks.

Allen

andyp-uk commented 2 years ago

We are using MariaDB 5.5.68 for the time being.