Skip to content
Snippets Groups Projects
Select Git revision
  • b56581865d576908d6580ab71417f2b0a1f86bbe
  • master default protected
  • handle-cookies
  • add-docker
4 results

extra-php-config.ini

Blame
  • extra-php-config.ini 597 B
    # TARGET: docker/containers/web-server/php/extra-php-config.ini
    ;
    ; {{generator}}
    ;
    [PHP]
    
    error_reporting=E_ALL
    display_errors=1
    
    ; ----------------------------------------------------------------------
    ; XDEBUG STUFF BELOW
    ; ----------------------------------------------------------------------
    ; 
    ; error_reporting=E_ALL
    ; 
    ; [xdebug]
    ; xdebug.mode=develop,debug
    ; ; xdebug.client_host=localhost
    ; xdebug.start_with_request=yes
    ; ; xdebug.start_with_request=trigger
    ; 
    ; xdebug.log=/tmp/xdebug.log
    ; xdebug.discover_client_host = 1
    ; ; xdebug.client_port=9003
    ; xdebug.idekey="netbeans-xdebug"