From 707a8f70b8850f53498669809ec7712b87217593 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 6 Aug 2011 14:47:44 +0000 Subject: - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] --- ext/pdo_firebird/pdo_firebird.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_firebird/pdo_firebird.c') diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 6459c70364..4f04f939fc 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -40,7 +40,7 @@ const zend_function_entry pdo_firebird_functions[] = { /* {{{ */ #if ZEND_MODULE_API_NO >= 20050922 static const zend_module_dep pdo_firebird_deps[] = { ZEND_MOD_REQUIRED("pdo") - {NULL, NULL, NULL} + ZEND_MOD_END }; #endif /* }}} */ -- cgit v1.2.1