nuovo / vCard-parser

Easier and more concise vCard (.vcf) parser for PHP
http://nuovo.lv/
MIT License
126 stars 56 forks source link

Fixed memory size error when parsing vcards #34

Open ma8bi4ne opened 6 years ago

ma8bi4ne commented 6 years ago

I recently ran into memory size errors when parsign vcards. I found a fix by adding an "array_filter" in line 576. Also see here: http://php.net/manual/de/function.explode.php#99830