| Commit message (Expand) | Author | Age | Files | Lines |
* | updated the .emacs example | Stig Bakken | 2001-05-06 | 1 | -1/+4 |
* | Made Cache::save() a wrapper for Cache::extSave() | Ulf Wendel | 2001-04-24 | 1 | -1/+1 |
* | Updater.php -> Uploader.php | Jon Parise | 2001-04-23 | 1 | -1/+1 |
* | * fixed PEAR_Common::infoFromDescriptionFile | Stig Bakken | 2001-04-22 | 2 | -13/+35 |
* | * expanded the following constants and made them available in PHP: | Stig Bakken | 2001-04-22 | 6 | -59/+248 |
* | * update class doc-comment | Stig Bakken | 2001-04-20 | 1 | -2/+1 |
* | * fixed up the XML-RPC class so it's useful at least (based on usefulinc 1b8) | Stig Bakken | 2001-04-20 | 1 | -2/+4 |
* | fix small bug on error reporting (PEAR::raiseError params order) | Tomas V.V.Cox | 2001-04-19 | 1 | -4/+4 |
* | * fixed DB_common::getXxx when using the parameter array (didn't work before) | Stig Bakken | 2001-04-19 | 1 | -2/+2 |
* | * cotcha, Tomas | Stig Bakken | 2001-04-19 | 1 | -1/+1 |
* | - fixed the garbage collection | Ulf Wendel | 2001-04-19 | 1 | -3/+13 |
* | * forgot to update this test too | Stig Bakken | 2001-04-19 | 1 | -5/+5 |
* | * DB_common now inherits PEAR and its error handling stuff | Stig Bakken | 2001-04-19 | 1 | -5/+5 |
* | * check that error callbacks exist | Stig Bakken | 2001-04-19 | 1 | -3/+3 |
* | * added Colin's connect/factory error reporting fix | Stig Bakken | 2001-04-19 | 1 | -7/+7 |
* | * fix handling of broken DSNs like Colin suggested | Stig Bakken | 2001-04-18 | 1 | -1/+1 |
* | * PEAR_Installer un-broken again, it still doesn't update the | Stig Bakken | 2001-04-17 | 3 | -31/+55 |
* | * have DB.php use PEAR::raiseError in factory methods | Stig Bakken | 2001-04-17 | 3 | -11/+20 |
* | * enable static use of PEAR::raiseError | Stig Bakken | 2001-04-17 | 1 | -6/+13 |
* | * implemented PEAR_Packager to make distribution packages. Currently only | Stig Bakken | 2001-04-17 | 4 | -121/+465 |
* | * DB::isManip now handles create, drop, alter, grant, revoke. | Stig Bakken | 2001-04-16 | 1 | -3/+4 |
* | * make the error class used by raiseError configurable (_error_class property, | Stig Bakken | 2001-04-16 | 2 | -22/+71 |
* | * actually commit the stuff I said I had committed :-) | Stig Bakken | 2001-04-16 | 1 | -6/+16 |
* | * added sgml/xml catalog file | Stig Bakken | 2001-04-15 | 1 | -0/+1 |
* | * add a package type called empty (default) | Stig Bakken | 2001-04-15 | 1 | -4/+4 |
* | * PEAR: look for destructor methods in parent classes if | Stig Bakken | 2001-04-13 | 2 | -24/+69 |
* | Revert mega patch. | Sascha Schumann | 2001-04-09 | 1 | -13/+2 |
* | * CGI version is always installed! | Stig Bakken | 2001-04-08 | 1 | -2/+13 |
* | Add INSTALL_ROOT variable to specify install location. | Wilfredo Sanchez | 2001-04-03 | 1 | -11/+11 |
* | Cleaner (and probably safer) condition handling. | Jon Parise | 2001-04-03 | 1 | -6/+3 |
* | - Renamed the file following Thies suggestion | Ulf Wendel | 2001-03-30 | 1 | -0/+0 |
* | - uuups, modified the package.dtd, undo | Ulf Wendel | 2001-03-29 | 1 | -3/+1 |
* | - Added a package xml file for IT[X] templates | Ulf Wendel | 2001-03-29 | 2 | -49/+83 |
* | Fix a couple of warnings when calling PEAR::raiseError() statically. | Chuck Hagenbuch | 2001-03-29 | 1 | -4/+14 |
* | - package XML for the Cache | Ulf Wendel | 2001-03-29 | 1 | -0/+20 |
* | pgsql.php | Tomas V.V.Cox | 2001-03-28 | 1 | -3/+3 |
* | Added a simple usage example | Ulf Wendel | 2001-03-28 | 1 | -1/+29 |
* | pgsql.php | Tomas V.V.Cox | 2001-03-26 | 1 | -9/+16 |
* | Install the Informix database implementation. | Jon Parise | 2001-03-24 | 1 | -0/+1 |
* | Added missing files. | Sebastian Bergmann | 2001-03-24 | 1 | -0/+5 |
* | * added Christian Stocker's tableInfo() implementation | Stig Bakken | 2001-03-24 | 1 | -0/+16 |
* | * fixed Oracle tests, fixed some bugs in DB_oci8, all tests but | Stig Bakken | 2001-03-23 | 2 | -2/+5 |
* | Style and whitespace, based mostly on a submission from | Jon Parise | 2001-03-21 | 1 | -95/+95 |
* | GarbageCollection was moved into a PEAR-Deconstructor | Christian Stocker | 2001-03-17 | 1 | -37/+46 |
* | Forgot to add it here | Colin Viebrock | 2001-03-12 | 1 | -0/+1 |
* | HEADS UP: renamed config header file in "phpize"d extensions to | Stig Bakken | 2001-03-12 | 1 | -1/+1 |
* | Use proper class name. | Andrei Zmievski | 2001-03-12 | 1 | -2/+2 |
* | Revised version of the parseDSN function. | Jon Parise | 2001-03-11 | 1 | -71/+82 |
* | * only register the destructor if it exists | Stig Bakken | 2001-03-10 | 1 | -4/+30 |
* | Formatting and minor inline doc changes. | Ulf Wendel | 2001-03-08 | 1 | -0/+1 |