Marcel Pociot

Results 187 comments of Marcel Pociot

What do you get when you run "herd parked"?

@podcasthosting Could you share the output of the `herd paths` command? If you go into the terminal for one of the sites that does not work and run `herd which`,...

What kind of projects are you running? Are those Laravel apps?

Do you have any parked sites configured? ![CleanShot 2024-10-01 at 13 51 13@2x](https://github.com/user-attachments/assets/45760b5d-9a4d-4142-9689-60d214576d64)

I was just able to reproduce this on macOS 14.0 as well. The issue does not occur on macOS 14.5+ (I haven't checked every version in-between) What's interesting is that...

Did you restart PHP after modifying your php.ini files? This is my output: ``` some datasome closing content ``` And this is my php.ini file: ``` herd_auto_prepend_file=/Users/marcelpociot/Code/sample-project/wrapper-open.php auto_append_file=/Users/marcelpociot/Code/sample-project/wrapper-close.php ```

Sorry for the late reply. I'm unable to reproduce this issue I'm afraid, maybe this is somehow PHP version related? At least Herd is not making any modifications to those...

This is a regression issue coming from the sqlsrv extension - the same error happens when installing PHP via Homebrew. As soon as sqlsrv is enabled, this error seems to...