Lines Matching refs:db3
88 PHP_ARG_WITH(db3,,
89 [ --with-db3[=DIR] DBA: Oracle Berkeley DB 3.x support], no, no)
338 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4])
341 if test -f "$i/db3/db.h"; then
343 THIS_INCLUDE=$i/include/db3/db.h
345 elif test -f "$i/include/db3/db.h"; then
347 THIS_INCLUDE=$i/include/db3/db.h
349 elif test -f "$i/include/db/db3.h"; then
351 THIS_INCLUDE=$i/include/db/db3.h
353 elif test -f "$i/include/db3.h"; then
355 THIS_INCLUDE=$i/include/db3.h
363 …PHP_DBA_DB_CHECK(3, db-3.3 db-3.2 db-3.1 db-3.0 db-3 db3 db, [(void)db_create((DB**)0, (DB_ENV*)0,…
365 PHP_DBA_STD_RESULT(db3,Berkeley DB3)
371 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…