lsphp8.1 support

#6
running vps with 20.04 ubuntu litespeed sir...

apt-get install lsphp81 lsphp81-common lsphp81-mysql lsphp81-memcached lsphp81-redis lsphp81-opcache lsphp81-curl lsphp81-imagick -y

will get fail notice

E: Unable to locate package lsphp81-memcached

E: Unable to locate package lsphp81-redis

E: Unable to locate package lsphp81-imagick


sorry i am still noob for this :D
 

K44

New Member
#9
Is there any news when to expect packages like lsphp81-imagick or lsphp81-redis? It still does not find anything unfortunately.
 
#15
does anyone know how to fix this php error after using php 8.1 ...

Deprecation Notice in ./libraries/classes/Util.php#1920
Function strftime() is deprecated

Deprecation Notice in ./vendor/twig/twig/src/Markup.php#35
Return type of Twig\Markup::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Deprecation Notice in ./vendor/twig/twig/src/Markup.php#40
Return type of Twig\Markup::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice

Deprecation Notice in ./vendor/twig/twig/src/Loader/FilesystemLoader.php#40
realpath(): Passing null to parameter #1 ($path) of type string is deprecated
 
Top