dompdf / php-font-lib

A library to read, parse, export and make subsets of different types of font files.
GNU Lesser General Public License v2.1
1.73k stars 256 forks source link

Fixes "strftime() expects parameter 2 to be integer, string given" PHP Warning, and PHP <7 compatibility issue. #46

Closed pocketarc closed 8 years ago

pocketarc commented 8 years ago

As mentioned in PR #43 there was another warning, when the int being read was a string, and not just a float (which is what #43 fixed). Additionally, the fix uses PHP_INT_MIN, which I didn't realise only exists in PHP 7. I didn't notice it because I'm running it, but I did when I tested in other versions of PHP.