summaryrefslogtreecommitdiff
path: root/include/class.h
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-09 12:51:02 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2014-03-09 12:51:02 +0100
commiteb4962468ace477cdd72fd1da48ae304407e40d2 (patch)
treeab437ea4c9acdaf523e4c3a1ba6ace8b88bf3025 /include/class.h
parent116770c10d2f8219be6d90207b56853bf5a356e1 (diff)
added arrayaccess implementation
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);
}
/**