diff --git a/amp_conf/htdocs/admin/helpers/Email.php b/amp_conf/htdocs/admin/helpers/Email.php index 412a54407c..f0ac6f7d6a 100644 --- a/amp_conf/htdocs/admin/helpers/Email.php +++ b/amp_conf/htdocs/admin/helpers/Email.php @@ -1577,11 +1577,6 @@ private function _send_with_sendmail() $status = pclose($fp); - if (version_compare(PHP_VERSION, '4.2.3') == -1) - { - $status = $status >> 8 & 0xFF; - } - if ($status != 0) { $this->_set_error_message('email_exit_status', $status); diff --git a/amp_conf/htdocs/admin/libraries/Composer/composer.json b/amp_conf/htdocs/admin/libraries/Composer/composer.json index c21847cfb5..a00d5b8316 100644 --- a/amp_conf/htdocs/admin/libraries/Composer/composer.json +++ b/amp_conf/htdocs/admin/libraries/Composer/composer.json @@ -59,7 +59,7 @@ }, "config": { "platform": { - "php": "8.1.0" + "php": "8.2.29" }, "autoloader-suffix": "pbxframework", "optimize-autoloader": true diff --git a/install b/install index 3013dd5443..e8119aa9ac 100755 --- a/install +++ b/install @@ -2,8 +2,8 @@ checkStatus("sysadmin")) {