summaryrefslogtreecommitdiff
path: root/pear
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix make install for PEAR. (bug 7109)Chuck Hagenbuch2000-10-121-2/+1
* Add File_SearchReplace class from Richard Heyes.Chuck Hagenbuch2000-10-081-0/+1
* install Benchmark/Iterate.phpChuck Hagenbuch2000-09-301-0/+1
* move the timer class to Benchmark/Timer.php, and add it to Makefile.in so itChuck Hagenbuch2000-09-282-169/+2
* Removed profiling_information() in favour of a more generalized approach with...Sebastian Bergmann2000-09-281-12/+28
* Hopefully converted all TABs to SPACEsSebastian Bergmann2000-09-281-30/+30
* Added PEAR/Timer class for timing script execution and generating profiling i...Sebastian Bergmann2000-09-281-0/+153
* correct the problem configure script doesn't output Makefile as shared extens...Rui Hirokawa2000-09-261-1/+1
* PEAR:Stig Bakken2000-09-133-32/+58
* PEAR:Stig Bakken2000-09-134-84/+112
* @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode()Stig Bakken2000-09-122-20/+36
* @Added a more configurable error reporting interface to DB.Stig Bakken2000-09-098-169/+215
* - Converted __string_value() to toString(), since the former is obsolete.Andrei Zmievski2000-09-072-12/+12
* All (three) current DB tests pass.Stig Bakken2000-08-294-49/+41
* * renamed toString method to __string_valueStig Bakken2000-08-282-6/+8
* I said I had not _tested_ this on windows, didn't I? :-)Stig Bakken2000-08-282-0/+0
* undid the undoing of Sascha's last commitStig Bakken2000-08-271-1/+0
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-276-69/+223
* Fix install-local-data target in VPATH mode. PEAR.php is generated andSascha Schumann2000-08-271-1/+4
* Add new depend rule to rules_pear.mk and install mkdep.awk.Sascha Schumann2000-08-252-1/+2
* Remove bogus commit that made DB::DB() an alias for DB::connect()Sterling Hughes2000-08-241-7/+0
* builddir is used by the Unix build framework.Sascha Schumann2000-08-241-3/+3
* -Add getCode() method to PEAR_ErrorSterling Hughes2000-08-242-2/+24
* phpextdist is located in $(srcdir), so don't try to install it fromSascha Schumann2000-08-231-1/+2
* Make the DB classes work with call-time pass-by-reference disabled.Chuck Hagenbuch2000-08-211-11/+11
* Relicense build-related files under the PHP LicenseSascha Schumann2000-08-202-1/+2
* Fix dependency. PEAR.php needs to be created before it can be installed.Sascha Schumann2000-08-171-1/+1
* @Added XML_Parser class in PEAR (Stig)Stig Bakken2000-07-308-27/+142