From ad81760db2b1d6bcafc4cfaba31c608f9e363339 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Tue, 8 Nov 2022 09:16:57 +0800 Subject: [PATCH] fix --- blog/php-basic/install-php.md | 0 doc/php.md | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 blog/php-basic/install-php.md diff --git a/blog/php-basic/install-php.md b/blog/php-basic/install-php.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/php.md b/doc/php.md index ce3a79a..89592f3 100644 --- a/doc/php.md +++ b/doc/php.md @@ -5,6 +5,7 @@ [Laravel](https://laravel.com/) The PHP Framework for Web Artisans +[CentOS Linux环境下源码安装PHP](/blog/php-basic/install-php.md) php-awesome @@ -83,3 +84,5 @@ Composer: A Dependency Manager for PHP ## 开源库 screw-plus [github](https://github.com/del-xiong/screw-plus) 开源php加密运行扩展,基于screw二次开发,暂时只能在linux下运行 + +phpdotenv [github](https://github.com/vlucas/phpdotenv) Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically. \ No newline at end of file -- GitLab