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.