diff options
author | SVN Migration <svn@php.net> | 2002-12-21 01:30:21 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-12-21 01:30:21 +0000 |
commit | 754153c5d11425efa38ca9456f5f052f11a1722c (patch) | |
tree | 13560801bdbb1947f72443b645f55b45f7ada8c0 | |
parent | f380b6b5da97fa9813b75530c24dbe995b9a601e (diff) | |
download | php-git-754153c5d11425efa38ca9456f5f052f11a1722c.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_0RC4'.php-4.3.0RC4
-rw-r--r-- | ext/dba/php_db4.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/dba/php_db4.h b/ext/dba/php_db4.h deleted file mode 100644 index fa814c3f5e..0000000000 --- a/ext/dba/php_db4.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef PHP_DB4_H -#define PHP_DB4_H - -#if DBA_DB4 - -#include "php_dba.h" - -DBA_FUNCS(db4); - -#endif - -#endif |