This repository was archived by the owner on Apr 16, 2020. It is now read-only.
Added a script for compiling PECL extensions#1
Open
trivoallan wants to merge 5 commits intocweiske:masterfrom
ARAMISAUTO:master
Open
Added a script for compiling PECL extensions#1trivoallan wants to merge 5 commits intocweiske:masterfrom ARAMISAUTO:master
trivoallan wants to merge 5 commits intocweiske:masterfrom
ARAMISAUTO:master
Conversation
Owner
|
I'd rather like to see the php-specific pyrus instance to be used to download the pecl extension instead of the "pecl" command. |
Author
|
Hi, Ok, using this command : http://pear.php.net/manual/en/pyrus.commands.build.php ? |
Owner
|
That would actually use pyrus to build + install the pecl extension, which is something that does not always work because of pyrus bugs. It is nevertheless the method that should be tried at first by the user: $ pyrus-5.3.19 install pecl/xdebug This does everything already. Your script should be used when those instructions fail. So internally, use "pyrus-5.3.19 download pecl/xdebug" and then continue with the rest of your script. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's just a port of your documentation at http://cweiske.de/tagebuch/phpfarm-install-extensions.htm, but it makes life much easier when recompiling a lot of extensions.