Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php7.4有几个问题 #6

Open
yljphp opened this issue Oct 25, 2020 · 1 comment
Open

php7.4有几个问题 #6

yljphp opened this issue Oct 25, 2020 · 1 comment

Comments

@yljphp
Copy link

yljphp commented Oct 25, 2020

docker-php-ext-configure gd  --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ 

这个在7.4不能再使用了修改成了如下

docker-php-ext-configure gd  --with-freetype=/usr/include/ --with-jpeg=/usr/include/ 

另外一个问题,无法安装swoole扩展

@yanlongma
Copy link
Owner

感谢反馈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants