wu-sheng commented on code in PR #25:
URL: https://github.com/apache/skywalking-php/pull/25#discussion_r1001896512


##########
docs/en/setup/service-agent/php-agent/README.md:
##########
@@ -1,24 +1,33 @@
 # Setup PHP Agent
 
-1. Agent is available for PHP 7.0 - 8.x
+1. Agent is available for PHP 7.2 - 8.x
 2. Build from source
 3. Configure php.ini
 
 ## Requirements
 
+- GCC
+- Rustc
+- Cargo
+- Libclang
+- Make
+- Protoc
+
 For Debian-base OS:
 
 ```shell script
 sudo apt install gcc make cargo libclang protobuf-compiler
 ```
 
-## Install from pecl.net
+## Install
+
+### Install from pecl.net
 
 ```shell script
-sudo pecl install skywalking_agent
+pecl install skywalking_agent
 ```
 
-## Build & install from source
+### Or install from source

Review Comment:
   ```suggestion
   ### install from the source codes
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to