DBM
-Rasmus Lerdorf, Jim Winstead
+Rasmus Lerdorf, Jim Winstead, Marcus Boerger
+----------------------------------------------------------------------+
| Copyright (c) 1997-2003 The PHP Group |
+----------------------------------------------------------------------+
- | This source file is subject to version 3.0 of the PHP license, |
+ | This source file is subject to version 2.02 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
- | available through the world-wide-web at the following url: |
- | http://www.php.net/license/3_0.txt. |
+ | available at through the world-wide-web at |
+ | http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| license@php.net so we can mail you a copy immediately. |
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
| Jim Winstead <jimw@php.net> |
+ | Marcus Boerger <helly@php.net> |
+----------------------------------------------------------------------+
*/
/* {{{ proto array db_id_list(void)
Return an associative array id->filename */
-#if HELLY_0
-/* New function not needed yet */
PHP_FUNCTION(db_id_list)
{
ulong numitems, i;
}
}
/* }}} */
-#endif
/* {{{ php_get_info_db
*/
}
/* }}} */
-/* {{{ latfile_nextkey
+/* {{{ flatfile_nextkey
*/
datum flatfile_nextkey(FILE *dbf) {
datum buf;
PHP_FE(dbmdelete, NULL)
PHP_FE(dbmfirstkey, NULL)
PHP_FE(dbmnextkey, NULL)
-#if HELLY_0
PHP_FE(db_id_list, NULL)
-#endif
{NULL, NULL, NULL}
};
/* }}} */
--- /dev/null
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE package SYSTEM "../../../php4/pear/package.dtd">
+<package>
+ <name>DBM</name>
+ <summary>DBM database bindings</summary>
+ <maintainers>
+ <maintainer>
+ <user>rasmus</user>
+ <name>Rasmus Lerdorf</name>
+ <email>rasmus@php.net</email>
+ <role>lead</role>
+ </maintainer>
+ <maintainer>
+ <user>jimw</user>
+ <name>Jim Winstead</name>
+ <email>jimw@php.net</email>
+ <role>lead</role>
+ </maintainer>
+ <maintainer>
+ <user>helly</user>
+ <name>Marcus Börger</name>
+ <email>helly@php.net</email>
+ <role>developer</role>
+ </maintainer>
+ </maintainers>
+ <description>
+ This deprecated package is replaced by the standard extenstion dba.
+ </description>
+ <license>PHP</license>
+ <release>
+ <state>deprecated</state>
+ <version>1.0</version>
+ <date>2003-06-14</date>
+ <notes>
+ </notes>
+ <filelist>
+ <file role="src" name="config.m4"/>
+ <file role="src" name="db.c"/>
+ <file role="src" name="db.dsp"/>
+ <file role="src" name="php_db.h"/>
+ <file role="doc" name="CREDITS"/>
+ <file role="doc" name="README"/>
+ <dir name="test">
+ <file role="test" name="001.phpt"/>
+ <file role="test" name="002.phpt"/>
+ <file role="test" name="003.phpt"/>
+ <file role="test" name="004.phpt"/>
+ <file role="test" name="005.phpt"/>
+ <file role="test" name="006.phpt"/>
+ <file role="test" name="test.inc"/>
+ </dir>
+ </filelist>
+ </release>
+</package>
+----------------------------------------------------------------------+
| Authors: Rasmus Lerdorf <rasmus@php.net> |
| Jim Winstead <jimw@php.net> |
+ | Marcus Boerger <helly@php.net> |
+----------------------------------------------------------------------+
*/
PHP_FUNCTION(dbmdelete);
PHP_FUNCTION(dbmfirstkey);
PHP_FUNCTION(dbmnextkey);
+PHP_FUNCTION(db_id_list);
#endif /* PHP_DB_H */