Alexei Sorokin ae4f3176b1 Remove "magic quotes" code and avoid wrong order implode пре 3 година
..
DB ae4f3176b1 Remove "magic quotes" code and avoid wrong order implode пре 2 година
HTTP 05a9c11c47 Fixing HTTP_Request2_SocketWrapper so it times out пре 6 година
MDB2 9e94b7f145 [DATABASE] Switch from PEAR DB to MDB2 пре 2 година
Mail 204a8f1fcc PEAR Mail package updated to 1.3.0 пре 8 година
Net db3253e5d2 [CORE] Bump PHP requirement to PHP7.3+ пре 4 година
PEAR 7d262ad50b [CORE] Fixed some small issues with PEAR пре 4 година
data c51086b302 Updating external libraries for net access пре 10 година
php-gettext b408208e4c [FORMAT] Run php-cs-fixer in php-gettext пре 4 година
AcceptHeader.php 8f070f53ec [CORE] Fix undefined offset warnings in different files пре 2 година
HTTP_Request2_LICENSE e328fd7901 PEAR::HTTP_Request2 updated to 2.2.1 пре 9 година
MDB2.php 9e94b7f145 [DATABASE] Switch from PEAR DB to MDB2 пре 2 година
Mail.php 204a8f1fcc PEAR Mail package updated to 1.3.0 пре 8 година
OAuth.php 11c57e7aee Remove Google References пре 8 година
PEAR.php 6a9dce2cc5 [PEAR] I'm tired of this issue still popping up, this seems to silence it пре 2 година
PEAR_LICENSE 7d262ad50b [CORE] Fixed some small issues with PEAR пре 4 година
README.md 39845444cc [DOCUMENTATION] Update description of extlib and vendor directories пре 4 година
System.php 7d262ad50b [CORE] Fixed some small issues with PEAR пре 4 година
Validate.php 60c82bc9a0 [EXTLIB][VALIDATE] Declare everything as static пре 2 година
Validate_LICENSE 7d262ad50b [CORE] Fixed some small issues with PEAR пре 4 година
buildPackageXML.php a38f25f7cd [PEAR] Modernize Validate code пре 4 година

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.