H2P - Convert HTML to PDF using PHP and PhantomJS. Unmaintained.
75
stars
35
forks
source link
Fix for Warning: count(): Parameter must be an array or an object that implements Countable in H2P\Request->__construct() #23
Open
ricardoee opened 5 years ago
PHP7 compatibility fix: Check $cookie is an array before performing a count on it.