From 4d20608767abba32822b8c0eae77c354105c7ec0 Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Thu, 3 Jan 2019 17:47:16 -0500 Subject: [PATCH] Fix for bug #82 --- conf/php-dev.ini | 3 ++- install.bat | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/php-dev.ini b/conf/php-dev.ini index e70c682..8d1c1ee 100644 --- a/conf/php-dev.ini +++ b/conf/php-dev.ini @@ -2040,7 +2040,8 @@ eaccelerator.shm_prune_period="0" ; Default value is "0" that means - use disk and shared memory for caching. eaccelerator.shm_only="0" -[XDebug]zend_extension = "C:\xampp\php\ext\php_xdebug-2.6.1-7.2-vc15.dll" +[XDebug] +zend_extension = "C:\xampp\php\ext\php_xdebug-2.6.0-7.2-vc15.dll" xdebug.profiler_append = 0 xdebug.profiler_enable = 1 xdebug.profiler_enable_trigger = 0 diff --git a/install.bat b/install.bat index 51114ae..d656fe8 100644 --- a/install.bat +++ b/install.bat @@ -60,7 +60,7 @@ if "%dev%"=="yes" (set result=1) if "%result%"=="1" ( copy c:\xampp\www\conf\php-dev.ini c:\xampp\php\php.ini - copy c:\xampp\www\conf\php_xdebug-2.6.0-7.2-vc15.dll + copy c:\xampp\www\conf\php_xdebug-2.6.0-7.2-vc15.dll c:\xampp\php\ext\php_xdebug-2.6.0-7.2-vc15.dll @echo For a dev installation we also recommend installing QCacheGrindWin at @echo. @echo https://sourceforge.net/projects/qcachegrindwin/