Marcel Pociot

Results 187 comments of Marcel Pociot

Did you try the variable order in the php.ini as well? Also: why are you using php artisan serve instead of nginx?

Right - that's a bug in Herd in this case. With Herd Pro we automatically switch to the debug FPM process based on the triggers. But as you're not using...

@laserhybiz which binary exactly are you trying to execute? I just re-installed Laravel Valet (which uses PHP from brew) and I am unable to run a binary that is inside...

I'm closing this, as I don't think this is an issue in Herd itself as `valet` behaves in the same way. If you want to use binaries without specifying the...

You might need to add these aliases to your .bash_profile file See https://herd.laravel.com/docs/windows/1/advanced-usage/command-line#git-bash

Do you see the correct max_execution_time when you run `phpinfo();` in a route?

This is really odd. Can you simply reproduce this by adding a sleep(15) to your code?

Can someone provide a piece of code where I can successfully reproduce this? I'm unable to force this error with sleep I'm afraid