summaryrefslogtreecommitdiff
path: root/pear
Commit message (Expand)AuthorAgeFilesLines
* PEAR now uses "use" instead of "include".Stig Bakken2000-03-092-31/+7
* Avoid E_NOTICE errors in PEAR code.Stig Bakken2000-02-272-2/+2
* register packageStig Bakken2000-02-261-0/+3
* Added simple HTTP utility class, currently with Date() andStig Bakken2000-02-261-0/+110
* add a note about include return valuesStig Bakken2000-02-251-1/+10
* Added phpextdist script for making external extension packages.Andrei Zmievski2000-02-222-0/+28
* install DB_pgsql and DB_storageStig Bakken2000-02-171-1/+3
* * prepare/execute emulation moved into DB_commonStig Bakken2000-02-171-1/+1
* @Added DB/storage to PEARStig Bakken2000-02-141-63/+82
* request_info.h is gone.Andrei Zmievski2000-02-111-1/+0
* Avoid the 'unexpected end of file' error.Andrei Zmievski2000-02-101-1/+1
* Return by reference, where necessary.Andrei Zmievski2000-02-091-7/+7
* Added three get modes: DB_GETMODE_ORDERED, DB_GETMODE_ASSOC andStig Bakken2000-02-091-4/+31
* * Started playing around with alternatives to javadoc.Stig Bakken2000-02-032-53/+81
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Integration of -ng changes. Changes:Sascha Schumann1999-12-305-10/+207
* Some cleanupSascha Schumann1999-12-211-1/+0
* - Documented classes, methods and constants in the sourceStig Bakken1999-12-121-22/+97
* Added some more error defines (CANNOT_CREATE/DELETE/DROP).Stig Bakken1999-12-081-0/+48
* Oops.Andrei Zmievski1999-12-071-1/+1
* (DB::parseDSN) check for an extra / at the end purely to guard againstAndrei Zmievski1999-12-071-2/+2
* (DB::parseDSN) Remove extraneous / at the end of the spec if no databaseAndrei Zmievski1999-12-071-0/+3
* @Fix warnings compiling in maintainer mode. (Stig)Stig Bakken1999-12-051-1/+3
* @Fix some warnings when compiling in maintainer-mode (Stig)Stig Bakken1999-12-011-1/+2
* remove some debug outputStig Bakken1999-12-011-1/+0
* Modified to use preg_* functions.Andrei Zmievski1999-11-291-8/+8
* more PECL -> PEAR renamingStig Bakken1999-11-292-13/+15
* - DB classes now inherit DB_commonStig Bakken1999-11-291-4/+112
* Don't bail out, if PECL cannot be installed. PHP is often only anSascha Schumann1999-11-231-2/+2
* @Introduced PECL - PHP Extension and Code Library (prounounced "picke")Stig Bakken1999-11-223-0/+228