Mercurial > hg > isophonics-drupal-site
annotate vendor/pear/pear-core-minimal/README.rst @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | af1871eacc83 |
children |
rev | line source |
---|---|
Chris@18 | 1 ****************************** |
Chris@18 | 2 Minimal set of PEAR core files |
Chris@18 | 3 ****************************** |
Chris@18 | 4 |
Chris@18 | 5 This repository provides a set of files from ``pear-core`` |
Chris@18 | 6 that are often used in PEAR packages. |
Chris@18 | 7 |
Chris@18 | 8 It follows the `pear-core`__ repository and gets updated whenever a new |
Chris@18 | 9 PEAR version is released. |
Chris@18 | 10 |
Chris@18 | 11 It's meant to be used as dependency for composer packages. |
Chris@18 | 12 |
Chris@18 | 13 __ https://github.com/pear/pear-core |
Chris@18 | 14 |
Chris@18 | 15 ============== |
Chris@18 | 16 Included files |
Chris@18 | 17 ============== |
Chris@18 | 18 - ``OS/Guess.php`` |
Chris@18 | 19 - ``PEAR.php`` |
Chris@18 | 20 - ``PEAR/Error.php`` |
Chris@18 | 21 - ``PEAR/ErrorStack.php`` |
Chris@18 | 22 - ``System.php`` |
Chris@18 | 23 |
Chris@18 | 24 |
Chris@18 | 25 ``PEAR/Error.php`` is a dummy file that only includes ``PEAR.php``, |
Chris@18 | 26 to make autoloaders work without problems. |