> On 29 Jun 2021, at 02:28, Jan Ehrhardt <php...@ehrhardt.nl> wrote:
> 
> Nikita Popov in php.internals (Mon, 22 Mar 2021 10:24:51 +0100):
>> Hi internals,
>> 
>> It's time for another deprecation RFC:
>> https://wiki.php.net/rfc/deprecations_php_8_1
> 
> FWIW, a quick search returned these results.
> 
> ADOdb still uses strftime()
> https://adodb.org/dokuwiki/doku.php
> 
> 2 plugins of Matomo (formerly Piwik) still uses strftime in
> Login/PasswordResetter.php and RssWidget/RssRenderer.php
> 
> The simplepie library still uses strftime:
> https://github.com/simplepie/simplepie/blob/717d9ea4bf1a8533d5a26128b7acc1598388ce66/library/SimplePie/Item.php#L882
> 
> Limesurvey still uses strftime, in the ADOdb functions and in the kcfinder
> functions:
> https://github.com/LimeSurvey/LimeSurvey/blob/6437c998731e1e79da24c394ef205444cfa75cdf/third_party/kcfinder/core/class/browser.php#L784
> 
> Drupal 7 uses strftime in the date module and in the views module:
> https://www.drupal.org/project/date
> See date/date_api/date_api_sql.inc
> https://www.drupal.org/project/views
> See views/includes/handlers.inc
> 
> Drupal 8 uses strftime. Example:
> https://api.drupal.org/api/drupal/core!modules!views!src!Plugin!views!query!Sql.php/function/Sql%3A%3AgetDateFormat/8.2.x
> -- 
> Jan
> 
> -- 
> PHP Internals - PHP Runtime Development Mailing List
> To unsubscribe, visit: https://www.php.net/unsub.php
> 

(Bah! Sending again to the list, because me stupid)

I’m sure some of those are legitimate - but to my eye, the Drupal 8 example at 
least, is _not_ using `strftime` in *PHP*. 

I believe it’s making use of the `strftime` function in SQLite.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to