richthegeek / phpsass

A compiler for SASS/SCSS written in PHP, brought up to date (approx 3.2) from a fork of PHamlP: http://code.google.com/p/phamlp/
http://phpsass.com/
382 stars 83 forks source link

PHP7 compatibility #181

Closed demenkov closed 8 years ago

demenkov commented 8 years ago

Solve based on bug https://bugs.php.net/bug.php?id=71179 Pass test with php 5.3 and worked on php 7.0. https://travis-ci.org/demenkov/phpsass I think it worked with 5.4 - 5.6 too, but as I see tests is broken https://travis-ci.org/richthegeek/phpsass/builds/40164166

joejoseph00 commented 8 years ago

PHP 7 compatibility is fully passing in this pull request: https://github.com/richthegeek/phpsass/pull/184

joejoseph00 commented 8 years ago

Please close this pull request, see pull request #184 instead