peteboere / css-crush

CSS preprocessor.
http://the-echoplex.net/csscrush
MIT License
537 stars 51 forks source link

Alaises.ini failing #33

Closed GuyJeffries closed 12 years ago

GuyJeffries commented 12 years ago

On line 201 of the Alaises ini parse_ini_file in core.php on line 120 appears to be tripping over display:box[] = -webkit-box which I expect is the colon.

Comment this line and the other in this set for a quick fix.

peteboere commented 12 years ago

What version of PHP are you running that on, and what platform?

GuyJeffries commented 12 years ago

On a wamp server currently.

Win XP WampServer version 2.0 Apache Version :2.2.11
PHP Version : 5.3.0
Loaded Extensions : Core bcmath calendar com_dotnet ctype date ereg filter ftp hash iconv json mcrypt mysqlnd odbc pcre Reflection session SPL standard tokenizer zip zlib libxml dom PDO Phar SimpleXML wddx xml xmlreader xmlwriter apache2handler curl mbstring gd mysql mysqli pdo_mysql pdo_sqlite mhash

peteboere commented 12 years ago

Thanks, I've tracked this down to a bug in version 5.3.0 PHP:

https://bugs.php.net/bug.php?id=49172

Fixed in PHP 5.3.1 and newer.