diff options
| author | Marcus Boerger <helly@php.net> | 2002-12-30 13:07:30 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-12-30 13:07:30 +0000 |
| commit | 4d2f7207c04a6377699cb96a7946cde3662c51fe (patch) | |
| tree | 991d8a9236c178eeb497c2a58a56ff37c0cfcca8 /ext/dba/libflatfile/flatfile.c | |
| parent | 426cf8eb5712f10e84a16f1cbb127c1aaa045d9c (diff) | |
| download | php-git-4d2f7207c04a6377699cb96a7946cde3662c51fe.tar.gz | |
Add info function to handlers and return handler info when dba_handlers is
called with optional parameter full_info set true.
Diffstat (limited to 'ext/dba/libflatfile/flatfile.c')
| -rw-r--r-- | ext/dba/libflatfile/flatfile.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/dba/libflatfile/flatfile.c b/ext/dba/libflatfile/flatfile.c index 4cb820875e..c2d4f91ffb 100644 --- a/ext/dba/libflatfile/flatfile.c +++ b/ext/dba/libflatfile/flatfile.c @@ -295,6 +295,13 @@ datum flatfile_nextkey(flatfile *dba TSRMLS_DC) { } /* }}} */ +/* {{{ flatfile_version */ +char *flatfile_version() +{ + return "1.0, $Revision$"; +} +/* }}} */ + /* * Local variables: * tab-width: 4 |
