Hello,
I’m new user of localwp.
Overall it works very well.
I’m running a site with php 8.0.2
I have two debug line when running cli command :
Failed loading /Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so: dlopen(/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so, 0x0009): tried: '/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so' (no such file), '/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/xdebug.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
Warning: PHP Startup: Unable to load dynamic library '/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so' (tried: /Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so (dlopen(/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so, 0x0009): tried: '/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so' (no such file), '/Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))), /opt/homebrew/Cellar/php@8.0/8.0.26/lib/php/20200930//Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so.so (dlopen(/opt/homebrew/Cellar/php@8.0/8.0.26/lib/php/20200930//Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so.so, 0x0009): tried: '/opt/homebrew/Cellar/php@8.0/8.0.26/lib/php/20200930//Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/opt/homebrew/Cellar/php@8.0/8.0.26/lib/php/20200930//Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so.so' (no such file), '/opt/homebrew/Cellar/php@8.0/8.0.26/lib/php/20200930//Users/aksld/Library/Application Support/Local/lightning-services/php-8.0.22+6/bin/darwin/lib/php/extensions/no-debug-non-zts-20200930/imagick.so.so' (no such file))) in Unknown on line 0
in php.ini.hbs I disabled the loading of imagick and xdebug and no more warning.
I specify that to enter in shell, i execute the following command in my term :
/Users/aksld/Library/Application\ Support/Local/ssh-entry/FZvZV7QBF.sh;
Thanks for help !