升级php版本号

This commit is contained in:
iyuu.cn 2020-02-12 14:49:55 +08:00
parent f6870a4e95
commit aa4a8c76fe
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,9 +1,9 @@
/torrent
/config/config.php
/config/sites.json
/php-7.2.12-nts
/*.bat
/*.sh
.idea
.php_cs.cache
vendor
php-7.4.2-nts-Win32-vc15-x86

View File

@ -1,4 +1,4 @@
@echo off
chcp 65001
%cd%\php-7.2.12-nts\php %cd%\iyuu.php
%cd%\php-7.4.2-nts-Win32-vc15-x86\php %cd%\iyuu.php
pause

View File

@ -1,4 +1,4 @@
@echo off
chcp 65001
D:\IYUUAutoReseed\php-7.2.12-nts\php D:\IYUUAutoReseed\iyuu.php
D:\IYUUAutoReseed\php-7.4.2-nts-Win32-vc15-x86\php.exe D:\IYUUAutoReseed\iyuu.php
exit