Skip to content

PHP7 consistent ordering for splitHttpAcceptHeader

Compare
Choose a tag to compare
@hboomsma hboomsma released this 06 Sep 14:41
· 23 commits to 1.1 since this release

In PHP7 sorting order is changed, splitHttpAcceptHeader was
relying on unspecified behaviour of arsort(). Sorting order
is now made explicit.