Hi

Getting below error while enabling the module in Linux environment.

Parse error: syntax error, unexpected '[' IN sites/ALL/modules/contribute/animgif_support/animgif_support.module ON line 24.

After I replaced [] with array() inside hook_menu, it worked fine.

Comments

Nivedha created an issue. See original summary.

nivedha’s picture

Issue summary: View changes
denes.szabo’s picture

@Nivedha: how old is your PHP?

denes.szabo’s picture

Status: Active » Closed (won't fix)

http://php.net/manual/en/language.types.array.php says: As of PHP 5.4 you can also use the short array syntax, which replaces array() with [].

The PHP 5.4 is not supported today.