ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
337 stars 90 forks source link

PHP 8.1: strftime and gmstrftime functions are deprecated #676

Open kaetemi opened 1 year ago

kaetemi commented 1 year ago

https://php.watch/versions/8.1/strftime-gmstrftime-deprecated

kaetemi commented 1 year ago
Deprecated: Function strftime() is deprecated in Y:\ryzomcore4\code\web\public_php\admin\smarty\Smarty_Compiler.class.php on line 395
kaetemi commented 1 year ago

Find all uses of these functions in the codebase, and update them.