mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-10 11:01:14 +00:00
Add xhprof
This commit is contained in:
@@ -541,6 +541,9 @@ RUN set -eux \
|
||||
fi \
|
||||
&& if find /usr/local/lib/php/extensions/ -name psr.so | grep psr; then \
|
||||
echo "extension=psr.so" > /usr/local/etc/php/conf.d/docker-php-ext-psr.ini; \
|
||||
fi \
|
||||
&& if find /usr/local/lib/php/extensions/ -name xhprof.so | grep xhprof; then \
|
||||
echo "extension=xhprof.so" > /usr/local/etc/php/conf.d/docker-php-ext-xhprof.ini; \
|
||||
fi
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user