Menu

#650 PHP Array Square Bracket Syntax: [] instead of array()

4.7.0
closed-fixed
nobody
bug (11)
6
2018-12-18
2018-12-05
pale2hall
No

The code introduced in commit: 1883e250ff9b84e50505b970bca33d7a53a449ba uses the ['a', 'b', 'c'] array syntax instead of array('a', 'b', 'c') syntax.

Now, I know that any current version of PHP would be able to handle this, but if this is fixed, it will allow adminer to work on older versions of PHP, like the one I'm stuck with, on a really old, unsupported server.

The last version 4.6.x worked flawlessly, but this was the only change I had to make to get 4.7 to work on this old PHP 5.3 server.

Discussion

  • Olaf van der Spek

    It's a feature, not a bug. ;)

     
  • Jakub Vrána

    Jakub Vrána - 2018-12-18

    Fixed by da76e6b9.

     
  • Jakub Vrána

    Jakub Vrána - 2018-12-18
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB