summaryrefslogtreecommitdiff
path: root/pear
Commit message (Expand)AuthorAgeFilesLines
* -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
* * PEAR now stands for "PHP Extension and Application Repository"Stig Bakken2000-07-281-3/+3
* Moving the Socket class to Net/Socket.php, and basing it on code that StigChuck Hagenbuch2000-07-282-196/+3
* added DB/oci8.php to PEAR_FILESJames L. Pine2000-07-271-0/+1
* Add a Socket class. If this should be somewhere other than top-level, justChuck Hagenbuch2000-07-272-1/+196
* Multiple DB::connect or DB::factory calls using the same backendStig Bakken2000-07-261-8/+10
* * the beginning of a regression testing framework?Stig Bakken2000-07-255-0/+171
* * generate pear scripts properly with configureStig Bakken2000-07-245-52/+58
* * PEAR.php is now generated by configureStig Bakken2000-07-241-13/+19
* added TODO file for PEARStig Bakken2000-07-241-0/+19
* licence versions -> 2.02 in pear filesDavid Croft2000-07-241-2/+2
* @Ported DB to new error reporting schemeStig Bakken2000-07-241-1/+4
* * new class: PEAR - can be used as a base class for others.Stig Bakken2000-07-246-296/+737
* various version 2.0 and 2.01 licenses -> 2.02David Croft2000-07-243-6/+6
* Remove $file and $line.Sterling Hughes2000-07-231-5/+1
* New naming sequence for PEAR_ErrorSterling Hughes2000-07-212-14/+25
* Fix this addressRasmus Lerdorf2000-07-211-1/+1
* Add PEAR_ERROR class for returning exception objects.Sterling Hughes2000-07-212-1/+64
* @Added "pear" executable, requires CGI version installed (Stig)Stig Bakken2000-07-172-1/+243
* i don't think there's a reason to nuke the db handle here (when freeingChuck Hagenbuch2000-07-021-1/+1
* DB::parseDSN() now checks the value it is passed, and if it is already anChuck Hagenbuch2000-06-301-0/+3
* Also install XML-related header files.Sascha Schumann2000-06-241-0/+3
* Here is a brief start towards getting the DB stuff up to speed and workingChuck Hagenbuch2000-06-211-2/+2
* Copy header files from main and also add that directory to the listSascha Schumann2000-06-142-1/+2
* Use the new PHP_GEN_* macros in pearSascha Schumann2000-06-141-1/+2
* Fix regexSascha Schumann2000-05-061-1/+1
* Complain loudly, if we were not able to install everything.Sascha Schumann2000-05-022-12/+38
* adda dir..Sterling Hughes2000-05-021-1/+1
* Set abs_srcdir. Last example in README.S-C-EXTENSIONS works now.Sascha Schumann2000-05-021-0/+2
* Pear Changes:Sascha Schumann2000-05-023-7/+13
* Fix building external extensions.Sascha Schumann2000-05-023-35/+25
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
* Large test commit IVSascha Schumann2000-05-011-0/+1
* Large commit test IIISascha Schumann2000-05-011-0/+3
* Copy dynlib.mk to the build directory.Sascha Schumann2000-05-011-0/+1
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-13/+8
* TODO:Sterling Hughes2000-04-231-1/+1
* Add a new directory for File (it was supposed to be thereSterling Hughes2000-04-231-1/+2
* *** empty log message ***Sterling Hughes2000-03-271-2/+2
* *** empty log message ***Sterling Hughes2000-03-271-1/+3
* Ignore errors at this placeSascha Schumann2000-03-261-2/+2
* 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