Fix for bug #82
This commit is contained in:
parent
a32988ed03
commit
4d20608767
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user