AOEpeople / TYPO3_Restler

restler (PHP REST-Framework) for TYPO3
GNU General Public License v3.0
30 stars 17 forks source link

[BUGFIX] undefined array key fix for PHP8.0 #80

Closed tiggr closed 1 year ago

tiggr commented 1 year ago

Missing @expires annotation causes a warning when using PHP 8. Below patch will pass 0 to the cache set method, meaning unlimited lifetime. But maybe null is desirable (default lifetime)?

TomSchenk commented 1 year ago

fixed by #79 79