summaryrefslogtreecommitdiff
path: root/pear/PEAR.php
Commit message (Expand)AuthorAgeFilesLines
* * PEAR MFHStig Bakken2002-04-091-25/+57
* * partial PEAR MFHStig Bakken2002-04-091-55/+25
* * fix PEAR::setErrorHandling() settings so they apply when using raiseError()Stig Bakken2002-03-051-4/+2
* Maintain headers.Sebastian Bergmann2002-02-281-1/+0
* ='typo'Martin Jansen2002-02-181-1/+1
* * Destructors seem to work like a charm. -> No need to keep this line.Martin Jansen2001-12-151-1/+0
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * expectError() now accepts "*" as a catch-allStig Bakken2001-11-041-3/+7
* * removed error_prepend and error_append propertiesStig Bakken2001-10-311-10/+4
* renamed "debuginfo" property declaration to "userinfo"Stig Bakken2001-10-311-1/+1
* * replaced PEAR::phpVersionIs with version_compareStig Bakken2001-10-111-57/+0
* changed the logic of version comparationTomas V.V.Cox2001-10-051-10/+11
* get rid of the RC part of php versionsTomas V.V.Cox2001-10-051-3/+4
* added method phpVersionIs() to find if a PHP version is minor, greaterTomas V.V.Cox2001-10-041-0/+57
* fix for DB/tests/db_error2.phptTomas V.V.Cox2001-08-311-2/+4
* fix problem when mixing different error modes under certain circumstancesTomas V.V.Cox2001-08-311-2/+4
* Use _default_error_options as the options for PEAR_ERROR_CALLBACK.Tomas V.V.Cox2001-08-311-6/+6
* fix userinfo msg in Pear_Error::toString() when callback mode is selectedTomas V.V.Cox2001-08-311-30/+30
* killed obscure bug in pushErrorHandlingTomas V.V.Cox2001-08-301-3/+0
* The "actual" mode must be taken, not the error object modeTomas V.V.Cox2001-08-301-1/+0
* PEAR::raiseError() can be called statically - don't assume $this will beChuck Hagenbuch2001-08-151-1/+1
* * expected error codes are stored on a stack now, PEAR::expectError()Stig Bakken2001-08-141-25/+54
* * added expectError() methodStig Bakken2001-08-141-5/+89
* don't show the call_user_method deprecated use warning (disturbs tests)Tomas V.V.Cox2001-08-041-1/+1
* * DB_storage broke when DB_common::query was added, fixedStig Bakken2001-07-311-1/+5
* raiseError() now can accepts a PEAR error object in its first argument. WithTomas V.V.Cox2001-07-291-2/+10
* Added the methods pushErrorHandler and popErrorHandler. With this it'sTomas V.V.Cox2001-07-291-7/+71
* * reverted "DIRECTORY_SEPARATOR" patchMartin Jansen2001-07-071-1/+0
* * added missing constantMartin Jansen2001-07-071-0/+1
* * added missing doc for PEAR::raiseError skipmsg parameterStig Bakken2001-05-231-4/+10
* * expanded the following constants and made them available in PHP:Stig Bakken2001-04-221-0/+600
* * PEAR.php is now generated by configureStig Bakken2000-07-241-227/+0
* licence versions -> 2.02 in pear filesDavid Croft2000-07-241-2/+2
* * new class: PEAR - can be used as a base class for others.Stig Bakken2000-07-241-0/+227