mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 05:41:34 +00:00
Remove compatibility with PHP 7.1 and older (#63)
It means minimal PHP version is 7.2
This commit is contained in:
parent
4b9160b94d
commit
5081dab5fc
9 changed files with 517 additions and 550 deletions
|
|
@ -15,7 +15,7 @@ Of course PHP has to be installed too. The minimal version that is supported is
|
|||
|
||||
#### PECL
|
||||
|
||||
This extension is available on PECL.
|
||||
This extension is available on PECL.
|
||||
|
||||
```
|
||||
$ sudo pecl install gnupg
|
||||
|
|
@ -23,12 +23,11 @@ $ sudo pecl install gnupg
|
|||
|
||||
#### Manual Installation
|
||||
|
||||
It's important to have a git installed as it's necessary for recursive fetch of
|
||||
[phpc](https://github.com/bukka/phpc).
|
||||
It's important to have a git installed
|
||||
|
||||
First clone recursively the repository
|
||||
First clone the repository
|
||||
```
|
||||
git clone --recursive https://github.com/php-gnupg/php-gnupg.git
|
||||
git clone https://github.com/php-gnupg/php-gnupg.git
|
||||
```
|
||||
|
||||
Then go to the created directory and compile the extension. The PHP development package has to be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue