[ewiki] php global variable name length limit
- From: Andy Fundinger <andy@xxxxxxxxxxx>
- To: "'ewiki@xxxxxxxxxxxxx'" <ewiki@xxxxxxxxxxxxx>
- Date: Tue, 25 Nov 2003 18:10:55 -0500
It seems that there might be a limit on a variable name length, I changed
aview_linktree, line 79:
$GLOBALS["ewiki_page_sections"][] = $tree[1];
to:
$GLOBALS["ewiki_pgsec"][] = $tree[1];
and it started working. With the first name nothing was getting stored in
$GLOBALS["ewiki_page_sections"][]. Any ideas? Can we commit this as a
patch?
Other related posts: