You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gnu-social/extlib
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.
2 years ago
..
DB Remove "magic quotes" code and avoid wrong order implode 2 years ago
HTTP Fixing HTTP_Request2_SocketWrapper so it times out 7 years ago
MDB2 [DATABASE] Switch from PEAR DB to MDB2 2 years ago
Mail PEAR Mail package updated to 1.3.0 8 years ago
Net [CORE] Bump PHP requirement to PHP7.3+ 4 years ago
PEAR [CORE] Fixed some small issues with PEAR 4 years ago
data Updating external libraries for net access 10 years ago
php-gettext [FORMAT] Run php-cs-fixer in php-gettext 4 years ago
AcceptHeader.php [CORE] Fix undefined offset warnings in different files 2 years ago
HTTP_Request2_LICENSE PEAR::HTTP_Request2 updated to 2.2.1 10 years ago
MDB2.php [DATABASE] Switch from PEAR DB to MDB2 2 years ago
Mail.php PEAR Mail package updated to 1.3.0 8 years ago
OAuth.php Remove Google References 8 years ago
PEAR.php [PEAR] I'm tired of this issue still popping up, this seems to silence it 2 years ago
PEAR_LICENSE [CORE] Fixed some small issues with PEAR 4 years ago
README.md [DOCUMENTATION] Update description of extlib and vendor directories 4 years ago
System.php [CORE] Fixed some small issues with PEAR 4 years ago
Validate.php [EXTLIB][VALIDATE] Declare everything as static 2 years ago
Validate_LICENSE [CORE] Fixed some small issues with PEAR 4 years ago
buildPackageXML.php [PEAR] Modernize Validate code 4 years ago

README.md

Most of this directory contents are patched PEAR libraries (necessary as PEAR packages are no longer maintained)

List of external libraries

A number of external PHP libraries are used to provide basic functionality and optional functionality for your system. For your convenience, they are available in the "extlib" directory of this package, and you do not have to download and install them. However, you may want to keep them up-to-date with the latest upstream version, and the URLs are listed here for your convenience.

TODO

  • Port from PEAR NET to Guzzle
  • Port from PEAR DB to Doctrine DBAL
  • Port from PEAR mail to PHPMailer
  • eventually port OAuth to something more modern

Why not replace all the components with newer ones? We don't think the alternatives really meet our needs or are at all necessary and/or better solutions. The code of these patched libraries that we are maintaing is quite good.