summaryrefslogtreecommitdiff
path: root/include/class.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/class.h')
-rw-r--r--include/class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/class.h b/include/class.h
index ab4a3e0..e9a7179 100644
--- a/include/class.h
+++ b/include/class.h
@@ -52,7 +52,7 @@ public:
// interfaces are not yet initialized by the zend engine, this only
// happens later when the all classes are registered (after the
// get_module() call)
- if (std::is_base_of<ArrayAccess, T>::value) interface(&zend_ce_arrayaccess);
+// if (std::is_base_of<ArrayAccess, T>::value) interface(&zend_ce_arrayaccess);
}
/**