The pyrus tag has no wiki summary.
9
votes
2answers
654 views
What is the difference between PEAR and PEAR2?
So there is the old pear installer and pyrus which is the new package manager for PEAR ... or was it PEAR2 ... at least it's faster and stuff.
And there is the old package.xml version <2.0 and the ...
8
votes
1answer
968 views
'php pyrus.phar' won't get executed
I use PHP 5.3 on Debian and according to php -m 'Phar' is loaded.
But executing php pyrus.phar or php pyrus.phar config-show leads to no output at all.
What might be the problem?
debian:~# php -v
...
4
votes
1answer
177 views
Including Pear Libraries in PHP Frameworks
How should PEAR libraries be incorporated as packages / libraries within PHP frameworks?
Namely, I'm using a package system within a PHP framework - and need those PEAR libraries to be easily ...
4
votes
1answer
191 views
Installing ezComponents with Pyrus
this is somewhat related to Problems installing PHP EzComponents using pyrus.
I am trying to do a clean installation of pyrus without any package installed the way pear used to do it (meaning no pear ...
2
votes
3answers
249 views
Problems installing PHP EzComponents using pyrus
It seems that the Ez Components repository will not play nice with pyrus. It seems to 302 when pyrus tries to download the package. Has anyone had any luck installing this? It's a requirement for ...
2
votes
2answers
159 views
Install PEAR on project local?
How to install pear on project local?
Only install system global (and copy manually to project local) ?
0
votes
1answer
272 views
PEAR/Pyrus installation
I am installing Pyrus on my CentOS server by using the following command:
$ php pyrus.phar install PEAR2_Pyrus
I am getting an error:
The sqlite3 extension is required.
You must compile PHP with ...
0
votes
1answer
350 views
RPM PHP and PEAR Packages
I'm trying to package a custom build of the latest PHP (5.3.3) with a set of pear packages. Unfortunately, the options given to do this don't seem to work. I'm posting the spec file as I see it ...