Installing a Library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Antitrust
Forum Newbie
Posts: 11
Joined: Tue Jan 28, 2003 10:15 am
Location: Canada
Contact:

Installing a Library

Post by Antitrust »

How exactly can I install a library (ie. the ZIP library) without having root admin access to the server. Is there a way I can upload it to my part of the server?
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

You might be able to use this: http://ca.php.net/manual/en/function.dl.php

However, I have never used it, and have never needed the functionality you describe, so I can't give you much more info than that. Of course, it looks like the above functionality can be disabled.
Antitrust
Forum Newbie
Posts: 11
Joined: Tue Jan 28, 2003 10:15 am
Location: Canada
Contact:

Post by Antitrust »

I am not sure how it would load a library file (an RPM file, if I am not mistaken).
Post Reply