Home » Networking » Net_Server » Bug #706
using an undefined var
Details
| Submitted | 2004-02-07 19:40 UTC |
|---|---|
| From | maka3d at yahoo dot com dot br |
| Assigned | schst |
| Status | Closed |
| Package | Net_Server |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-02-07 19:40 UTC] maka3d at yahoo dot com dot br
Description:
------------
at line 312: $GLOBALS["_Net_Server_Status"] != "running"
using var without defining it.
need to define it inside a constructor or something. Or just test isset(...
why the need for a global variable? I didin't figure out why!
[2004-02-07 19:41 UTC] maka3d at yahoo dot com dot br
at file Sequential.php ( the only one that use it )