GithubHelp home page GithubHelp logo

Comments (3)

dmikusa avatar dmikusa commented on June 28, 2024

This appears to be an oversight on my part. It should have zlib support (--with-zlib). I've adjusted the build scripts so that future releases have it as a shared library. It should be available with PHP 5.5.7, since I've just added that release today. If you're using PHP 5.5, just update the version in your options.json file. As far as PHP 5.4.23, I've rebuilt that to include zlib support and if you're using PHP 5.4 just push your app again it should pick up that change. If you're using PHP 5.3, just updated the version in your options.json file to use version 5.3.28. That should also include zlib support.

One note on zlib support, I've compiled it as a shared library so you'll need to modify your php.ini file to enable that extension. Just add the following line in your extensions section.

extension=zlib.so

That should be it.

from cf-php-apache-buildpack.

dmikusa avatar dmikusa commented on June 28, 2024

Oh, and thanks for the report!

from cf-php-apache-buildpack.

soudmaijer avatar soudmaijer commented on June 28, 2024

Awesome, thanks for the ultra fast fix. Confirmed working after pushing my app again with php 5.4.

Thanks!

from cf-php-apache-buildpack.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.