PhpSpreadsheet/src
anton-harvey f7518dadc9
Return false if the zip entry could not be located
Previously the function did not check whether the return value of `ZipArchive::locateName`
was `false`. And when it was, it was passed straight into `ZipArchive::getFromIndex`,
which casts it to an integer, resulting in it incorrectly retrieving the entry at index `0`.

Fixes #262
Closes #268
2017-11-02 15:42:45 +09:00
..
PhpSpreadsheet Return false if the zip entry could not be located 2017-11-02 15:42:45 +09:00
Bootstrap.php Remove boilerplates 2017-09-30 22:12:28 +09:00