Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PEAR OLE

Status
Not open for further replies.

Bersani

Programmer
Nov 10, 2011
48
0
6
US
I downloaded PEAR OLE (OLE-1.0.0.RC2) and am having trouble with the installation. Does anyone have any experience with this and how to install it? I am using Xampp.
 
you don't need to 'install' PEAR classes. just put them in the right place in the PEAR tree.

the easiest way to do this is to use the pear command.
Code:
sudo pear install --alldeps OLE

make sure that you have allowed unstable packages to be installed first
Code:
sudo pear config-set preferred_state beta

there is also a PEAR2 installer but I do not use that. the command would be
Code:
php pyrus.phar install pear/OLE
 
I am using Windows 7. How do I use Pear OLE once it is installed?
 
It is just a php class. You use it like any php script.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top