Piwigo / piwigo-openstreetmap

OpenStreetMap integration for Piwigo
http://piwigo.org/ext/extension_view.php?eid=701
GNU General Public License v3.0
35 stars 35 forks source link

PHP 5.0 syntax #118

Closed wb3fan closed 7 years ago

wb3fan commented 7 years ago

What I had earlier thought was Python-like code was actually PHP using syntax effective with version 5.4+.

Piwigo itself requires only PHP 5.0 or higher. So it looks like issue #107 is that the Piwigo server may be running a lower PHP version than 5.4. My host, for example, runs PHP 5.2; don't ask why. The unattractive syntax in this commit should work with any PHP 5.0+.

xbgmsharp commented 7 years ago

Thanks, I am using Debian Jessie which provide PHP 5.6.23.

# php -v
PHP 5.6.23