[Bug 521392] Re: (capital) FALSE is evaluted to int(0) whether to bool(false)

2010-02-16 Thread Chuck Short
Can you provide an example program to reproduce this? Thanks chuck ** Changed in: php5 (Ubuntu) Status: New = Incomplete ** Changed in: php5 (Ubuntu) Importance: Undecided = Low -- (capital) FALSE is evaluted to int(0) whether to bool(false) https://bugs.launchpad.net/bugs/521392

[Bug 521392] Re: (capital) FALSE is evaluted to int(0) whether to bool(false)

2010-02-16 Thread Wutang
This bug report can be changed to solved or can be entirely deleted, since now I can confirm that this is a bug introduced by a third party module. Probably due to this line REGISTER_LONG_CONSTANT(FALSE, 0, ... this module had redefined the constant FALSE to 0. I would prefer If PHP itself is

[Bug 521392] Re: (capital) FALSE is evaluted to int(0) whether to bool(false)

2010-02-15 Thread Marc Deslauriers
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a regular (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross