Skip to content
New issue

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

Ability to support external php libs #89

Open
azr opened this issue Feb 13, 2014 · 1 comment
Open

Ability to support external php libs #89

azr opened this issue Feb 13, 2014 · 1 comment

Comments

@azr
Copy link
Contributor

azr commented Feb 13, 2014

Hi there,

I like this buildpack, but I also'd like to use libpuzzle or phash (and its php binding) and I'm pretty sure that everyone who's using this buidlpack doesn't need those.
And I don't want to fork this buildpack too.

Would it be complicated to fetch libraries from third party s3 buckets or whatever else url ?
Would I need to recompile php ?
Is it even possible ?

@CHH
Copy link
Owner

CHH commented Feb 18, 2014

Hi @Azer-!

It wouldn't be really complicated to use libs from other S3 buckets. The extension binary has to match the PHP series though, so you need a build for each series like 5.3, 5.4, 5.5 (and 5.6). Technically speaking: you need a binary for each version of PHP's extension API. But it doesn't matter if the extension is compiled with 5.3.21 and you use it with 5.3.23 or 5.3.0.

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

No branches or pull requests

2 participants