Use --enable-gd instead of --with-gd for PHP 7.4#1027
Conversation
|
I suggest to keep this PR and #1026 #1025 #1024 open until PHP-7.4 reach its first beta (should be July 25th, see https://wiki.php.net/todo/php74) since these options may change again, e.g. php/php-src@b654a07 |
|
Thanks for the info. Let's wait. |
jhdxr
left a comment
There was a problem hiding this comment.
The original implement has warnings for users when brew is installed but necessary library is not installed. the new implement dropped these warnings. is it intentional?
|
You're right, I unintentionally dropped one of the warnings. We need two of them for Homebrew:
Additionally, I must have introduced a bug: It should display the prefix reported by Homebrew if it's not empty, not just the output. Let me fix it and thanks for the review. |
Additionally, introduced the Include and Brew prefix finders to reduce the amount of boilerplate code.
|
https://news-web.php.net/php.internals/106249 — php7.4beta1 is tagged. |
|
merged. all green. thanks. |
Additionally, introduced the Include and Brew prefix finders to reduce the amount of boilerplate code.
Fixes #1020.