PHP 8.1.1, 8.0.14, 7.4.27 - Composer 2.1.14

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
956
Location
🇳🇱
The PHP development team announces the immediate availability of PHP 8.1.1. This is a bug fix release.

All PHP 8.1 users are encouraged to upgrade to this version.

For source downloads of PHP 8.1.1 please visit our downloads page, Windows source and binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.
 
I upgraded from php7.4.27 to php8.1.1 and got this error at the end of compilation (Debian 11):

2021/12/18 15:31:53 info starting queues
dataskq: command: action=rewrite&value=httpd
setOwner:/etc/virtual/snidomains:to uid=8 gid=8: lstat error: No such file or directory
PHP 8.1.1 Installed.

Is this an issue of DirectAdmin/Custombuild?
 
@smtalk Composer 2.2.0 with a lot of nice improvements has just been released:

 
@smtalk There is already a hot fix (2.2.1) available. Does CustomBuild something special, as in permissions, with the installation to make it global on the system? Or can I just (as root, only using root for self-update) run composer self-update and use custom_versions.txt to easily and quickly update Composer?

I like to use the exact same version on local and production.
 
composer is global, but should do like this

php -n /usr/local/bin/composer install
 
Back
Top