I have a strange problem. I have a very simple HTML form which calls a PHP script. This works flawlessly on Desktop browsers (as it should), but on Safari on iOS, it regularly crashes if I use “method=post” and the PHP is called through https; with http it works.
PHP is installed with Homebrew, and from what I see, this is where the problem lies. It has something to with Opcache and SSL, but I can’t figure out what’s going wrong.
This is the page with the form:
“”