- avoid lots of useless ops
[m6w6/ext-http] / http_requestpool_object.c
index b255e25ee2b58f83c3d9fbf6f72a7f62bcd3b636..c917d8615c809713d69d97f8774d16310d58ffa0 100644 (file)
@@ -89,7 +89,7 @@ zend_function_entry http_requestpool_object_fe[] = {
        HTTP_REQPOOL_ME(next, ZEND_ACC_PUBLIC)
        HTTP_REQPOOL_ME(rewind, ZEND_ACC_PUBLIC)
 
-       {NULL, NULL, NULL}
+       EMPTY_FUNCTION_ENTRY
 };
 static zend_object_handlers http_requestpool_object_handlers;