Commit 21cc199
committed
Bug-fix (phpMussel/phpMussel#242).
Changelog excerpt:
- When phpMussel encountered a sufficiently zip-like file which isn't a
valid zip file (e.g., any non-zip file beginning with the 'PK' header)
and consequently attempted to read that non-zip file using ZipHandler,
ZipHandler's destructor would generate a fatal error per
invalid/uninitialised Zip object when invoked; Fixed.1 parent 9734b56 commit 21cc199
2 files changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments