gnu-social/lib/util
Alexei Sorokin ae4f3176b1 Remove "magic quotes" code and avoid wrong order implode
"Magic quotes" were removed in PHP 5.4, no need to mitigate it anymore.

Avoid implode() with the join()-like order of arguments which was deprecated
since PHP 7.4 and implicitly since PHP 5.3.
Also avoid implode() with an implicit separator for stylistic reasons.

mktime() with no arguments has been deprecated since PHP 5.1.
2021-07-16 19:44:41 +01:00
..
arraywrapper.php
callableleftcurry.php
command.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
commandinterpreter.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
common.php Remove "magic quotes" code and avoid wrong order implode 2021-07-16 19:44:41 +01:00
daemon.php [DAEMONS] Move resetDb to the Daemon class 2021-07-16 19:44:35 +01:00
default.php [DATABASE] Switch from PEAR DB to MDB2 2021-07-16 19:44:41 +01:00
deletetree.php
docfile.php
event.php
form.php [LIB_REFACTOR] Fix requires 2021-07-16 19:44:34 +01:00
formaction.php Avoid use of assignments bare inside statements 2021-07-16 19:44:41 +01:00
framework.php [DATABASE] Switch from PEAR DB to MDB2 2021-07-16 19:44:41 +01:00
gnusocial.php [MODULES] Make default loading attributes available in global config 2021-07-16 19:44:38 +01:00
htmloutputter.php [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
httpclient.php
infoaction.php
installer.php [DATABASE] Switch from PEAR DB to MDB2 2021-07-16 19:44:41 +01:00
internalsessionhandler.php [DATABASE] Only use single quotation marks for SQL strings 2021-07-16 19:44:35 +01:00
iomanager.php
iomaster.php [CORE] Use monotonic time via hrtime() where applicable 2021-07-16 19:44:36 +01:00
language.php
location.php
mail.php [DATABASE] Check SQL boolean values with "IS TRUE" 2021-07-16 19:44:37 +01:00
mailhandler.php Implement a class for automatic temporary file handling 2021-07-16 19:44:41 +01:00
managedaction.php
oauthclient.php
parallelizingdaemon.php
ping.php
processmanager.php
redirectingaction.php
right.php
router.php [CORE] Make avatars be served with the same mechanism as attachments 2021-07-16 19:44:36 +01:00
spawningdaemon.php [DAEMONS] Move resetDb to the Daemon class 2021-07-16 19:44:35 +01:00
taguri.php
tempfile.php Implement a class for automatic temporary file handling 2021-07-16 19:44:41 +01:00
themeuploader.php
urlmapper.php
util.php Remove "magic quotes" code and avoid wrong order implode 2021-07-16 19:44:41 +01:00
uuid.php
webcolor.php
xmloutputter.php [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00
xmlstringer.php [XML] Inscrease types strictness 2021-07-16 19:44:37 +01:00