| 6 | | <description>patError - simple and powerful error managemet system. Inspired by error handling of PEAR. |
| 7 | | </description> |
| 8 | | <maintainers> |
| 9 | | <maintainer> |
| 10 | | <user>schst</user> |
| 11 | | <name>Stephan Schmidt</name> |
| 12 | | <email>schst@php-tools.net</email> |
| 13 | | <role>lead</role> |
| 14 | | </maintainer> |
| 15 | | <maintainer> |
| 16 | | <user>gerd</user> |
| 17 | | <name>Gerd Schaufelberger</name> |
| 18 | | <email>gerd@php-tools.net</email> |
| 19 | | <role>lead</role> |
| 20 | | </maintainer> |
| 21 | | <maintainer> |
| 22 | | <user>argh</user> |
| 23 | | <name>Sebastian Mordziol</name> |
| 24 | | <email>argh@php-tools.net</email> |
| 25 | | <role>developer</role> |
| 26 | | </maintainer> |
| 27 | | </maintainers> |
| 28 | | <release> |
| 29 | | <version>1.1.0</version> |
| 30 | | <date>2005-03-06</date> |
| 31 | | <license>LGPL</license> |
| 32 | | <state>stable</state> |
| 33 | | <notes>Changes since 1.0.2: |
| 34 | | - allow strings in error codes (gERD) |
| 35 | | - fixed pushExpect() and popExpect() (schst) |
| 36 | | - fix PHP5 compatibility (argh) |
| 37 | | - added new handler to throw exceptions (schst) |
| 38 | | </notes> |
| 39 | | <deps> |
| 40 | | <dep type="php" rel="ge" version="4.3.0" optional="no"/> |
| 41 | | </deps> |
| 42 | | <filelist> |
| 43 | | <dir name="/" baseinstalldir="pat"> |
| 44 | | <dir name="docs"> |
| 45 | | <file role="doc" name="errorcodes.txt"/> |
| 46 | | <file role="doc" name="install.txt"/> |
| 47 | | <file role="doc" name="readme.txt"/> |
| 48 | | </dir> <!-- /docs --> |
| 49 | | <dir name="examples"> |
| 50 | | <file role="doc" name="example_cli_error.php"/> |
| 51 | | <file role="doc" name="example_error.php"/> |
| 52 | | <file role="doc" name="example_errormanager.php"/> |
| 53 | | <file role="doc" name="example_errormanager_customlevel.php"/> |
| 54 | | <file role="doc" name="example_exception.php"/> |
| 55 | | <file role="doc" name="example_expect.php"/> |
| 56 | | <file role="doc" name="example_ignore.php"/> |
| 57 | | <file role="doc" name="patErrorHandlerDebug.php"/> |
| 58 | | </dir> <!-- /examples --> |
| 59 | | <file role="php" name="patError.php"/> |
| 60 | | <file role="php" name="patErrorManager.php"/> |
| 61 | | </dir> <!-- / --> |
| 62 | | </filelist> |
| 63 | | </release> |
| | 9 | <description>patError - simple and powerful error managemet system. Inspired by error handling of PEAR.</description> |
| | 10 | <lead> |
| | 11 | <name>Stephan Schmidt</name> |
| | 12 | <user>schst</user> |
| | 13 | <email>schst@php-tools.net</email> |
| | 14 | <active>yes</active> |
| | 15 | </lead> |
| | 16 | <lead> |
| | 17 | <name>gERD Schaufelberger</name> |
| | 18 | <user>gerd</user> |
| | 19 | <email>gerd@php-tools.net</email> |
| | 20 | <active>yes</active> |
| | 21 | </lead> |
| | 22 | <developer> |
| | 23 | <name>Sebastian Mordziol</name> |
| | 24 | <user>argh</user> |
| | 25 | <email>argh@php-tools.net</email> |
| | 26 | <active>yes</active> |
| | 27 | </developer> |
| | 28 | <date>2008-07-19</date> |
| | 29 | <time>19:25:39</time> |
| | 30 | <version> |
| | 31 | <release>1.2.0</release> |
| | 32 | <api>1.2.0</api> |
| | 33 | </version> |
| | 34 | <stability> |
| | 35 | <release>stable</release> |
| | 36 | <api>stable</api> |
| | 37 | </stability> |
| | 38 | <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> |
| | 39 | <notes>Changes since 1.1.0: |
| | 40 | - Remove PHP4 compatibility (schst) |
| | 41 | - Got rid of all E_DEPRECATED and E_NOTICE messages (schst) |
| | 42 | - Got rid of all E_STRICT messages (schst) |
| | 43 | - Replaced usage of global variables with static class properties (schst) |
| | 44 | - Adjusted to PEAR coding guidelines (schst)</notes> |
| | 45 | <contents> |
| | 46 | <dir baseinstalldir="pat" name="/"> |
| | 47 | <dir name="docs"> |
| | 48 | <file name="errorcodes.txt" role="doc" /> |
| | 49 | <file name="install.txt" role="doc" /> |
| | 50 | <file name="readme.txt" role="doc" /> |
| | 51 | </dir> <!-- /docs --> |
| | 52 | <dir name="examples"> |
| | 53 | <file name="example_cli_error.php" role="doc" /> |
| | 54 | <file name="example_error.php" role="doc" /> |
| | 55 | <file name="example_errormanager_customlevel.php" role="doc" /> |
| | 56 | <file name="example_exception.php" role="doc" /> |
| | 57 | <file name="example_expect.php" role="doc" /> |
| | 58 | <file name="example_ignore.php" role="doc" /> |
| | 59 | <file name="patErrorHandlerDebug.php" role="doc" /> |
| | 60 | </dir> <!-- /examples --> |
| | 61 | <file name="autopackage2.php" role="php" /> |
| | 62 | <file name="patError.php" role="php" /> |
| | 63 | <file name="patErrorManager.php" role="php" /> |
| | 64 | </dir> <!-- / --> |
| | 65 | </contents> |
| | 66 | <dependencies> |
| | 67 | <required> |
| | 68 | <php> |
| | 69 | <min>5.0.0</min> |
| | 70 | </php> |
| | 71 | <pearinstaller> |
| | 72 | <min>1.4.0</min> |
| | 73 | </pearinstaller> |
| | 74 | </required> |
| | 75 | </dependencies> |
| | 76 | <phprelease /> |
| 65 | | <release> |
| 66 | | <version>1.0</version> |
| 67 | | <date>2004-02-10</date> |
| 68 | | <license>PHP License</license> |
| 69 | | <state>beta</state> |
| 70 | | <notes>first public release |
| 71 | | </notes> |
| 72 | | </release> |
| 73 | | <release> |
| 74 | | <version>1.0.1</version> |
| 75 | | <date>2004-03-31</date> |
| 76 | | <license>PHP License</license> |
| 77 | | <state>beta</state> |
| 78 | | <notes>added cli-compatible error-handling |
| 79 | | </notes> |
| 80 | | </release> |
| 81 | | <release> |
| 82 | | <version>1.0.2</version> |
| 83 | | <date>2004-05-04</date> |
| 84 | | <license>PHP License</license> |
| 85 | | <state>beta</state> |
| 86 | | <notes>new features for ignoring errors |
| 87 | | </notes> |
| 88 | | </release> |
| 89 | | <release> |
| 90 | | <version>1.1.0</version> |
| 91 | | <date>2005-03-06</date> |
| 92 | | <license>LGPL</license> |
| 93 | | <state>stable</state> |
| 94 | | <notes>Changes since 1.0.2: |
| 95 | | - allow strings in error codes (gERD) |
| 96 | | - fixed pushExpect() and popExpect() (schst) |
| 97 | | - fix PHP5 compatibility (argh) |
| 98 | | - added new handler to throw exceptions (schst) |
| 99 | | </notes> |
| 100 | | </release> |
| | 78 | <release> |
| | 79 | <version> |
| | 80 | <release>1.2.0</release> |
| | 81 | <api>1.2.0</api> |
| | 82 | </version> |
| | 83 | <stability> |
| | 84 | <release>stable</release> |
| | 85 | <api>stable</api> |
| | 86 | </stability> |
| | 87 | <date>2008-07-19</date> |
| | 88 | <license uri="http://www.gnu.org/copyleft/lesser.txt">LGPL</license> |
| | 89 | <notes>Changes since 1.1.0: |
| | 90 | - Remove PHP4 compatibility (schst) |
| | 91 | - Got rid of all E_DEPRECATED and E_NOTICE messages (schst) |
| | 92 | - Got rid of all E_STRICT messages (schst) |
| | 93 | - Replaced usage of global variables with static class properties (schst) |
| | 94 | - Adjusted to PEAR coding guidelines (schst)</notes> |
| | 95 | </release> |