From 760385ea0180f794b227554ee43c0ee88c5280eb Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 2 Jan 2014 17:08:48 -0800 Subject: [PATCH] Recognize `ZipArchive` as an extension class Summary: See D7879 for an example. This is an extension class. Test Plan: You do it bwahaha Reviewers: btrahan Reviewed By: btrahan CC: aran Differential Revision: https://secure.phabricator.com/D7880 --- scripts/php_extension_classes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/php_extension_classes.txt b/scripts/php_extension_classes.txt index 3cfe3f6d..559333f6 100644 --- a/scripts/php_extension_classes.txt +++ b/scripts/php_extension_classes.txt @@ -29,3 +29,4 @@ DOMEntityReference DOMProcessingInstruction DOMStringExtend DOMXPath +ZipArchive