File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/vendor/phing/tasks/ext Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020
2121require_once 'phing/tasks/ext/ExtractBaseTask.php ' ;
2222require_once 'phing/system/io/FileSystem.php ' ;
23- require_once 'phing/lib/Zip_Archive .php ' ;
23+ require_once 'phing/lib/Archive_Zip .php ' ;
2424
2525/**
2626 * Extracts one or several zip archive using PEAR Archive_Zip (which is presently unreleased
Original file line number Diff line number Diff line change 2323include_once 'phing/util/SourceFileScanner.php ' ;
2424include_once 'phing/mappers/MergeMapper.php ' ;
2525include_once 'phing/util/StringHelper.php ' ;
26- include_once 'phing/lib/Zip_Archive .php ' ;
26+ include_once 'phing/lib/Archive_Zip .php ' ;
2727
2828/**
2929 * Creates a zip archive using PEAR Archive_Zip (which is presently unreleased
You can’t perform that action at this time.
0 commit comments