|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2021-11-27 07:37 UTC] yyb8 at vip dot qq dot com
Description: ------------ when I use php8.1 and laravel9 &nginx , run ab benchmark,,,, php8.1 crashed . Test script: --------------- laravel9 echo hello world Expected result: ---------------- crash Actual result: -------------- run compplete. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 09:00:01 2025 UTC |
install laravel9: composer create-project laravel/laravel example-app "dev-master" then in the routes/web.php write: Route::get('/', function () { return 'hello world'; });