antialias() function

Jeff Portwine jdport at VERITIME.COM
Wed Apr 6 08:09:00 PDT 2005


PHP doesn't catch infinite loops.   If you run the code, and it hits an
infinite loop the page will run for a few minutes and when it doesn't have
its result it will time out.

-Jeff

----- Original Message -----
From: "Camden Daily" <cdaily at GMAIL.COM>
To: <MAPSERVER-USERS at LISTS.UMN.EDU>
Sent: Wednesday, April 06, 2005 10:57 AM
Subject: Re: [UMN_MAPSERVER-USERS] antialias() function


> And of course, the two lines that read
>          for ($l=0; $l<count($points); $l) {
> should read
>          for ($l=0; $l<count($points); $l++) {
>
> Does PHP catch infinite loops?  Seems that code mistake should have
> broken my function somehow.
>
> -Camden
>



More information about the MapServer-users mailing list