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

Tuesday, August 30, 2022

[FIXED] How do we install pear packages at our ISP

 August 30, 2022     pear     No comments   

Issue

here's a total rookie question about pear packages:

We want to install a php application (open source) onto a hosted site. The app relies on pear packages. These can be downloaded from the app's website. Our ISP supports pear.

But how do we install the packages???

We can do PHP but are new to pear. We searched and could not find any appropriate answers. We phoned our ISP and they can't tell us so probably we are asking the wrong questions.

We only have access to the website via ftp (we use Filezilla). There is no command line available to access the remote website.

Any help will be appreciated.


Solution

You can install PEAR packages locally and then upload them through SFTP onto your server. See the "shared host instalattion instructions" on the pear manual: http://pear.php.net/manual/en/installation.shared.php



Answered By - cweiske
Answer Checked By - Terry (PHPFixing Volunteer)
  • 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