matthiasmullie / minify

CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.
https://matthiasmullie.github.io/minify/
MIT License
1.97k stars 309 forks source link

reverse arguments for implode() call in extractMath() #355

Closed stklcode closed 3 years ago

stklcode commented 3 years ago

Fixes regression from 022cd72 (1.3.64)

Resolves #352

implode() argument order is no longer auto-corrected with PHP 8.

holtkamp commented 3 years ago

@matthiasmullie would this justify a new patch version 1.3.65?

matthiasmullie commented 3 years ago

Absolutely. Have no access to computer atm, but will push new tag soon (probably tonight)

matthiasmullie commented 3 years ago

(this happened last night)