Install PEAR with wamp server on windows 7 or windows 8


Install PEAR with WAMP server on windows 7 or windows 8 seems easy. First we have to install WAMP server. Make sure wamp is running fine.

  1. Download go-pear.phar file and place

  2. You should download go-pear.phar file from Official site. You can place this file in the following directory,
    C:\wamp\bin\php\php5.4.3

    (This above directory may be different, depend upon your version of PHP)

  3. change path in Command Prompt

  4. Open command prompt(CMD). How? just, rise up Window’s start menu, type CMD in search bar and then press Enter.
    Now we need to give go-pear.phar file path. For my path,
    cd C:\wamp\bin\php\php5.4.3
    Give your path and press enter. You can look like following screen.
    Change path in Command Prompt - steptoinstall

  5. Run go-pear.phar
  6. Now, You can run go-pear.phar file using following code.
    php go-pear.phar


  7. Next, that will ask you “Are you installing a system-wide PEAR or a local copy?”.
    Give your answer like “local” and press Enter.
    It’ll ask confirmation. Just give “yes” and press Enter.
    Install PEAR with wamp server on windows 7 or windows 8 - steptoinstall

  8. Set location
  9. You can see 12 files with default location and it’ll ask location change?
    If you wanna change, just give “all” and change that. Better, Set default one. For default location, press Enter.
    Install PEAR with wamp server on windows 7 or 8 - steptoinstall

  10. Alter php.ini
  11. Then you may get one WARNING. You have include the path of PEAR into php.ini . So, It’ll ask
    “Would you like to alter php.ini ? [Y/n] :”. Give “Y” and press Enter.
    Install PEAR with wamp server on windows 7 or windows 8 - Alter php.ini - steptoinstall

  12. Add Path Variable into your System.
  13. Goto Control Panel -> System and Security -> System -> Advanced system settings
    You’ll get System Properties window. There, select Advanced Tab and click Environment Variables…
    Here, you’ll get Environment Variables Window. Here, select PATH into ‘System Variables’ and click edit.
    Now you’ll get Edit system Variable Window. Here, Add you PEAR folder path with Semicolon. Don’t for forget, only add the path, not replace.
    For my path,
    C:\wamp\bin\php\php5.4.3;
    click ‘OK’ and Save it.
    Install PEAR with wamp server on windows 7 or windows 8 - Add Path Variable into your System - steptoinstall

  14. Install PEAR with wamp server on windows 7

  15. Install PEAR with wamp server on windows 7 or windows 8 - installed - steptoinstall

    Close opened command prompt and open New CMD. Give “pear” command and press Enter. If PEAR running successfully, You’ll get PEAR’s list of commands. So you Installed PEAR.
    Install PEAR with wamp server on windows 7 or windows 8 - finished - steptoinstall
    Enjoy!!!

0 comments: