Skip to content
Snippets Groups Projects
Commit 63a53725 authored by Xavier Perseguers's avatar Xavier Perseguers
Browse files

[TASK] Prepare deprecation of t3lib_div::int_from_ver()

Deprecating t3lib_div::int_from_ver() in 4.6 leads to major developer
annoyance because this method is used to switch to compatibility code
for older versions of TYPO3 in extensions and a hocus-pocus is needed
to prevent calling it if using 4.6.

Deprecate this method in two phases:
- TYPO3 4.6: mark it as deprecated
- TYPO3 4.7: use deprecation log to deprecate it really

This method should only be removed in TYPO3 4.9.

Change-Id: I73cfc9a5e15f6f336534e3705e914fc37862472e
Resolves: #28499
Releases: 4.6
Reviewed-on: http://review.typo3.org/3733
Reviewed-by: Benjamin Mack
Reviewed-by: Xavier Perseguers
Tested-by: Xavier Perseguers
parent 120d38d1
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment