Kelley Lingerfelt wrote:
> 
> I don't have any of these problems, and I'm usiing 4.0.1pl2, what is the problem?
> Does it just ignore the define at the top of the file, or what is making it
> fail?  Just out of curiosity, in case Ron may not be able to go back, to 4.01,
> what is causing this, or is there some type of workaround, maybe a check before
> the include is executed or something... If you know?

John McNally originally found this bug and Leon found the cause of it. 
When you "include" a file second time during the same page load, the
value of __FILE__ does not get set.  Hence, our "defined flag" does not
function properly, resulting in functions being declared twice. 
Naturally, PHP does not permit this, thus rendering the site unusable. 
The current workaround is to use a different version of PHP.  I'm hoping
that the PHP guys will fix this so that we don't have to take more
drastic measures.

Best Regards,
-jj

-- 
if (shannon - jj) * behrens == webEngineer["CLEAR INK�"]:
    print "<i>imagination is the only real medium(sm)</i><br>"


------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to