Bug 526

Summary: [Chameleon] PHP error with CVS version
Product: Chameleon Reporter: Julien-Samuel Lacroix <jlacroix@mapgears.com>
Component: CoreAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: 1.99 beta 4   
Hardware: PC   
OS: Linux   
Whiteboard:

Description From 2004-07-14 17:14:32
I got:
Parse error: parse error, unexpected '=' in
/home/msapps/chameleon-1.99beta-cfs_sample-20040714/htdocs/chameleon.php on line 870

The bad line in the code is:

$_SESSION["gszTmpImgPath"] = = $szTmpDir;

With the chameleon cvs version. Note that I have not fix the cvs version since I
don't know if there's an equal that needs to be removed or if someone accidently
remove a variable between the two equals.

Also to remember the person to test before commiting ;)
------- Comment #1 From 2004-07-15 15:13:53 -------
Changed target to 1.99 RC 1.
------- Comment #2 From 2004-08-10 15:36:54 -------
Changing Version to 1.99 (2.0 not being worked on yet).
------- Comment #3 From 2004-11-03 14:59:47 -------
this has been fixed at some point because it no longer appears in the code.