dompdf / php-svg-lib

SVG file parsing / rendering library
GNU Lesser General Public License v3.0
1.4k stars 77 forks source link

Removes count of non countable value #35

Closed flavioribeirojr closed 6 years ago

flavioribeirojr commented 6 years ago

This pull request fix the incorrect use of the count() function in PHP 7.2.

Warafux commented 6 years ago

This is very necessary. I had to change it by myself on my vendor folder, which is useless for a proper release.

barryvdh commented 6 years ago

Should already be fixed with https://github.com/PhenX/php-svg-lib/pull/27 But is not tagged yet.

PhenX commented 6 years ago

The release is tagged now.