1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00

7 Commits

Author SHA1 Message Date
camer0n
fe3c2597d8 Issue #5096 - possible fix for older versions of PHP. 2023-11-03 16:51:11 -07:00
camer0n
e0554f6f17 Issue #5096 - possible fix for older versions of PHP. 2023-11-03 16:36:14 -07:00
camer0n
45661f44c3 Issue #5096 - possible fix for older versions of PHP. 2023-11-03 16:07:00 -07:00
camer0n
bfb515f2b5 Fixes #5096 - Cron timezone issue. eShims::strftime issue. CronParser test added. 2023-11-03 15:07:41 -07:00
Nick Liu
cd5c94ecb4 eShims::strftime(): Ensure callable from format map is a closure
Otherwise, one might encounter `is_callable("dd")` and a
`function dd(…)` is defined, leading to that function being called
instead of the string being used directly as the replacement.
2022-12-29 21:52:47 +01:00
Cameron
55980a29a8 Generated PHPDoc for all classes in e107_handlers where one was missing. toNumber() updated to always return int or float. 2022-04-04 10:54:24 -07:00
Cameron
d885a2d40e Added missing file. 2021-11-25 08:04:56 -08:00