Mercurial > hg > rc1
comparison vendor/pear/pear-core-minimal/README.rst @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:50:29 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:1e000243b222 |
---|---|
1 ****************************** | |
2 Minimal set of PEAR core files | |
3 ****************************** | |
4 | |
5 This repository provides a set of files from ``pear-core`` | |
6 that are often used in PEAR packages. | |
7 | |
8 It follows the `pear-core`__ repository and gets updated whenever a new | |
9 PEAR version is released. | |
10 | |
11 It's meant to be used as dependency for composer packages. | |
12 | |
13 __ https://github.com/pear/pear-core | |
14 | |
15 ============== | |
16 Included files | |
17 ============== | |
18 - ``OS/Guess.php`` | |
19 - ``PEAR.php`` | |
20 - ``PEAR/Error.php`` | |
21 - ``PEAR/ErrorStack.php`` | |
22 - ``System.php`` | |
23 | |
24 | |
25 ``PEAR/Error.php`` is a dummy file that only includes ``PEAR.php``, | |
26 to make autoloaders work without problems. |