Bob Olde Hampsink
Bob Olde Hampsink
I did ^^
HI @benpbolton, here's what I did to make it work: 1. I use Heroku's first-party apt-buildpack: https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/apt.tgz 2. This is my Aptfile (for Heroku 20, change to use with 18...
> P.S. I use PHP 7.3, I couldn't get ext-sqlsrv to work with 7.4. There is a new version coming up (5.9.0) that works with PHP 8 and might work...
@dzuelke now with the PHP bootstrapping version being bumped to 7.4, my app fails to build. I might be wrong but I think the bootstrapping PHP version should ignore the...
@dzuelke what do you need, an app name? or a repo?
@dzuelke what do you mean with repository in this context? By the way, if it helps: if I don't supply a 7.4 version of my ext, the heroku build already...
@dzuelke I do use 7.4.* - here is my packages file: https://raw.githubusercontent.com/robuust/heroku-php/php8-pdo_sqlsrv/packages.json Here's the build log for that: ``` -----> PHP app detected -----> Bootstrapping... -----> Installing platform packages... -...
Thanks checking @dzuelke. I have fixed the issue with the tar. About me using `php` instead of `heroku-sys/php` is because I looked here for an example: https://github.com/heroku/heroku-buildpack-php/blob/master/support/build/README.md#hosting-a-proprietary-extension-using-custom-tooling I also added...
I think this issue makes a great example on "hosting a proprietay extension using custom tooling", and may now be closed?
> > Thanks checking @dzuelke. I have fixed the issue with the tar. About me using `php` instead of `heroku-sys/php` is because I looked here for an example: https://github.com/heroku/heroku-buildpack-php/blob/master/support/build/README.md#hosting-a-proprietary-extension-using-custom-tooling >...