Code Monkey home page Code Monkey logo

Comments (5)

sstalle avatar sstalle commented on July 16, 2024

I'm not familiar with the Debian packaging process. Why does it require building the Pimple C extension from source? Why isn't the pure PHP implementation sufficient?

from php7cc.

onlyjob avatar onlyjob commented on July 16, 2024

Everything is built from source in Debian. Please forgive my PHP illiteracy but I don't know whether pure PHP implementation is sufficient. I suppose that would be question to maintainer or to Pimple developer(s)...

from php7cc.

sstalle avatar sstalle commented on July 16, 2024

Pimple has 2 independent interchangeable implementations: the pure PHP one and the C extension. The latter, which is incompatible with PHP 7, can be used in environments having high performance requirements, but it is completely optional. The former, on the other hand, seems to be compatible with PHP 7. Its tests pass on PHP 7.0.6-dev. And php7cc only depends on the pure PHP implementation. In fact, it was never even tested against the C extension. So I don't see why a dependency on Pimple is an issue.

from php7cc.

onlyjob avatar onlyjob commented on July 16, 2024

Thank you for explanation. Pimple is currently an issue because it FTBFS (at least its C extension part). I'll see if I can address that...

from php7cc.

onlyjob avatar onlyjob commented on July 16, 2024

Thanks again for helpful hints. For now we won't build Pimple C extension due to incompatibilities with PHP-7. Pimple class seems OK and that should do as php7cc dependency. :)

from php7cc.

Related Issues (20)

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.