Jochen Buennagel
- Login: old_jbuennagel
- Email: jochen.buennagel@newidentity.de
- Registered on:
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 0 | 0 |
Activity
2005-10-19
- 18:01 TYPO3 Core Bug #15025: PHP Notices
- <?
function microtime_float()
{
list($usec, $sec) = explode(" ", microtime());
return ((float)$usec + (floa... - 17:29 TYPO3 Core Bug #15025: PHP Notices
- many of the notices result from using an undefined index as a boolean to check if a TS variable is set, like this:
...
2005-10-11
- 13:54 TYPO3 Core Bug #15025: PHP Notices
- Edit "index.php" and change the line
error_reporting(E_ALL ^ E_NOTICE);
to this:
error_reporting(E_ALL);
...
Also available in: Atom