On 6/2/11 7:41 AM, Wade Preston Shearer wrote: > I am getting lines in my apache error log like this: > > [Thu Jun 02 07:37:45 2011] [error] [client 174.252.54.238] Object > > > I haven't found anything via the google. Any idea what Object means?
The Apache error log gets anything that is written out to stderr, so it could be the code. In that case, something could be echoing a variable to stderr, and the variable happens to be an object. Steve _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
