koninklijke-collective / my_redirects

TYPO3 Extension: Redirects management

Home Page:https://typo3.org/extensions/repository/view/my_redirects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too "long" exception codes on 32 bit systems

mbrodala opened this issue · comments

There are various exception codes in the codebase which are not compatible to PHP on 32 bit systems since they are beyond the value range of long. In this case an error like this appears:

Wrong parameters for Exception([string $message [, long $code [, Throwable $previous = NULL]]]) in ...

The offending exception codes should be replaced by UNIX timestamps which are by definition limited to 32 bit.