Lines Matching refs:db3
88 PHP_ARG_WITH(db3,,
89 [ --with-db3[=DIR] DBA: Oracle Berkeley DB 3.x support], no, no)
377 PHP_DBA_STD_RESULT(db3, Berkeley DB3, [You cannot combine --with-db3 with --with-db4])
380 if test -f "$i/db3/db.h"; then
382 THIS_INCLUDE=$i/include/db3/db.h
384 elif test -f "$i/include/db3/db.h"; then
386 THIS_INCLUDE=$i/include/db3/db.h
388 elif test -f "$i/include/db/db3.h"; then
390 THIS_INCLUDE=$i/include/db/db3.h
392 elif test -f "$i/include/db3.h"; then
394 THIS_INCLUDE=$i/include/db3.h
402 …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,…
404 PHP_DBA_STD_RESULT(db3,Berkeley DB3)
410 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…