[Phplib-trackers] [ phplib-Bugs-450713 ] tree.inc in PHP4
Brought to you by:
nhruby,
richardarcher
From: <no...@so...> - 2001-08-14 06:55:09
|
Bugs item #450713, was opened at 2001-08-13 23:55 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=450713&group_id=31885 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Richard Archer (richardarcher) Assigned to: Nobody/Anonymous (nobody) Summary: tree.inc in PHP4 Initial Comment: reposted from mailing list At 12:08 PM -0500 19/2/01, Lauren Matheson wrote: >Ok, I found it. If anyone else wants to patch their tree.inc to work >with php4, here's the diff (it is slightly different than the message on >the list a few months ago - the brackets were in the wrong spots.) > >76c76 >< while ($k || ("0"==$k && $t!="NULL")) { >--- >> while ($k || "0"==$k) { Note: this diff looks like it's reversed. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=403611&aid=450713&group_id=31885 |