gnu-social/extlib
Alexei Sorokin 60c82bc9a0 [EXTLIB][VALIDATE] Declare everything as static
As was originally intended by the author and is expected.
2021-07-16 19:44:40 +01:00
..
DB [PEAR DB_DataObject] Make static methods in Cast actually static 2021-07-16 19:44:36 +01:00
HTTP Fixing HTTP_Request2_SocketWrapper so it times out 2017-07-11 12:04:09 +02:00
Mail PEAR Mail package updated to 1.3.0 2016-03-05 02:54:13 +01:00
Net [CORE] Bump PHP requirement to PHP7.3+ 2019-08-03 17:49:36 +01:00
PEAR [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
data Updating external libraries for net access 2013-10-05 14:29:02 +02:00
php-gettext [FORMAT] Run php-cs-fixer in php-gettext 2019-08-03 17:47:24 +01:00
AcceptHeader.php [CORE] Fix undefined offset warnings in different files 2021-07-16 19:44:34 +01:00
DB.php [PEAR][DB] Import some new commits 2019-08-08 02:44:14 +01:00
HTTP_Request2_LICENSE PEAR::HTTP_Request2 updated to 2.2.1 2014-07-10 16:25:59 +02:00
Mail.php PEAR Mail package updated to 1.3.0 2016-03-05 02:54:13 +01:00
OAuth.php Remove Google References 2016-03-20 13:06:58 +00:00
PEAR.php [PEAR] I'm tired of this issue still popping up, this seems to silence it 2021-07-16 19:44:37 +01:00
PEAR_LICENSE [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
README.md [DOCUMENTATION] Update description of extlib and vendor directories 2019-08-03 17:47:27 +01:00
System.php [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
Validate.php [EXTLIB][VALIDATE] Declare everything as static 2021-07-16 19:44:40 +01:00
Validate_LICENSE [CORE] Fixed some small issues with PEAR 2019-08-03 17:47:28 +01:00
buildPackageXML.php [PEAR] Modernize Validate code 2019-08-03 17:31:43 +01:00

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.