Needs review
Project:
SWF Tools
Version:
6.x-3.0-beta4
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2010 at 02:49 UTC
Updated:
2 Jun 2010 at 22:58 UTC
Not sure if this should be treated as a code or documentation bug. When saving file handling settings with beta-4, apache croaks with:
PHP Fatal error: Call to undefined function array_fill_keys() in /var/www/drupal/sites/all/modules/swftools/includes/swftools.admin.inc
FYI - RHEL's repositories provide php 5.1
Comments
Comment #1
Stuart Greenfield commentedSorry about that! Didn't spot that this function is only available in PHP >= 5.2
I've rewritten that section to use a loop that will work in all versions of PHP.
Comment #2
japanitrat commentedso it's in the dev?
Comment #3
Stuart Greenfield commentedYes - in the dev package.
Comment #4
naero commentedWhere? I don't see this.
ADDENDUM: Found it here http://drupal.org/node/581470#comment-2966890