Menu

#20 PHP-ExcelReader is not mbstring safe

open
nobody
None
5
2004-10-23
2004-10-23
Anonymous
No

Version 2i doesn't work with mbstring extension enabled (php version 4.3.9). Breaks at line 55 in oleread.inc when checking IDENTIFIER_OLE - because substr($this->data, 0, 8) returns 13 bytes instead of 8. Disabling mbstring in extensions.ini solve this problem, but is not acceptable for me.

Discussion


Log in to post a comment.