PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, August 30, 2022

[FIXED] how do you install a PEAR package on WAMP, Windows 7?

 August 30, 2022     pear, php, wamp, windows     No comments   

Issue

I've no idea with command line stuff!

What i've done:

  1. changed my php.ini to phar.require_hash -> off
  2. ran go-pear.bat

so i'm pretty sure i've got PEAR installed,

now I'd like to install this package

I've tried following the instructions but I really don't know how to do things with cmd.exe,

would love some help!


Solution

If you have PEAR installed, you just need to issue the package installation command.

Press Win+R, then type cmd and press Enter. In the CMD window, type pear install Text_Diff and you're done.



Answered By - sepehr
Answer Checked By - Robin (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing