From 880b090479fdbabbe493b3396ac92171db068b7c Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 19 Oct 2009 15:34:50 +0000 Subject: [PATCH] - It is not const in PHP_5_2 but it is in HEAD and PHP_5_3 --- ext/pdo_firebird/pdo_firebird.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c index 39a4f31913..b2bedac3de 100644 --- a/ext/pdo_firebird/pdo_firebird.c +++ b/ext/pdo_firebird/pdo_firebird.c @@ -38,7 +38,7 @@ zend_function_entry pdo_firebird_functions[] = { /* {{{ */ /* {{{ pdo_firebird_deps */ #if ZEND_MODULE_API_NO >= 20050922 -static const zend_module_dep pdo_firebird_deps[] = { +static zend_module_dep pdo_firebird_deps[] = { ZEND_MOD_REQUIRED("pdo") {NULL, NULL, NULL} }; -- 2.50.1