summaryrefslogtreecommitdiff
path: root/ext/dba/dba_db2.c
Commit message (Collapse)AuthorAgeFilesLines
* - MFH: Make DBA compile as a shared module againDerick Rethans2002-04-181-0/+4
|
* ws changesSascha Schumann2002-04-101-15/+17
|
* Replace all memsets with variable initializationsSascha Schumann2002-04-101-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 Schumann2002-04-101-1/+1
|
* Please test patches which are merged into the release branch.Sascha Schumann2002-04-101-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 Rethans2002-04-081-1/+1
|
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* My bad. Left some stray debugging code in previous commit.Gavin Sherry2002-01-121-4/+2
|
* See the update to dba_db3.cGavin Sherry2002-01-121-4/+8
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-1/+1
| | | | | I've got pretty much everything now...
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Another TSRMLS_FETCH() nuke.foobar2001-08-141-1/+0
|
* Another TSRM fix.foobar2001-08-061-1/+2
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-21/+11
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
|
* Unify use of my email addressSascha Schumann2000-07-101-1/+1
|
* # Reverting as requested.Jouni Ahto2000-06-271-15/+0
|
* - dba_[p]open accepts now a new parameter, which kind of database to createJouni Ahto2000-06-271-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 bugZeev Suraski2000-04-201-1/+1
| | | | | - Add more V_STAT() V_LSTAT() changes
* Ease include file selection. Let's see which cpps support this construct.Sascha Schumann1999-12-301-8/+2
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-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 Schumann1999-09-171-2/+2
|
* fix flushing cached information to diskSascha Schumann1999-08-171-1/+1
|
* initial import of DBASascha Schumann1999-07-211-0/+207