Bug #36828
closedFix for wrong function signatures
100%
Description
In PHP 5.4.1 with display_errors On there are several errors because of wrong function signatures.
I've corrected all found errors in attached patch file, maybe there are more.
Files
Updated by Markus Klein almost 13 years ago
Hi Thomas!
Thanks for reporting the issues.
Can you please also specify whether E_STRICT was enabled or not?
Did this really trigger errors?
~Markus
Updated by Thomas Worm almost 13 years ago
Hi Markus,
Markus Klein wrote:
Can you please also specify whether E_STRICT was enabled or not?
E_STRICT is enabled.
display_errors (in Install tool -> all configuration) is -1
Did this really trigger errors?
The Backend showed errors on several pages (red box with "Oops an error occured").
Disabling E_STRICT will hide these errors, but concerning our company security guidelines it is not allowed, so I decided to fix them.
I found some more. I'll post an updated patch file later.
Thomas
Updated by Thomas Worm almost 13 years ago
- File typo3-4.7.0-fixes.patch typo3-4.7.0-fixes.patch added
- % Done changed from 70 to 100
As promised the updated patch file
Updated by Zbigniew Jacko about 11 years ago
I was resolved in http://forge.typo3.org/issues/37922
Updated by Ernesto Baschny about 11 years ago
- Status changed from New to Closed
- Is Regression set to No