Skip to content

Commit 7e1ae27

Browse files
committed
Specific PHP version to 7.3.11
1 parent 7fcecf4 commit 7e1ae27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmder/config/user-profile.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FOR /F "tokens=*" %%A IN ('type "%WAGON_ROOT%\uwamp\uwamp.ini" ^| tr -d " "') DO
1919
:: Define PHP Composer SQLite variables
2020
set CMDER_START=%WAGON_ROOT%\uwamp\www
2121
set COMPOSER_HOME=%WAGON_ROOT%\composer
22-
set PHP_INSTSLL_ROOT=%WAGON_ROOT%\uwamp\bin\php\%PHP_CURRENT_VERSION%
22+
set PHP_INSTSLL_ROOT=%WAGON_ROOT%\uwamp\bin\php\php-7.3.11
2323
set SQLITE_ROOT=%CMDER_ROOT%\vendor\sqlite
2424

2525
:: Set PHP Composer SQLite PATH

src/uwamp/uwamp.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
MYSQL_CURRENT_VERSION = "mysql-5.7.11"
2-
PHP_CURRENT_VERSION = "php-7.1.10"
2+
PHP_CURRENT_VERSION = "php-7.3.11"
33

0 commit comments

Comments
 (0)