[PHPLIB] possible bug in session.inc From: Fred Yankowski (fred <email protected>)
Date: 12/15/99

While studying session.inc in version 7.2, I noticed that line 123
attempts to access an object variable as

         $this->$cookie_domain

That second '$' sure looks bogus. I don't grok phplib well enough to
know just when this code would execute, but it looks to be part of
cookie generation for "cookie" mode where the lifetime is not zero.
Version 7.3 seems to have the same glitch.

I noticed that glitch because my own php-mode for emacs [1] tries to
highlight some syntactic errors that I keep making.

BTW, I wanted to look at the latest version under CVS, but couldn't
find it. Is CVS access for phplib source available to us mere users,
perhaps read-only?

-- 
Fred Yankowski           fred <email protected>      tel: +1.630.879.1312
Principal Consultant     www.OntoSys.com       fax: +1.630.879.1370
OntoSys, Inc             38W242 Deerpath Rd, Batavia, IL 60510, USA

-- [1] http://www.ontosys.com/reports/PHP.html - PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>. To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in the body, not the subject, of your message.