We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A spurious ) in package.xml was causing `pear package' to fail for me. Patch:
diff --git a/package.xml b/package.xml index 7429185..51c9660 100644 --- a/package.xml +++ b/package.xml @@ -41,7 +41,7 @@ <tasks:replace from="@package_version@" to="version" type="package-info"/> - </file>) + </file> </dir> <dir name="scripts"> <file name="php-repl" role="script" install-as="php-repl"
The text was updated successfully, but these errors were encountered:
+1. You should apply this patch. ;]
Sorry, something went wrong.
Merge pull request ieure#1 from niclashoyer/ce52384e033af079329098188…
3bf486b
…2dc1cc66f4a150d Add check for PHP_INCLUDE_PATH environment variable
No branches or pull requests
A spurious ) in package.xml was causing `pear package' to fail for me. Patch:
The text was updated successfully, but these errors were encountered: