Christian Glingener

Results 3 comments of Christian Glingener

Thanks for all the effort. For anyone who wants to use this with xhprof of ddev v1.17.7. ``` ddev ssh vi /usr/local/bin/xhprof_prepend.php ``` comment out these lines ``` xhprof_enable(); register_shutdown_function('xhprof_completion');...

Thank your @rfay. I've installed v1.18 and it works great. I followed this guide (without the need of adding `webimage_extra_packages: [php7.4-xhprof]` to the .ddev/config.yaml). Than I adjusted the `.ddev/xhprof/xhprof_prepend.php` *...

It's #ddev-generated, but so far I saw no reason not removing that for the `wp-config-ddev.php`. But I like your approach better and moved all the files for xhgui (incl. the...