PhilGale92 / docx

PHP Based Docx Parser
MIT License
38 stars 19 forks source link

fix: A non-numeric value encountered #56

Closed SaigyoujiYuyuko233 closed 5 years ago

SaigyoujiYuyuko233 commented 5 years ago

when I try to parsing a docx file, there are a lot for errors that show up "A non-numeric value encountered in"... so I add a function (intval) to fix that problem~

PhilGale92 commented 5 years ago

Ah never had that edge case, nice catch.

SaigyoujiYuyuko233 commented 5 years ago

Maybe just my document is so speacial...

PhilGale92 commented 5 years ago

Ok merged, and new release (3.8) that includes your change.

Thanks,

SaigyoujiYuyuko233 commented 5 years ago

You're welcome~ Thank for this awsome project! It help me a lot!