php.ini 286 B

123456789101112
  1. memory_limit = 2G
  2. max_execution_time = 1800
  3. zlib.output_compression = On
  4. cgi.fix_pathinfo = 0
  5. date.timezone = UTC
  6. xdebug.idekey = PHPSTORM
  7. xdebug.remote_autostart = 1
  8. xdebug.remote_connect_back = 0
  9. xdebug.remote_enable = 1
  10. xdebug.remote_host = 10.254.254.254
  11. xdebug.remote_port = 9001