summaryrefslogtreecommitdiff
path: root/pear/PEAR.php
Commit message (Expand)AuthorAgeFilesLines
* * email address changeStig Bakken2003-03-181-2/+2
* * Fixing bug #21845.Martin Jansen2003-03-131-1/+1
* * update PEAR::isError phpdocStig Bakken2003-02-101-0/+2
* * PEAR::isError accepts second parameter that will be matched againstStig Bakken2003-02-101-4/+7
* * whoops, heritage shows through :)Stig Bakken2003-01-261-1/+1
* * PEAR_Error now supports exceptions when using Zend Engine 2. Set theStig Bakken2003-01-211-12/+18
* * added debug_backtrace() support to PEAR errorsStig Bakken2003-01-091-5/+23
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Sorry Derick, generated the wrong patchPierre Joye2002-10-081-2/+1
* - Fix for deprecated functionDerick Rethans2002-10-081-1/+1
* * Fix bug #19269.Martin Jansen2002-09-251-0/+1
* * always enable track_errorsStig Bakken2002-07-211-0/+23
* * define PEAR_ZE2 when running with Zend Engine 2Stig Bakken2002-07-051-4/+3
* Dropped case insentive ext search in PEAR::loadExtension()Tomas V.V.Cox2002-06-171-2/+2
* Typo in the folding markTomas V.V.Cox2002-06-171-1/+1
* Added PEAR::loadExtension($ext) - OS independant PHP extension loadTomas V.V.Cox2002-06-171-0/+29
* trailing wsTomas V.V.Cox2002-06-171-11/+11
* - minor improvement of readability,Jan Lehnardt2002-05-291-1/+1
* - added delExpect() API method. It allows to unset one or more expectedJan Lehnardt2002-05-291-0/+70
* * phpdoc fixes (un-break the broken)Stig Bakken2002-05-261-24/+26
* * fix phpdocStig Bakken2002-04-191-35/+34
* * Added getStaticProperty() for static methods.Richard Heyes2002-04-081-0/+21
* * Added registerShutdownFunc() methodRichard Heyes2002-04-061-0/+25
* Fix bug in pushErrorHandling() (fail under very specific circumstances)Tomas V.V.Cox2002-04-061-10/+8
* phpdoc updateTomas V.V.Cox2002-03-131-15/+18
* Fix error handling selection when both class and global are setTomas V.V.Cox2002-03-131-40/+7
* * 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