Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - MFH: Make DBA compile as a shared module again | Derick Rethans | 2002-04-18 | 1 | -0/+4 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | This fixes the notorious "mode 'c' fails" bug (see bugs - 10380, 10798, ↵ | Gavin Sherry | 2002-01-12 | 1 | -2/+4 |
| | | | | 11732). The bug originates from the fact that mode "c" for db3 sets 'type' to DB_UNKNOWN and mode DB_CREATE when the database already exists. The underlying library raises an error at this logical discrepancy: obviously one cannot create a database of unknown type. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
| | | | | | I've got pretty much everything now... | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -21/+11 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+8 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
| | |||||
* | it won't work otherwise | Daniel Beulshausen | 2000-10-26 | 1 | -0/+2 |
| | | | | | # http://support.microsoft.com/support/kb/articles/Q115/8/57.asp | ||||
* | Unify use of my email address | Sascha Schumann | 2000-07-10 | 1 | -1/+1 |
| | |||||
* | # Reverting as requested. | Jouni Ahto | 2000-06-27 | 1 | -15/+0 |
| | |||||
* | - dba_[p]open accepts now a new parameter, which kind of database to create | Jouni Ahto | 2000-06-27 | 1 | -0/+15 |
| | | | | | | | | (DBA_BTREE or DBA_HASH), if the handler is either 'db2' or 'db3' and mode 'c' or 'n'. It is ignored if mode is 'c' and the db already exists. # Asked on the list 4 1/2 hours ago if anyone's got to say something to this, # no response, so I'm assuming it's ok. And yes, I did test this. | ||||
* | - Fix virtual cwd bug | Zeev Suraski | 2000-04-20 | 1 | -1/+1 |
| | | | | | - Add more V_STAT() V_LSTAT() changes | ||||
* | Ease include file selection. Let's see which cpps support this construct. | Sascha Schumann | 1999-12-30 | 1 | -8/+2 |
| | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -1/+1 |
| | | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. | ||||
* | add Berkeley DB3 support | Sascha Schumann | 1999-11-20 | 1 | -0/+212 |
@- Added Berkeley DB3 support in DBA (Sascha) |