From ed94779bffb571e917204a834af8e74d925b3196 Mon Sep 17 00:00:00 2001 From: wangruichao Date: Wed, 21 Oct 2020 20:58:19 +0800 Subject: [PATCH] fix: add explanation for php document Add some explanation for phpactor server and its prerequisites. --- modules/lang/php/README.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/lang/php/README.org b/modules/lang/php/README.org index 22f7b8f56..d731be6c3 100644 --- a/modules/lang/php/README.org +++ b/modules/lang/php/README.org @@ -46,7 +46,7 @@ This module has no dedicated maintainers. ** Module Flags + =+hack= Add support for the [[https://hacklang.org/][Hack dialect of PHP]] by Facebook. + =+lsp= Enable LSP support through phpactor. Requires the ~:tools lsp~ module - and the phpactor server to be installed on your system. + and the [[https://phpactor.readthedocs.io/en/develop/usage/standalone.html][phpactor server]] to be installed on your system. ** Plugins + [[https://github.com/tomterl/php-boris][async]] @@ -65,7 +65,9 @@ This module has no dedicated maintainers. * Prerequisites ** PHP -To get started with PHP, you'll need ~php~ (5.3+) and ~composer~: +To get started with PHP, you'll need ~php~ (5.3+) and ~composer~. + +Note: in order to make full use of phpactor server, ~php~ (7.3+) is recommended. *** MacOS PHP 5.5 comes prepackaged with newer versions of MacOS. These instructions are provided for reference: