update readme
This commit is contained in:
33
README.md
33
README.md
@@ -13,7 +13,37 @@ apt install pkg-config zlib1g libxml2-16 libbz2-1.0 libjpeg8 libcurl4t64 \
|
||||
liblz4-1 liblzf1 libzip5
|
||||
```
|
||||
|
||||
### Библиотеки
|
||||
### PECL расширения для PHP 5.x
|
||||
|
||||
Расширения устанавливаются через `pecl`. Версии для PHP 5.3–5.6:
|
||||
|
||||
| Расширение | PHP 5.3 | PHP 5.4 | PHP 5.5 | PHP 5.6 |
|
||||
|-------------|---------|---------|---------|---------|
|
||||
| igbinary | 2.0.8 | 2.0.8 | 2.0.8 | 2.0.8 |
|
||||
| amqp | 1.9.3 | 1.9.3 | 1.9.3 | 1.9.3 |
|
||||
| memcache | 3.0.8 | 3.0.8 | 3.0.8 | 3.0.8 |
|
||||
| memcached | 2.2.0 | 2.2.0 | 2.2.0 | 2.2.0 |
|
||||
| redis | 4.3.0 | 4.3.0 | 4.3.0 | 4.3.0 |
|
||||
| zendopcache | ✓ | ✓ | — | — |
|
||||
| timezonedb | 2021.1 | 2021.1 | 2022.2 | 2022.2 |
|
||||
| xdebug | — | — | 2.5.5 | 2.5.5 |
|
||||
|
||||
### PECL расширения для PHP 7.x
|
||||
|
||||
Расширения устанавливаются через `pecl`. Версии для PHP 7.0–7.4:
|
||||
|
||||
| Расширение | PHP 7.0 | PHP 7.1 | PHP 7.2 | PHP 7.3 | PHP 7.4 |
|
||||
|------------|---------|---------|---------|---------|---------|
|
||||
| igbinary | 3.2.16 | 3.2.16 | 3.2.16 | 3.2.16 | 3.2.16 |
|
||||
| amqp | 1.11.0 | 1.11.0 | 1.11.0 | 1.11.0 | 1.11.0 |
|
||||
| memcache | 4.0.5.2 | 4.0.5.2 | 4.0.5.2 | 4.0.5.2 | 4.0.5.2 |
|
||||
| memcached | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 | 3.4.0 |
|
||||
| redis | 5.3.7 | 5.3.7 | 5.3.7 | 5.3.7 | 5.3.7 |
|
||||
| mcrypt | — | — | latest | latest | latest |
|
||||
| timezonedb | latest | latest | latest | latest | latest |
|
||||
| xdebug | 2.9.0 | 2.9.8 | 3.1.6 | 3.1.6 | 3.1.6 |
|
||||
|
||||
### PECL расширения для PHP 8.x
|
||||
|
||||
Расширения собираются через `phpize`. Версии для PHP 8.0–8.5:
|
||||
|
||||
@@ -28,3 +58,4 @@ apt install pkg-config zlib1g libxml2-16 libbz2-1.0 libjpeg8 libcurl4t64 \
|
||||
| timezonedb | 2026.1 | 2026.1 |
|
||||
| yaml | 2.3.0 | 2.3.0 |
|
||||
| xdebug | 3.5.1 | 3.5.1 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user