Closed
Description
When the following database connection code is enable , it will crash the whole octane running franken without any error
$data = DB::table('test')->get();
Command used to run FrankenPHP
php artisan octane:start --caddyfile /var/www/test/Caddyfile --server=frankenphp --log-level=debug
If i run it with ./frankenphp run , it will return the following and crash
Segmentation fault
I've installed
sudo apt-get install php8.3-pgsql
sudo apt-get install php8.3-pdo
Update : I've tested it on ARM initially, now x86, it's the same issue.
Metadata
Metadata
Assignees
Labels
No labels