On Tuesday 18 October 2005 21:51, Judd Vinet wrote: > This is now illegal: > > $a = func1(func2($b)); > > Instead, it has to be written like so: > > $c = func2($b); > $a = func1($c);
They aren't normal. They make so big change in a minor version upgrade? > The first (illegal) choice is the cleanest and easiest to code, so that > style is present in pretty much every PHP web app we run on > archlinux.org. We're slowly trying to fix them all, so please be > patient. If you do notice a PHP error that hasn't yet been reported on > the mailing list, please go ahead and let us know. We'll squash them > one by one. Here are the problems I noticed: * wiki diffs aren't working * flyspray is not working -- --pholie _______________________________________________ arch mailing list [email protected] http://www.archlinux.org/mailman/listinfo/arch
