Remove compatibility with PHP 7.1 and older (#63)

It means minimal PHP version is 7.2
This commit is contained in:
Jakub Zelenka 2025-12-06 17:34:02 +01:00 committed by GitHub
parent 4b9160b94d
commit 5081dab5fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 517 additions and 550 deletions

View file

@ -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