]> granicus.if.org Git - php/commitdiff
- It is not const in PHP_5_2 but it is in HEAD and PHP_5_3
authorJani Taskinen <jani@php.net>
Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)
committerJani Taskinen <jani@php.net>
Mon, 19 Oct 2009 15:34:50 +0000 (15:34 +0000)
ext/pdo_firebird/pdo_firebird.c

index 39a4f319134dfdb3b643d32c0d5af86d8432e8d0..b2bedac3de855df2175e6d9271038e0145b555a7 100644 (file)
@@ -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}
 };