Anonymous | Login | Signup for a new account | 12-17-2024 11:03 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003145 | [Quercus] | minor | always | 12-10-08 10:51 | 12-10-08 11:03 | ||||
Reporter | koreth | View Status | public | ||||||
Assigned To | nam | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 4.0.0 | Product Version | 4.0.0 | ||||
Product Build | |||||||||
Summary | 0003145: Build failure on latest svn code | ||||||||
Description |
[javac] .../modules/quercus/src/com/caucho/quercus/env/Env.java:5844: cannot find symbol [javac] symbol : method put(java.lang.String,com.caucho.quercus.env.Var) [javac] location: class java.util.HashMap<java.lang.String,com.caucho.quercus.env.EnvVar> [javac] _globalMap.put("GLOBALS", new Var(new GlobalArrayValue(this))); [javac] ^ Patch that I'm not sure is correct but makes it compile: --- a/modules/quercus/src/com/caucho/quercus/env/Env.java +++ b/modules/quercus/src/com/caucho/quercus/env/Env.java @@ -5841,7 +5841,7 @@ public class Env { listMerge(_shutdownList, saved._shutdownList); mapMerge(_globalMap, saved._globalMap); - _globalMap.put("GLOBALS", new Var(new GlobalArrayValue(this))); + _globalMap.put("GLOBALS", new EnvVarImpl(new Var(new GlobalArrayValue(this)))); mapMerge(_staticMap, saved._staticMap); mapMerge(_constMap, saved._constMap); mapMerge(_lowerConstMap, saved._lowerConstMap); |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
27 total queries executed. 25 unique queries executed. |