Bug #36599
typo3 4.7 deprecation log complains about t3lib_div::int_from_ver()
| Status: | Resolved | Start date: | 2012-04-26 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Juergen Furrer | % Done: | 100% |
|
| Category: | - | Spent time: | 2.00 hours | |
| Target version: | - | Estimated time: | 2.00 hours | |
| Votes: | 0 |
Description
24-04-12 12:35: t3lib_div::int_from_ver() - since TYPO3 4.6, will be removed in TYPO3 4.9 - Use t3lib_utility_VersionNumber::convertVersionNumberToInteger() instead - require_once(.7.0/typo3/init.php),typo3conf/ext/t3jquery/mod1/index.php#55 // include(typo3conf/temp_CACHED_ps4a74_ext_tables.php),.7.0/typo3/init.php#376 // t3lib_div::int_from_ver#2132 // t3lib_div::logDeprecatedFunction#888 (.7.0/t3lib/class.t3lib_div.php#885)
24-04-12 12:35: t3lib_div::int_from_ver() - since TYPO3 4.6, will be removed in TYPO3 4.9 - Use t3lib_utility_VersionNumber::convertVersionNumberToInteger() instead - require_once(.7.0/typo3/init.php),typo3conf/ext/t3jquery/mod1/index.php#55 // include(typo3conf/temp_CACHED_ps4a74_ext_tables.php),.7.0/typo3/init.php#376 // t3lib_div::int_from_ver#2140 // t3lib_div::logDeprecatedFunction#888 (.7.0/t3lib/class.t3lib_div.php#885)
History
Updated by Juergen Furrer about 1 year ago
- Status changed from New to Accepted
- Estimated time set to 2.00
I will fix this with the new methode t3lib_utility_VersionNumber::convertVersionNumberToInteger()
Same problem in imagecycle, imagecarousel, buymeabeer ...
This will be fixed on all my extensions soon
THX
Jürgen
Updated by Juergen Furrer about 1 year ago
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100