History log of /plugin/upgrade/myvendor/splitbrain/php-archive/src/Zip.php (Results 1 – 1 of 1)
Revision Date Author Comments
# ab8e5256 09-Dec-2025 Andreas Gohr <gohr@cosmocode.de>

Use custom vendor dir

The plugin provides its own versions of libraries normally included in
DokuWiki but that might be missing in old installs. Since modern
DokuWiki installs will autoload from plu

Use custom vendor dir

The plugin provides its own versions of libraries normally included in
DokuWiki but that might be missing in old installs. Since modern
DokuWiki installs will autoload from plugin vendor dirs, DokuWiki might
have used the libs from this plugin instead of the bundled ones. This is
usually not a problem but there might be version differences...

This patch renames the vendor directory, hiding it from DokuWiki's
autoloading.

show more ...