Skip to content

phpMussel Core v3.5.3

Latest
Compare
Choose a tag to compare
@Maikuolan Maikuolan released this 06 Nov 15:28
v3.5.3
89524d3

v3.5.3

Bugs fixed.

  • [2024.11.06]: 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. Refer #242.

Other changes.

  • [2024.11.06]: Added PHP 8.4 to workflows.
  • [2024.11.06]: Improved encrypted zip file detection.