PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_Server » Bug #706

using an undefined var

Details

Submitted2004-02-07 19:40 UTC
Frommaka3d at yahoo dot com dot br
Assignedschst
StatusClosed
PackageNet_Server
PHP VersionIrrelevant
OSirrelevant
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 )