Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Fix problems with c mode | Marcus Boerger | 2004-05-10 | 1 | -0/+4 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Bugfix #25794: Cannot open existing hash db3 file with write | Marcus Boerger | 2003-11-13 | 1 | -1/+1 |
| | |||||
* | Fix open mode (noticed by FutureQuest, Inc.) | Marcus Boerger | 2003-07-03 | 1 | -1/+1 |
| | |||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Add info function to handlers and return handler info when dba_handlers is | Marcus Boerger | 2002-12-30 | 1 | -0/+5 |
| | | | | | called with optional parameter full_info set true. | ||||
* | -Fix memory handling of persistent dba connections. | Marcus Boerger | 2002-12-20 | 1 | -2/+2 |
| | | | | | | -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem | ||||
* | emalloc never returns 0, so we can simplify the code paths. | Sascha Schumann | 2002-11-06 | 1 | -5/+2 |
| | | | | | also replace ecalloc with emalloc+memset, so that the latter can be inlined. | ||||
* | Why did open fail? | Marcus Boerger | 2002-11-05 | 1 | -2/+7 |
| | |||||
* | use ecmalloc/efree functions instead of (c|m)alloc/free | Marcus Boerger | 2002-11-04 | 1 | -2/+2 |
| | |||||
* | passing around TSRM | Marcus Boerger | 2002-11-04 | 1 | -1/+1 |
| | | | | | #going to add CDB_MAKE support | ||||
* | - MFH: Make DBA compile as a shared module again | Derick Rethans | 2002-04-18 | 1 | -0/+4 |
| | |||||
* | ws changes | Sascha Schumann | 2002-04-10 | 1 | -15/+17 |
| | |||||
* | Replace all memsets with variable initializations | Sascha Schumann | 2002-04-10 | 1 | -39/+30 |
| | | | | | | | Change flow of code in functions to end in the "positive" branch. Changes verified using the original php3 dba tests. | ||||
* | too quick. full speed back. | Sascha Schumann | 2002-04-10 | 1 | -1/+1 |
| | |||||
* | Please test patches which are merged into the release branch. | Sascha Schumann | 2002-04-10 | 1 | -1/+1 |
| | | | | | | db2 has a standard UNIX API which in turn means that it returns non-zero in error conditions. | ||||
* | - Fix wrong logic (Thanks to Alan for noticing it) | Derick Rethans | 2002-04-08 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | My bad. Left some stray debugging code in previous commit. | Gavin Sherry | 2002-01-12 | 1 | -4/+2 |
| | |||||
* | See the update to dba_db3.c | Gavin Sherry | 2002-01-12 | 1 | -4/+8 |
| | |||||
* | 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 |
| | |||||
* | Another TSRMLS_FETCH() nuke. | foobar | 2001-08-14 | 1 | -1/+0 |
| | |||||
* | Another TSRM fix. | foobar | 2001-08-06 | 1 | -1/+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 |
| | |||||
* | 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. | ||||
* | Convert to Ex API. Does anyone have a better name for it? | Sascha Schumann | 1999-09-17 | 1 | -2/+2 |
| | |||||
* | fix flushing cached information to disk | Sascha Schumann | 1999-08-17 | 1 | -1/+1 |
| | |||||
* | initial import of DBA | Sascha Schumann | 1999-07-21 | 1 | -0/+207 |