Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Is PEAR supposed to be required? #78

Closed
mikehaas763 opened this issue Feb 23, 2013 · 5 comments
Closed

Is PEAR supposed to be required? #78

mikehaas763 opened this issue Feb 23, 2013 · 5 comments

Comments

@mikehaas763
Copy link
Contributor

Following the websites "Installation" page, I was getting an exception when trying to run phr relating to a file not being found. I figured out that when I installed PEAR (sudo apt-get install php-pear) it would then work. Aren't the PEAR dependencies supposed to be included in the phrozn package? If PEAR is a dependency, it should be included on the installation page.

@farazdagi
Copy link
Collaborator

This should not be an issue once #74 hits the master branch (should be next week when I plan to go through some due pull requests and issues).

@kenjis
Copy link

kenjis commented Sep 5, 2013

0.5.4 still requires PEAR.

PHP Warning: require_once(PEAR/Exception.php): failed to open stream: No such file or directory in .../phrozn/vendor/pear/console_commandline/Console/CommandLine/Exception.php on line 28

@haruair
Copy link
Contributor

haruair commented Nov 1, 2013

Is it fixed? I got a same warning in 0.5.4.

Warning: require_once(PEAR/Exception.php): failed to open stream: No such file or directory in /Users/dev/phrozn/vendor/pear/console_commandline/Console/CommandLine/Exception.php on line 28

@mikehaas763
Copy link
Contributor Author

Not that I'm saying console_commandline is inferior but I think it would be pretty neat to see a PR come in replacing it with Symfony/Console. Even though I haven't created a static site since about oh 8 months ago.

@Pawka
Copy link
Owner

Pawka commented Nov 11, 2013

It was temporary fixed on #101. If anybody wants get rid all PEAR stuff, you are welcome :-)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants