File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ install:
7979 - IF %PHP%==1 echo extension=php_pdo_sqlite.dll >> php.ini
8080 - IF %PHP%==1 echo extension=php_mysqli.dll >> php.ini
8181 - IF %PHP%==1 echo extension=php_pdo_mysql.dll >> php.ini
82- - IF %PHP%==1 appveyor-retry appveyor DownloadFile https://xdebug.org/files/php_xdebug-2.6.0 -7.1-vc14-nts-x86_64.dll -FileName c:\tools\php\ext\php_xdebug-2.6.0 -7.1-vc14-nts-x86_64.dll
82+ - IF %PHP%==1 appveyor-retry appveyor DownloadFile https://xdebug.org/files/php_xdebug-2.5.5 -7.1-vc14-nts-x86_64.dll -FileName c:\tools\php\ext\php_xdebug-2.5.5 -7.1-vc14-nts-x86_64.dll
8383 - IF %PHP%==1 echo [xdebug] >> php.ini
84- - IF %PHP%==1 echo zend_extension=php_xdebug-2.6.0 -7.1-vc14-nts-x86_64.dll >> php.ini
84+ - IF %PHP%==1 echo zend_extension=php_xdebug-2.5.5 -7.1-vc14-nts-x86_64.dll >> php.ini
8585 - IF %PHP%==1 echo zend.assertions=1 >> php.ini
8686 - IF %PHP%==1 echo assert.exception=On >> php.ini
8787 - IF %PHP%==1 echo xdebug.remote_enable=1 >> php.ini
You can’t perform that action at this time.
0 commit comments