Conversation:
Notices
-
@maiyannah Most libs have finally caught up though.
-
@maiyannah fixed up? I'm not following.
-
@maiyannah I won't accept patches to external libraries. Try to get those fixes into upstream instead. Last time I patched PEAR::DB_DataObject it was added pretty quickly (that was a strict comparison bug that tried '0 == false' which is true, but should be '0 === false' which is false).
-
@maiyannah There have been recent releases fixing a bunch of the issues with the stricter PHP5 language actually. I think they'd be happy to receive some love.
-
@maiyannah The static functions in !GNUsocial code should of course be fixed though! If there's something that only gets called statically but is not defined like that, I'd be happy to merge such fixes :)
-
@maiyannah However some of those that you mentioned have already been fixed. At least the AdminpanelAction::canAdmin static definition: https://git.gnu.io/gnu/gnu-social/commit/158b323767e4f5bc87281e027f289b76354a8840
-
@maiyannah I run nightly on all my instances .)