summaryrefslogtreecommitdiff
path: root/pear/PEAR.php
Commit message (Expand)AuthorAgeFilesLines
* MFHPierre Joye2004-01-251-10/+5
* MFHPierre Joye2004-01-251-8/+8
* - year++;Pierre Joye2004-01-251-1/+1
* odd merge conflict fixedGreg Beaver2003-11-281-4/+0
* MFH Bug #293Greg Beaver2003-11-261-7/+5
* MFH for 4.3.4RC2Tomas V.V.Cox2003-10-201-0/+1
* MFH 4.3.4RC1Pierre Joye2003-09-291-7/+10
* MFH for RC3Tomas V.V.Cox2003-08-061-1/+1
* - MFHPierre Joye2003-07-081-2/+6
* MFH,(4.3.3RC1)Pierre Joye2003-06-171-4/+6
* MFHStig Bakken2003-04-111-19/+36
* * Also fix #21845 in the release branch.Martin Jansen2003-03-131-1/+1
* * import PEAR 1.0.1Stig Bakken2003-02-151-5/+23
* MFH: 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