From 0df22a97a19ba37783ac19d4a565991485d73c74 Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 29 Apr 2014 04:35:18 -0700 Subject: [PATCH] Add "CURLFile" to the class whitelist Summary: See D8876, etc. Test Plan: ~o.O~ Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D8877 --- 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 559333f6..fcf69f81 100644 --- a/scripts/php_extension_classes.txt +++ b/scripts/php_extension_classes.txt @@ -1,3 +1,4 @@ +CURLFile DOMException DOMStringList DOMNameList