after fresh server installation Ive got from install.php th error
Deprecated: Return type of moodle_recordset::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/moodle/lib/dml/moodle_recordset.php on line 61
Fatal error: Type of xml_format_exception::$line must be int (as in class Exception) in /var/www/html/moodle/lib/xmlize.php on line 0
Ubuntu 22.04.3 LTS
installed via Ansible - Nginx, PHP8.1-fpm, Postresql 14
name: install php8.1-fpm
extensions: php8.1-fpm,php8.1-ctype,php8.1-curl,php8.1-dom, php8.1-gd, php8.1-intl, php8.1-mbstring, php-xml, php8.1-zip
Moodle installed : git clone -b MOODLE_400_STABLE git://git.moodle.org/moodle.git moodle
Would you give me any recomendation ?? No idea of moodle version in this case
(I gues is it right extension php-xml ??)
Thank you very much
Bronislav Robenek