aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'php/README.md')
-rw-r--r--php/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/php/README.md b/php/README.md
index cebeb3e5..967250a7 100644
--- a/php/README.md
+++ b/php/README.md
@@ -16,7 +16,7 @@ generation functionality.
To use PHP runtime library requires:
-- C extension: PHP 5.5.x or 5.6.x.
+- C extension: PHP 5.5, 5.6, or 7.
- PHP package: PHP 5.5, 5.6 or 7.
## Installation
@@ -36,7 +36,7 @@ To install the c extension, the following tools are needed:
On Ubuntu, you can install them with:
```
-sudo apt-get install php-pear php5-dev autoconf automake libtool make gcc
+sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
```
On other platforms, please use the corresponding package managing tool to
install them before proceeding.