Installation de pear sur wamp
kalidou
-
hervé monaco -
hervé monaco -
Bonjour,
je souhaite installer pear sur wamp
dans l'invite j'ai mis
cd c:\wamp\bin\php\php5.3.0
go-pear.bat
j'obtiens ensuite le message suivant à chaque fois
phar "C:\wamp\bin\php\php5.3.0\PEAR\go-pear.phar" does not have a signaturePHP W
arning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar "phar://go-pear.phar/index.php" in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar "phar://go-pear.phar/index.php" in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Appuyez sur une touche pour continuer...
qu'est ce que je dois faire
je souhaite installer pear sur wamp
dans l'invite j'ai mis
cd c:\wamp\bin\php\php5.3.0
go-pear.bat
j'obtiens ensuite le message suivant à chaque fois
phar "C:\wamp\bin\php\php5.3.0\PEAR\go-pear.phar" does not have a signaturePHP W
arning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar "phar://go-pear.phar/index.php" in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Warning: require_once(phar://go-pear.phar/index.php): failed to open stream: pha
r error: invalid url or non-existent phar "phar://go-pear.phar/index.php" in C:\
wamp\bin\php\php5.3.0\PEAR\go-pear.phar on line 1236
Appuyez sur une touche pour continuer...
qu'est ce que je dois faire
A voir également:
- Installation de pear sur wamp
- Papa pear saga - Télécharger - Divers Jeux
- Installation windows 10 sans compte microsoft - Guide
- Installer chromecast sur tv - Guide
- Installation clavier arabe - Télécharger - Divers Web & Internet
- Installation calculatrice - Télécharger - Calcul & Conversion
4 réponses
je ne suis pas sûr que pear soit compatible avec php 5.3.
tu peux tenter l'installation manuelle :
1 : aller à l'adresse https://pear.php.net/go-pear
2 : enregistrer le document sous www/pear/go-pear.php
3 : se rendre à l'adresse 127.0.0.1/pear
4 : faire l'installation
5 : renommer le fichier pear.conf en pear.ini
6 : ajouter l'include_path dans php.ini :
include_path = ".;c:\wamp\www\pear"
je suis sous php 5.2 et ca fonctionne.
tu peux tenter l'installation manuelle :
1 : aller à l'adresse https://pear.php.net/go-pear
2 : enregistrer le document sous www/pear/go-pear.php
3 : se rendre à l'adresse 127.0.0.1/pear
4 : faire l'installation
5 : renommer le fichier pear.conf en pear.ini
6 : ajouter l'include_path dans php.ini :
include_path = ".;c:\wamp\www\pear"
je suis sous php 5.2 et ca fonctionne.