From 54c775196315e5bd88343021868cf44b79293d4a Mon Sep 17 00:00:00 2001 From: ideal Date: Tue, 2 Feb 2021 19:00:19 +0800 Subject: [PATCH 1/2] Fix php-config cli path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70389482..67d81699 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ So, 总结来说,Phalcon+并不是一个全新的框架,而是对Phalcon框 ➜ git clone https://github.com/bullsoft/phalconplus.git ➜ cd phalconplus/ext/ ➜ /usr/bin/phpize -➜ ./configure --with-php-config=/usr/bin/php-configure +➜ ./configure --with-php-config=/usr/bin/php-confi ➜ make ➜ make install ``` From 812e613e3ada9f2f0253c0d888d38b5779b77014 Mon Sep 17 00:00:00 2001 From: ideal Date: Tue, 2 Feb 2021 19:02:47 +0800 Subject: [PATCH 2/2] Fix php-config cli path --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d81699..23f51f3c 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ So, 总结来说,Phalcon+并不是一个全新的框架,而是对Phalcon框 ➜ git clone https://github.com/bullsoft/phalconplus.git ➜ cd phalconplus/ext/ ➜ /usr/bin/phpize -➜ ./configure --with-php-config=/usr/bin/php-confi +➜ ./configure --with-php-config=/usr/bin/php-config ➜ make ➜ make install ```