MaJ du 04-02-2021
This commit is contained in:
@@ -113,6 +113,9 @@ Chaque version de PHP a son propre répertoire d'extensions:
|
||||
/usr/local/lib/php/pecl/20170718 ← 7.2
|
||||
/usr/local/lib/php/pecl/20180731 ← 7.3
|
||||
/usr/local/lib/php/pecl/20190902 ← 7.4
|
||||
/usr/local/lib/php/pecl/20200930 ← 8.0
|
||||
|
||||
/usr/local/Cellar/php@7.4/7.4.14_1/pecl/20190902/
|
||||
```
|
||||
|
||||
|
||||
@@ -140,7 +143,7 @@ extension="ssh2.so"
|
||||
```
|
||||
|
||||
```bash
|
||||
# Installation de xdebug:
|
||||
# Installation de Xdebug:
|
||||
|
||||
$ wget http://xdebug.org/files/xdebug-x.x.x.tgz
|
||||
$ tar -xzvf xdebug-x.x.x.tgz
|
||||
@@ -151,6 +154,37 @@ $ make
|
||||
$ make install
|
||||
```
|
||||
|
||||
```bash
|
||||
# Installation de imagick:
|
||||
|
||||
git clone https://github.com/Imagick/imagick
|
||||
cd imagick
|
||||
phpize && ./configure
|
||||
make
|
||||
make install
|
||||
```
|
||||
|
||||
[Activer / désactiver](https://gist.githubusercontent.com/rhukster/073a2c1270ccb2c6868e7aced92001cf/raw/c1629293bcf628cd6ded20c201c4ef0a2fa79144/xdebug) Xdebug:
|
||||
|
||||
```bash
|
||||
❯ curl -L https://gist.githubusercontent.com/rhukster/073a2c1270ccb2c6868e7aced92001cf/raw/c1629293bcf628cd6ded20c201c4ef0a2fa79144/xdebug > /usr/local/bin/xdebug
|
||||
|
||||
❯ chmod +x /usr/local/bin/xdebug
|
||||
|
||||
# Utilisation:
|
||||
|
||||
❯ xdebug on
|
||||
❯ xdebug off
|
||||
```
|
||||
|
||||
|
||||
|
||||
```bash
|
||||
https://pecl.php.net
|
||||
https://github.com/Imagick/imagick.git
|
||||
https://github.com/php/pecl-file_formats-yaml.git
|
||||
```
|
||||
|
||||
|
||||
|
||||
### Erreurs:
|
||||
|
||||
Reference in New Issue
Block a user