Hi,
I can confirm Baikal 0.8.0 works with php-8.0.3. Tested on a RPi2 with Apache and php-fpm
.
Netherless, I had issues following official documentation (https://sabre.io/baikal/install/), so I report here my solution in case it could be usefull for someone else. In the VirtualHost configuration:
- Put a slash at the end of the DocumentRoot path; eg
DocumentRoot /var/www/baikal/html/
AllowOverride
directive must be set toAll
(at least,FileInfo
andLimit
are required).- Option
FollowSymlinks
is required.
Pinned Comments
Martchus commented on 2020-01-31 13:47 (UTC) (edited on 2024-02-05 14:39 (UTC) by Martchus)
When updating your PHP, have a look whether Baikal still works and checkout the comments here for possible issues. Any hints/patches from your side are welcome of course, too. PHP is known to break things and it broke Baikal in the past. At the bottom of this comment you also find NGINX configuration snippets to use an older PHP version. Using an older PHP version is likely the best for being on the safe side although support for older PHP versions is also dropped from time to time from Baikal's side.
All my packages are managed at GitHub where you can also contribute directly: https://github.com/Martchus/PKGBUILDs
There's also a binary repository
, also including older PHP versions: https://wiki.archlinux.org/index.php/Unofficial_user_repositories#ownstuff(
XX
is of course supposed to be replaced by the actual PHP version.)