Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

Commit

Permalink
import old version
Browse files Browse the repository at this point in the history
  • Loading branch information
mote0230 committed Dec 26, 2015
0 parents commit 85ea11c
Show file tree
Hide file tree
Showing 13 changed files with 2,117 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CREDITS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
dBase
Jim Winstead
11 changes: 11 additions & 0 deletions config.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dnl
dnl $Id: config.m4,v 1.8 2005/05/29 23:16:40 sniper Exp $
dnl

PHP_ARG_ENABLE(dbase,whether to enable dbase support,
[ --enable-dbase Enable the bundled dbase library])

if test "$PHP_DBASE" = "yes"; then
AC_DEFINE(DBASE,1,[ ])
PHP_NEW_EXTENSION(dbase, dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c, $ext_shared)
fi
Loading

0 comments on commit 85ea11c

Please sign in to comment.