From: [EMAIL PROTECTED] Operating system: Linux PHP version: 4.2.1 PHP Bug Type: *Calendar problems Bug description: easter_date()
Hi developers, 1) the easter functions doesn't work (in older versions you have to compile it with dl/calendar, but in newer versions it should be included (as it is written in the docu). 2) if a variable isn't defined it is '1' after you increment it. e.g: while($i <= 10){ echo 'Value = '.any_array[$i]; $i++; } any_array[0] will not be displayed, because it wasn't defined like "$i = 0;" in top of the loop. But if isn't '0', it shouldn't be '1' if you increment it. -- Edit bug report at http://bugs.php.net/?id=17332&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17332&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17332&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17332&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17332&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17332&r=support Expected behavior: http://bugs.php.net/fix.php?id=17332&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17332&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17332&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17332&r=globals