Giter VIP home page Giter VIP logo

Comments (8)

sabberworm avatar sabberworm commented on May 2, 2024

The code in question is taking advantage of the fact that implode will call __toString() on any object it encounters (which is needed for all CSSValues, not just CSSSize). Unfortunately, older versions of PHP (pre-5.2) do not support this. I’m not sure whether to work around this or to mark it wontfix and set PHP 5.2 as the minimum requirement for this library.

from php-css-parser.

lieutdan13 avatar lieutdan13 commented on May 2, 2024

I have fixed the issue by looping through the array and calling __toString if the element is an object, using the string if it is not, and adding commas accordingly. I can send you a diff if you would like.
I also added a few methods of my own to CSSDocument that returns a style as a string instead of the entire rule.

from php-css-parser.

sabberworm avatar sabberworm commented on May 2, 2024

I would be very interested in those changes you made to the CSSDocument. Just fork my repository and push your changes.

from php-css-parser.

lieutdan13 avatar lieutdan13 commented on May 2, 2024

I think I have committed my changes. I am a noob @ both git and github, so please let me know either way if you can or cannot see my changes or if I did it incorrectly.

from php-css-parser.

sabberworm avatar sabberworm commented on May 2, 2024

You need to use the “git push” command to push changes that you’ve checked in to the github repository.

from php-css-parser.

lieutdan13 avatar lieutdan13 commented on May 2, 2024

Ok. Done.

from php-css-parser.

sabberworm avatar sabberworm commented on May 2, 2024

I’ve commented on your commits. Please send a pull request after having worked through them so I can merge your changes.

from php-css-parser.

sabberworm avatar sabberworm commented on May 2, 2024

I think we’re dropping PHP pre-5.2 so I’ll close this.

from php-css-parser.

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.