How can I install a pecl extension like mcrypt in DDEV-Local's web container?
问题 In PHP 7.2 and higher the mcrypt extension is no longer available, but my project depends on it. I know that the project shouldn't be using something as ancient as mcrypt, but I don't have any say in this. I know that mcrypt was removed from PHP7.2+ but is still in pecl. What can I do for this project to support php-mcrypt in 7.2 and higher? 回答1: DDEV-Local supports custom Dockerfiles, so you can add almost anything you want to the web container. This .ddev/web-build/Dockerfile will install