[TYPO3-core] RFC #17478: Bug: Fixing the behaviour of $GLOBALS['TYPO3_DB']->debugOutput = true;

Ernesto Baschny [cron IT] ernst at cron-it.de
Mon Feb 7 10:03:22 CET 2011


Ernesto Baschny [cron IT] schrieb am 07.02.2011 09:59:
> Helmut Hummel schrieb am 04.02.2011 19:09:
>> Hi,
>>
>> On 04.02.11 13:33, Markus Kappe wrote:
>>>
>>> Notes:
>>> See http://bugs.typo3.org/view.php?id=17478 for further details
>>
>> The problem is that (true == 2) evaluates to true. Obvious isn't it? ;)
>>
>> Attached a v2 of the patch which uses strict comparison ant typecasting
>> instead of intval.
>>
>> Other than that, +1 by reading and testing.
> 
> +1 by reading and testing.
> 
> Committed your v2 to:
> 
> - trunk rev 10403
> - 4-5 rev 10404 (for 4.5.1)

BTW the DBAL handling of the debugging is completely different than the
core's t3lib_db, which is annoying.

It should get harmonized some day.

Cheers,
Ernesto



More information about the TYPO3-team-core mailing list