
CVS log for functions/dba_db2.c
Up to functions/
Request diff between arbitrary revisions
No default branch
1.11 Tue Aug 17 15:46:40 MET 1999
UTC by sas
CVS Tags: HEAD
Changed since 1.10: +2 -2
lines
Diffs to 1.10
(nice version)
merge change
1.10 Tue Jun 22 20:25:26 MET 1999
UTC by jimjag
CVS Tags: php_3_0_12, php_3_0_11, php_3_0_10
Changed since 1.9: +3 -2
lines
Diffs to 1.9
(nice version)
Add the 'c' mode to dba_open, making it consistant
with dbm_open. This is what 'w' USED to do, that is create a file
if it didn't exist. Now 'w' will simply open a database for
rd/wr but will not create it.
1.9 Thu Jun 3 14:15:28 MET 1999
UTC by sas
CVS Tags: php_3_0_9
Changed since 1.8: +1 -5
lines
Diffs to 1.8
(nice version)
- db2 module did some frees too much
- kill some warnings in pcre.c
1.8 Wed May 12 17:54:26 MET 1999
UTC by sas
CVS Tags: php_3_0_8
Changed since 1.7: +5 -2
lines
Diffs to 1.7
(nice version)
autoconf work for DBA module, Sleepycat changed the interface in DB 2.6.4
1.7 Mon May 10 20:50:19 MET 1999
UTC by sas
Changed since 1.6: +7 -3
lines
Diffs to 1.6
(nice version)
- revised str_replace, incorporated fix by Michael Krause
- some additional checking in DBA
- DBA passes all tests now
1.6 Mon May 10 11:52:05 MET 1999
UTC by sas
Changed since 1.5: +5 -4
lines
Diffs to 1.5
(nice version)
final cleanup of the DBA module
1.5 Mon May 10 11:15:02 MET 1999
UTC by sas
Changed since 1.4: +16 -10
lines
Diffs to 1.4
(nice version)
- add support for file mode setting
- change return type of dba_optimize
- case insensitive handler names
- use of SUCCESS/FAILURE instead of 1/0 where possible
1.4 Sun May 9 20:26:54 MET 1999
UTC by jah
Changed since 1.3: +9 -2
lines
Diffs to 1.3
(nice version)
Read and write *previously created* db2 databases not in btree-format.
1.3 Sun May 9 18:08:18 MET 1999
UTC by sas
Changed since 1.2: +5 -2
lines
Diffs to 1.2
(nice version)
- better dbm compatibility
- add dba truncate mode
1.2 Sun May 9 17:35:46 MET 1999
UTC by sas
Changed since 1.1: +12 -15
lines
Diffs to 1.1
(nice version)
- better autoconf checking for db2
- db2 compile fix
- correcter cast in file.c
- dba_sync fix
1.1 Sun May 9 16:54:35 MET 1999
UTC by sas
- add dba_sync()
- move id parameter to the last place where possible
- add DB2 support
This form allows you to request diff's between any two
revisions of a file. You may select a symbolic revision
name using the selection box or you may type in a numeric
name using the type-in text box.
You may select to see revision information from only
a single branch.
webmaster@php.net