PHP 7.4.12, curl-openssl 7.73 and Apache #123
-
Hi ! I've been using Homebrew's PHP with Apache (macOS version) for years. But with PHP 7.4.12 and curl-openssl 7.73, Apache doesn't want to start anymore. I tried reverting to macOS-bundled PHP in httpd.conf and it worked. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
built-in Apache isn't supported with the Homebrew PHP. As you noticed it breaks very easily and Homebrew can't really test the compatibility. The best solution would be to switch to the httpd version that Homebrew ships. The second best solution would be to report a solid testcase to Apple or PHP so they can debug this. |
Beta Was this translation helpful? Give feedback.
built-in Apache isn't supported with the Homebrew PHP. As you noticed it breaks very easily and Homebrew can't really test the compatibility. The best solution would be to switch to the httpd version that Homebrew ships. The second best solution would be to report a solid testcase to Apple or PHP so they can debug this.