Fix for bug #82

This commit is contained in:
Ryan Prather 2019-01-03 17:47:16 -05:00
parent a32988ed03
commit 4d20608767
No known key found for this signature in database
GPG Key ID: 66FDE2B4E8AB87A7
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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/