Skip to content

Commit

Permalink
chore: 修改 env 的 PHP 注释
Browse files Browse the repository at this point in the history
  • Loading branch information
11ze committed Dec 29, 2023
1 parent f6d1ea2 commit 8cd9710
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions env.11ze
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,9 @@ PHP_INSTALL_APPS=git,openssh
PHP_SSH_DIR=./data/ssh

# PHP82
PHP82_VERSION=8.2.12
PHP82_PHP_CONF_FILE=./services/php82/php.ini
PHP82_FPM_CONF_FILE=./services/php82/php-fpm.conf
PHP82_LOG_DIR=./logs/php82
#
# Available PHP_EXTENSIONS:
#
# pdo_mysql,zip,pcntl,mysqli,mbstring,exif,bcmath,calendar,
# sockets,gettext,shmop,sysvmsg,sysvsem,sysvshm,pdo_rebird,
# pdo_dblib,pdo_oci,pdo_odbc,pdo_pgsql,pgsql,oci8,odbc,dba,
Expand All @@ -101,6 +100,15 @@ PHP82_LOG_DIR=./logs/php82
# amqp,mongodb,event,rar,ast,yac,yar,yaconf,msgpack,igbinary,
# seaslog,varnish,xhprof,xlswriter,memcache,rdkafka,zookeeper,
# psr,phalcon,sdebug,ssh2,yaml,protobuf,hprose
#
# You can let it empty to avoid installing any extensions,
# or install multi plugins as:
# PHP_EXTENSIONS=pdo_mysql,mysqli,gd,curl,opcache
#
PHP82_VERSION=8.2.12
PHP82_PHP_CONF_FILE=./services/php82/php.ini
PHP82_FPM_CONF_FILE=./services/php82/php-fpm.conf
PHP82_LOG_DIR=./logs/php82
PHP82_EXTENSIONS=pdo_mysql,mysqli,mbstring,gd,curl,opcache,pdo_pgsql,zip,bcmath,mbstring,redis,mcrypt,xdebug
PHP82_CRONTABS=./crontabs/php82

Expand Down Expand Up @@ -143,7 +151,7 @@ PHP80_CRONTABS=./crontabs/php80
# redis,memcached,xdebug,swoole,pdo_sqlsrv,sodium,yaf,mysql,
# amqp,mongodb,event,rar,ast,yac,yar,yaconf,msgpack,igbinary,
# seaslog,varnish,xhprof,xlswriter,memcache,rdkafka,zookeeper,
# psr,phalcon,sdebug,ssh2,yaml,protobuf,hprose
# psr,phalcon,sdebug,ssh2,yaml,protobuf,hprose,opencv
#
# You can let it empty to avoid installing any extensions,
# or install multi plugins as:
Expand All @@ -169,7 +177,7 @@ PHP74_CRONTABS=./crontabs/php74
# redis,memcached,xdebug,swoole,pdo_sqlsrv,sodium,yaf,mysql,
# amqp,mongodb,event,rar,ast,yac,yar,yaconf,msgpack,igbinary,
# seaslog,varnish,xhprof,xlswriter,memcache,rdkafka,zookeeper,
# psr,phalcon,sdebug,ssh2,yaml,protobuf,hprose
# psr,phalcon,sdebug,ssh2,yaml,protobuf,hprose,opencv
#
# You can let it empty to avoid installing any extensions,
# or install multi plugins as:
Expand Down

0 comments on commit 8cd9710

Please sign in to comment.