Skip to content

Instantly share code, notes, and snippets.

@jonsa
Created April 7, 2016 20:33
Show Gist options
  • Save jonsa/eba95501dc12da45ae71ac90e5d25213 to your computer and use it in GitHub Desktop.
Save jonsa/eba95501dc12da45ae71ac90e5d25213 to your computer and use it in GitHub Desktop.
PHP with custom XDebug ini file
@ECHO OFF
SETLOCAL
IF [%TERMINATE_BATCH_SCRIPT%] == [YES] (
%~dp0php.exe -c %~dp0php.ini-xdebug %*
) ELSE (
SET TERMINATE_BATCH_SCRIPT=YES
CALL %0 %* <NUL
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment