tubalmartin / YUI-CSS-compressor-PHP-port

A PHP port of the YUI CSS compressor.
230 stars 34 forks source link

Avoid non well formed numeric values in normalize_int #33

Closed NickDickinsonWilde closed 7 years ago

NickDickinsonWilde commented 7 years ago

PHP 7.1 actively complains about this: for example multiplying 128M 1048576 instead of 128 1048576.

mrclay commented 7 years ago

I received a similar fix in the Minify repo.

tubalmartin commented 7 years ago

Issue fixed in v2.4.8-p5. Thank you for reporting!