Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a Crypt_HCEMD5 class. This implements the same algorithm as the perl | Chuck Hagenbuch | 2000-11-06 | 1 | -0/+2 |
| | | | | | | | Crypt::HCE_MD5 package, and should be cross-compatible with it. It provides a secret-key based encryption algorithm possibly suitable for those who don't have mcrypt enabled. | ||||
* | spelling. bad chuck. | Chuck Hagenbuch | 2000-11-02 | 1 | -1/+1 |
| | |||||
* | always prepend Receieved: headers to avoid generating mail that looks like | Chuck Hagenbuch | 2000-11-02 | 1 | -0/+5 |
| | | | | | spam, and remove a silly comment from the sendmail backend. | ||||
* | PATH is not optional (we print that message, because php-config isn't in the | Sascha Schumann | 2000-10-30 | 1 | -1/+1 |
| | | | | | PATH). | ||||
* | Install the new Mail classes. | Chuck Hagenbuch | 2000-10-25 | 1 | -0/+5 |
| | |||||
* | add Mail:: interface and supporting classes. | Chuck Hagenbuch | 2000-10-25 | 1 | -0/+169 |
| | |||||
* | update for Date_Calc install | Monte Ohrt | 2000-10-17 | 1 | -0/+2 |
| | |||||
* | PEAR DB: added DB_ERROR_VALUE_COUNT_ON_ROW | Stig Bakken | 2000-10-15 | 2 | -45/+66 |
| | |||||
* | PEAR DB: added DB_ERROR_NOT_LOCKED, gave DB_common::raiseError an optional | Stig Bakken | 2000-10-15 | 1 | -22/+16 |
| | | | | | "nativecode" parameter. | ||||
* | fix make install for PEAR. (bug 7109) | Chuck Hagenbuch | 2000-10-12 | 1 | -2/+1 |
| | |||||
* | Add File_SearchReplace class from Richard Heyes. | Chuck Hagenbuch | 2000-10-08 | 1 | -0/+1 |
| | |||||
* | install Benchmark/Iterate.php | Chuck Hagenbuch | 2000-09-30 | 1 | -0/+1 |
| | |||||
* | move the timer class to Benchmark/Timer.php, and add it to Makefile.in so it | Chuck Hagenbuch | 2000-09-28 | 2 | -169/+2 |
| | | | | | gets installed. | ||||
* | Removed profiling_information() in favour of a more generalized approach ↵ | Sebastian Bergmann | 2000-09-28 | 1 | -12/+28 |
| | | | | with get_profiling(). | ||||
* | Hopefully converted all TABs to SPACEs | Sebastian Bergmann | 2000-09-28 | 1 | -30/+30 |
| | |||||
* | Added PEAR/Timer class for timing script execution and generating profiling ↵ | Sebastian Bergmann | 2000-09-28 | 1 | -0/+153 |
| | | | | information. This class is based upon a concept by Allan Kent shown in his article on PHPBuilder.com | ||||
* | correct the problem configure script doesn't output Makefile as shared ↵ | Rui Hirokawa | 2000-09-26 | 1 | -1/+1 |
| | | | | extension. | ||||
* | PEAR: | Stig Bakken | 2000-09-13 | 3 | -32/+58 |
| | | | | | | | * added $debuginfo parameter to PEAR_Error constructor * put last query in $debuginfo from DB_common::raiseError() @PEAR: add last executed query as debug info in DB errors (Stig) | ||||
* | PEAR: | Stig Bakken | 2000-09-13 | 4 | -84/+112 |
| | | | | | | | * show what's going on when PEAR files are installed * allow multiple modes (or'ed) in PEAR_Error @PEAR: allow multiple modes in PEAR_Error (Stig) | ||||
* | @PEAR: renamed DB_GETMODE_* to DB_FETCHMODE_*, added setFetchMode() | Stig Bakken | 2000-09-12 | 2 | -20/+36 |
| | | | | | @ in DB_common to set the default mode, added some MySQL tests (Stig) | ||||
* | @Added a more configurable error reporting interface to DB. | Stig Bakken | 2000-09-09 | 8 | -169/+215 |
| | | | | | | | | | | | | | | | | | | Added a more configurable error reporting interface to DB. Also added some more tests, and moved the DB tests to pear/DB/tests. #Usage example that prints and exits on every error: #$dbh = DB::connect($dsn); #$dbh->setErrorHandling(PEAR_ERROR_DIE); # #Example with plain callback function: #$dbh->setErrorHandling(PEAR_ERROR_CALLBACK, "errorHandler"); # #Example with object callback function: #$dbh->setErrorHandling(PEAR_ERROR_CALLBACK, array($obj, "errorHandler")); # #Handler functions/methods are called with the error object as a parameter. # | ||||
* | - Converted __string_value() to toString(), since the former is obsolete. | Andrei Zmievski | 2000-09-07 | 2 | -12/+12 |
| | | | | | | | - Made sure DB results are freed where necessary. - Made DB::getAssoc() use $params if passed. - Implemented DB::getAll(). | ||||
* | All (three) current DB tests pass. | Stig Bakken | 2000-08-29 | 4 | -49/+41 |
| | |||||
* | * renamed toString method to __string_value | Stig Bakken | 2000-08-28 | 2 | -6/+8 |
| | |||||
* | I said I had not _tested_ this on windows, didn't I? :-) | Stig Bakken | 2000-08-28 | 2 | -0/+0 |
| | |||||
* | undid the undoing of Sascha's last commit | Stig Bakken | 2000-08-27 | 1 | -1/+0 |
| | |||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 6 | -69/+223 |
| | | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. | ||||
* | Fix install-local-data target in VPATH mode. PEAR.php is generated and | Sascha Schumann | 2000-08-27 | 1 | -1/+4 |
| | | | | | stored in builddir. | ||||
* | Add new depend rule to rules_pear.mk and install mkdep.awk. | Sascha Schumann | 2000-08-25 | 2 | -1/+2 |
| | |||||
* | Remove bogus commit that made DB::DB() an alias for DB::connect() | Sterling Hughes | 2000-08-24 | 1 | -7/+0 |
| | |||||
* | builddir is used by the Unix build framework. | Sascha Schumann | 2000-08-24 | 1 | -3/+3 |
| | | | | | Rename builddir to phpbuilddir | ||||
* | -Add getCode() method to PEAR_Error | Sterling Hughes | 2000-08-24 | 2 | -2/+24 |
| | | | | | | | | -Correct license versions + My Address for DB/* mods -Correct ibase module -Javadocize File_Find -Add a optional constructor to DB that passes it on to DB::connect() | ||||
* | phpextdist is located in $(srcdir), so don't try to install it from | Sascha Schumann | 2000-08-23 | 1 | -1/+2 |
| | | | | | $(builddir). | ||||
* | Make the DB classes work with call-time pass-by-reference disabled. | Chuck Hagenbuch | 2000-08-21 | 1 | -11/+11 |
| | |||||
* | Relicense build-related files under the PHP License | Sascha Schumann | 2000-08-20 | 2 | -1/+2 |
| | | | | | | Move common make rules to rules_common.mk. This gets rid of the duplicated stuff in rules.mk/rules_pear.mk. | ||||
* | Fix dependency. PEAR.php needs to be created before it can be installed. | Sascha Schumann | 2000-08-17 | 1 | -1/+1 |
| | |||||
* | @Added XML_Parser class in PEAR (Stig) | Stig Bakken | 2000-07-30 | 8 | -27/+142 |
| | | | | | | @Added "make test" target in pear/ and added some regression tests (Stig) Also fixed a bug in the PEAR class that was discovered when testing :-) | ||||
* | * PEAR now stands for "PHP Extension and Application Repository" | Stig Bakken | 2000-07-28 | 1 | -3/+3 |
| | |||||
* | Moving the Socket class to Net/Socket.php, and basing it on code that Stig | Chuck Hagenbuch | 2000-07-28 | 2 | -196/+3 |
| | | | | | | | | | | | wrote, with a few extra utility functions from my old class. Stig, I mucked with the constructor a bit since it didn't quite make sense exactly as it was - does it still do what was intended? Also, are the emacs folding things (// {{{ functionname() ...) a PEAR standard? How do they fit with the javadoc? | ||||
* | added DB/oci8.php to PEAR_FILES | James L. Pine | 2000-07-27 | 1 | -0/+1 |
| | |||||
* | Add a Socket class. If this should be somewhere other than top-level, just | Chuck Hagenbuch | 2000-07-27 | 2 | -1/+196 |
| | | | | | | let me know - none of the existing subdirectories made sense to me, and I didn't want to add a new one just for this. | ||||
* | Multiple DB::connect or DB::factory calls using the same backend | Stig Bakken | 2000-07-26 | 1 | -8/+10 |
| | | | | | should work now. | ||||
* | * the beginning of a regression testing framework? | Stig Bakken | 2000-07-25 | 5 | -0/+171 |
| | |||||
* | * generate pear scripts properly with configure | Stig Bakken | 2000-07-24 | 5 | -52/+58 |
| | |||||
* | * PEAR.php is now generated by configure | Stig Bakken | 2000-07-24 | 1 | -13/+19 |
| | |||||
* | added TODO file for PEAR | Stig Bakken | 2000-07-24 | 1 | -0/+19 |
| | |||||
* | licence versions -> 2.02 in pear files | David Croft | 2000-07-24 | 1 | -2/+2 |
| | |||||
* | @Ported DB to new error reporting scheme | Stig Bakken | 2000-07-24 | 1 | -1/+4 |
| | |||||
* | * new class: PEAR - can be used as a base class for others. | Stig Bakken | 2000-07-24 | 6 | -296/+737 |
| | | | | | | | | | * PEAR_Error moved into PEAR.php to reduce the number of files that are always included * cleaned up the PEAR_Error API a bit and changed the two classes using it * added PEAR_Installer - an administration class for installing packages and maintaining a "class/file cache" | ||||
* | various version 2.0 and 2.01 licenses -> 2.02 | David Croft | 2000-07-24 | 3 | -6/+6 |
| |