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

Issue #86 fixed - PEAR_exception Dependancy #101

Merged
merged 1 commit into from
Nov 11, 2013
Merged

Issue #86 fixed - PEAR_exception Dependancy #101

merged 1 commit into from
Nov 11, 2013

Conversation

haruair
Copy link
Contributor

@haruair haruair commented Nov 1, 2013

When I install phrozn first time, I got a error with PEAR_exception not exists message even if they installed.

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

Fatal error: require_once(): Failed opening required 'PEAR/Exception.php' (include_path='/Users/haruair/Repositories/phrozn/vendor/pear/console_commandline:/Users/haruair/Repositories/phrozn/Phrozn/:/Users/haruair/Repositories/phrozn:/Users/haruair/Repositories/phrozn/bin/../:.:') in /Users/haruair/Repositories/phrozn/vendor/pear/console_commandline/Console/CommandLine/Exception.php on line 28

I don't have PEAR in global environment so I added copy method in composer post-install-cmd. This patch can be solved the Issue #86. I think it is not good approach but it works for me. Please check this for non-PEAR-global-environment.

@Pawka
Copy link
Owner

Pawka commented Nov 11, 2013

Thanks. This will work as temporary solution. In time we need remove PEAR libs completely.

Pawka added a commit that referenced this pull request Nov 11, 2013
Issue #86 fixed - PEAR_exception Dependancy
@Pawka Pawka merged commit 267e891 into Pawka:master Nov 11, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants