0
|
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.
|