summaryrefslogtreecommitdiff
path: root/pear
Commit message (Expand)AuthorAgeFilesLines
* have DB::isError return true if passed "null". Now you can more consistentlyChuck Hagenbuch2001-01-261-3/+4
* Forgot this too ...Colin Viebrock2001-01-231-0/+2
* Never added this ...Colin Viebrock2001-01-231-0/+1
* install the various HTML/* filesChuck Hagenbuch2001-01-201-0/+3
* Fix make install in VPATH buildsSascha Schumann2001-01-131-1/+4
* Add HTTP_Compress::, which provides an easy wrapper around producingChuck Hagenbuch2001-01-121-0/+2
* PR:Mika Tuupola2001-01-121-0/+2
* @- Added Console_Getopt class for parsing command-line args. (Andrei, PEAR)Andrei Zmievski2001-01-112-0/+204
* * updated copyrights (thanks Colin)Stig Bakken2001-01-1012-135/+23
* I should learn how to spellColin Viebrock2001-01-091-1/+1
* Now the coding standards are defined elsewhere ...Colin Viebrock2001-01-091-0/+2
* Update the copyright year range to 1997-2001.Jon Parise2001-01-091-1/+1
* fix for Bug id #8606Hartmut Holzgraefe2001-01-091-2/+2
* * display a notice when downloadingStig Bakken2001-01-081-0/+4
* * no need for this test file anymoreStig Bakken2001-01-081-0/+0
* * updated DB statusStig Bakken2001-01-083-115/+191
* Fix typo. This one was my fault, anyway.Jon Parise2001-01-071-1/+1
* list the correct modeline for vi.Chuck Hagenbuch2001-01-071-1/+1
* add File/Passwd.php to the install rules, and change the class name toChuck Hagenbuch2001-01-051-0/+1
* revert Jon's patch, leaving only the correct one.Chuck Hagenbuch2001-01-051-1/+1
* $from_arr is a two-dimensional array here. Treat it as such.Jon Parise2001-01-051-1/+1
* make sure we get back a flat array from parseAddressList().Chuck Hagenbuch2001-01-051-1/+1
* initial coding standards doc for all to argue over.Chuck Hagenbuch2001-01-051-0/+238
* fix the Log::factory() method to assume that the Log stuff is in theChuck Hagenbuch2001-01-041-3/+3
* Mail.php: use the Mail_rfc822:: class to parse addresses. There is a smallChuck Hagenbuch2001-01-031-3/+7
* add Numbers/Roman.php, Net/Curl.php, and XML/RPC.php to the install rules.Chuck Hagenbuch2001-01-031-1/+5
* add allan@lodestone.co.za's Date_Human calculator class.Chuck Hagenbuch2001-01-031-0/+1
* here's an initial version of Richard Heyes' rfc822 email address parser.Chuck Hagenbuch2001-01-031-0/+1
* install the Math/* files.Chuck Hagenbuch2000-12-201-0/+3
* Initial commit of Function_Cache.Sebastian Bergmann2000-12-101-0/+2
* * DB::isManip counts "REPLACE" as a manipulation command (MySQL specific)Stig Bakken2000-12-101-1/+1
* * applied fetch modes patch for odbc by Richard M. YumulStig Bakken2000-12-081-1/+19
* * added Sebastian's affectedRows() and numRows() for MySQLStig Bakken2000-12-072-13/+30
* Fix Makefile template.Sascha Schumann2000-12-071-1/+1
* Contribute Horde's Log:: abstraction class to PEAR.Chuck Hagenbuch2000-12-072-0/+202
* * cleanupStig Bakken2000-12-061-1/+1
* #With "php -f file.php", file.php is unable to parse command-lineStig Bakken2000-12-061-1/+1
* * MySQL sequence emulation using auto_incrementStig Bakken2000-12-051-323/+413
* have PEAR::isError() not take parameters by reference for now.Chuck Hagenbuch2000-12-041-1/+1
* No comment.Sebastian Bergmann2000-12-041-2/+2
* I couldn't read it in order to understand it in order to extend it :-)Sebastian Bergmann2000-12-041-483/+417
* add a Crypt_HCEMD5 class. This implements the same algorithm as the perlChuck Hagenbuch2000-11-061-0/+2
* spelling. bad chuck.Chuck Hagenbuch2000-11-021-1/+1
* always prepend Receieved: headers to avoid generating mail that looks likeChuck Hagenbuch2000-11-021-0/+5
* PATH is not optional (we print that message, because php-config isn't in theSascha Schumann2000-10-301-1/+1
* Install the new Mail classes.Chuck Hagenbuch2000-10-251-0/+5
* add Mail:: interface and supporting classes.Chuck Hagenbuch2000-10-251-0/+169
* update for Date_Calc installMonte Ohrt2000-10-171-0/+2
* PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROWStig Bakken2000-10-152-45/+66
* PEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optionalStig Bakken2000-10-151-22/+16