You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @wdebusschere this is normal behaviour. These warning will help you figure out what needs to be updated if you want to go to 3.0.0. I'll leave this issue open as we will need to change this, but only for 3.0.0 compat.
But is it really necessary to flood the log with a message that tells me about a function that won't work in the next major release… do we do this elsewhere?
My log would be pretty clean if not for datetime telling me endless times about Datasource::grab() beeing deprecated… this shows just the last single hour of a website I just updated to 2.7.0:
These warning will help you figure out what needs to be updated if you want to go to 3.0.0.
But the current version of this extension is neither supposed nor promoted as beeing compatible with Symphony 3.0.0 – and I guess when the time comes and Symphony 3.0.0 will be released you will also release a compatible version of this extension that won't make use of Datasource::grab()…
datetime/data-sources/data.datetime.php L55
public function grab(array &$param_pool=NULL) {
$result = new XMLElement('datetime');
The text was updated successfully, but these errors were encountered: