应网友推更,更新第六版,
因初始化工具源码丢失,暂时没时间重写,存在个别bug,不影响一键初始化,等有时间在重写.
如有问题可联系修复
继上一版更新说明:
注:更新php,Apache,nginx,SQL-Front版本,本包中仅保留了php5.6,php7.2(x64),php7.3(x64), php7.4(x64) 版本,其他版本请自行配置。因8.0刚发布,暂时不集成,可自行添加
www\default 为默认目录访问 127.0.0.1
adminer 127.0.0.2
memcached更新至1.6.8
1.4.4存在安全漏洞,建议升级,已集成1.6.8
工具为易语言开发,报毒正常,承诺无毒
php多版本共存,在配置文件中加入飘红部分就可以了
<VirtualHost *:80>
DocumentRoot "c:\phpStudy\WWW\adminer"
ServerName 127.0.0.2
ServerAlias
FcgidInitialEnv PHPRC "C:/phpStudy/php/php-7.2.21-nts-win32-vc15-x86/"
AddHandler fcgid-script .php
FcgidWrapper "C:/phpStudy/php/php-7.2.21-nts-win32-vc15-x86/php-cgi.exe" .php
<Directory "c:\phpStudy\WWW\adminer">
Options FollowSymLinks ExecCGI
AllowOverride All
Order allow,deny
Allow from all
Require all granted
</Directory>
</VirtualHost>
部分图片复制的老帖
|