drdhaval2785 / github_issue_backup

a script to backup github issues
0 stars 0 forks source link

php issues #26

Closed funderburkjim closed 9 years ago

funderburkjim commented 9 years ago

In running this on a Linux server at Cologne, a couple of minor problems were noticed:

#include 'Emoji\src\Emoji\Emoji.php';
include 'Emoji/src/Emoji/Emoji.php';
explode(":",$val)[0]

These lines can easily be changed so that they work with the older php:

            $lower0 = explode(":",$val); $lower=$lower0[0];
            $upper0 = explode(":",$val);$upper = $upper0[1];