TimSC / microcosm

OSM API v0.6 implemented in PHP
Other
8 stars 3 forks source link

lots of bugfixes #5

Closed h4ck3rm1k3 closed 12 years ago

h4ck3rm1k3 commented 12 years ago

HI tim, I fixed lots of small errors, using the hphp compiler to do static code analysis. there are some issues that I left with you, variables that are not passed etc.

where do get the changeset id from ? requestprocessor.php: $changesetId=0; //TODO : where does this come from?

thanks mike