Home > Article > Backend Development > mac php -v is extremely slow
/usr/local/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9001 -dxdebug.remote_host=127.0.0.1 /Users/xiaoming/PhpstormProjects/phptest/test.php
After opening xdebug, detecting the PHP version is extremely slow. The system comes with 5.5.3, no problem.
/usr/local/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9001 -dxdebug.remote_host=127.0.0.1 /Users/xiaoming/PhpstormProjects/phptest/test.php
After opening xdebug, detecting the PHP version is extremely slow. The system comes with 5.5.3, no problem.