id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1473,nextlabel missing as a call on the map object,assefa,mapserverbugs,"{{{
nextlabel missing as a call on the map object in php but is available 
elsewhere. 

Here is the code to be called :


labelCacheMemberObj *nextLabel() {
    static int i=0;

    if(i<self->labelcache.numlabels)
      return &(self->labelcache.labels[i++]);
    else
      return NULL;	
  }
}}}",defect,closed,high,,MapScript-PHP,4.8,normal,duplicate,,
