You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use the `extension_loaded` method to check if the 'zip' extension is loaded rather than checking for a class in the extension.
while probably an edge case, a their could be a user defined `\ZipArchive` class that would cause this conditional to pass, even when the extension is not loaded.
0 commit comments