Installation de pear sur wamp

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

4 réponses

  1. 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.
    3
    1. pear est une extensions des serveurs web tels que wamp qui ajoute certaines fonctionnalités
      1
      1. je vais l'essayer et te faire signe
        1
        1. merci infiniment
          0
      2. Bonsoir,
        Je ne connais pas " PEAR ", mais d'après l'erreur, on peux savoir que c'est une erreur d'indication d'URL.

        Amicalement Antoine
        0