summaryrefslogtreecommitdiff
path: root/pear/PEAR.php
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 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