php.ini 226 B

123456789
  1. max_execution_time = 1000
  2. max_input_time = 1000
  3. memory_limit = 4G
  4. xdebug.remote_enable=on
  5. xdebug.remote_host=192.168.220.1
  6. #xdebug.remote_connect_back=off
  7. xdebug.idekey=PHPSTORM
  8. xdebug.remote_port=9020
  9. xdebug.client_port=9020