dompdf / php-svg-lib

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

Initialize array for php 7.2 compatibility #27

Closed LinkingYou closed 6 years ago

LinkingYou commented 6 years ago

With PHP7.2 i get the following error:

Warning: count(): Parameter must be an array or an object that implements Countable

This fix repairs this issue.

barryvdh commented 6 years ago

More than fine, it is required to run on php 7.2

Can this be merged?

barryvdh commented 6 years ago

Thank you, can you tag this as 0.3.1 also? Thanks!

milose commented 6 years ago

Can we tag this?

hartono-sulaiman-kaskus commented 6 years ago

please, we need this tag

RuubR commented 6 years ago

Tag this please :)

PhenX commented 6 years ago

Sorry guys for the long delay, I made the release, that should be good now