github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/containers/ddev-webserver/ddev-webserver-base-files/usr/local/bin/disable_xhprof (about) 1 #!/bin/bash 2 export PATH=$PATH:/usr/sbin:/sbin 3 phpdismod xhprof 4 killall -USR2 php-fpm 2>/dev/null || true 5 echo "Disabled xhprof"