summaryrefslogtreecommitdiff
path: root/pear/PEAR.php
Commit message (Expand)AuthorAgeFilesLines
* merge in PEAR 1.3.5Greg Beaver2005-03-281-9/+89
* * don't register object on destructors list if it does not define itsStig Bakken2004-06-161-1/+1
* - Fix licence (#1645)Pierre Joye2004-06-151-1/+1
* fix Bug #937 throwError() treats every call as staticGreg Beaver2004-04-031-4/+9
* * fit copyright header on 80 columnsStig Bakken2004-03-211-17/+17
* fix #640, error in comment for getStaticPropertyGreg Beaver2004-02-271-1/+1
* fix PATH_SEPARATOR issues - was defined in PHP 4.3.0, but documentation never...Greg Beaver2004-02-071-0/+9
* - Use is_aPierre Joye2004-01-251-10/+5
* * CSMartin Jansen2004-01-191-1/+1
* fix get_class() case-sensitive incompatibility in PHP5Greg Beaver2004-01-141-6/+6
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* simple fix for core bug #362 - raiseError() doesn't return a reference, why s...Greg Beaver2003-12-061-1/+1
* fix Bug #293 [Patch] PEAR_Error not calling static method callbacks for error...Greg Beaver2003-11-261-7/+1
* Don't reapply the error_message_prefix if an errorTomas V.V.Cox2003-10-051-0/+1
* verified unit test pear2.phpt works with changes, removing old codeGreg Beaver2003-09-111-33/+0
* missed one segment to comment outGreg Beaver2003-09-111-1/+2
* use is_callable() - what a great function!Greg Beaver2003-09-111-2/+7
* fix for Bug #21845 $this in static callsGreg Beaver2003-08-131-7/+37
* Expose PHP errors on error callback functionTomas V.V.Cox2003-07-101-1/+1
* Detect enable_dl off or safe_mode on PEAR::loadExtension()Tomas V.V.Cox2003-07-081-1/+5
* Atm php5 doesn't support this:Tomas V.V.Cox2003-07-031-1/+1
* updating license information in the headers.James Cox2003-06-101-2/+2
* * Update PHPDocMartin Jansen2003-05-181-1/+3
* * Fixing noteMartin Jansen2003-05-111-1/+1
* * support both error codes and messages in the second parameter toStig Bakken2003-04-031-1/+7
* * 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