Grandt / PHPePub

PHP Classes for dynamically generating EPub files.
http://www.phpclasses.org/package/6115
241 stars 83 forks source link

Replace each() by foreach() #49

Open markusramsak opened 6 years ago

markusramsak commented 6 years ago

The PHP each() function is deprecated in PHP 7.2 There is an easy migration path with foreach. I am using PHP 7.2 und I'd like to use your library without any deprecation warnings. Please update your source code. Thanks.

Daniel-KM commented 5 years ago

Fixed by #50