]> granicus.if.org Git - php/commit
- Add support for db1 through emulation
authorMarcus Boerger <helly@php.net>
Fri, 25 Feb 2005 23:51:53 +0000 (23:51 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 25 Feb 2005 23:51:53 +0000 (23:51 +0000)
commit9ffeb12c4cdb930cc7563589ef954a0c3588f672
tree3172f23cb3f3fbb96a30e02e0d96587654267fa2
parent28dbc778d830d89fef27e17965ff6684a0d3f924
- Add support for db1 through emulation
# Most probably db4 requires a slightly different detection since functions
# are macros which most probably doesn't work with current configure check.
ext/dba/config.m4
ext/dba/dba.c
ext/dba/dba_db1.c [new file with mode: 0755]
ext/dba/php_db1.h [new file with mode: 0755]
ext/dba/tests/dba_db1.phpt [new file with mode: 0755]