We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fcecf4 commit 7e1ae27Copy full SHA for 7e1ae27
src/cmder/config/user-profile.cmd
@@ -19,7 +19,7 @@ FOR /F "tokens=*" %%A IN ('type "%WAGON_ROOT%\uwamp\uwamp.ini" ^| tr -d " "') DO
19
:: Define PHP Composer SQLite variables
20
set CMDER_START=%WAGON_ROOT%\uwamp\www
21
set COMPOSER_HOME=%WAGON_ROOT%\composer
22
-set PHP_INSTSLL_ROOT=%WAGON_ROOT%\uwamp\bin\php\%PHP_CURRENT_VERSION%
+set PHP_INSTSLL_ROOT=%WAGON_ROOT%\uwamp\bin\php\php-7.3.11
23
set SQLITE_ROOT=%CMDER_ROOT%\vendor\sqlite
24
25
:: Set PHP Composer SQLite PATH
src/uwamp/uwamp.ini
@@ -1,3 +1,3 @@
1
MYSQL_CURRENT_VERSION = "mysql-5.7.11"
2
-PHP_CURRENT_VERSION = "php-7.1.10"
+PHP_CURRENT_VERSION = "php-7.3.11"
3
0 commit comments