Lines Matching refs:db2
91 PHP_ARG_WITH(db2,,
92 [ --with-db2[=DIR] DBA: Oracle Berkeley DB 2.x support], no, no)
410 …PHP_DBA_STD_RESULT(db2, Berkeley DB2, [You cannot combine --with-db2 with --with-db3 or --with-db4…
413 if test -f "$i/db2/db.h"; then
415 THIS_INCLUDE=$i/db2/db.h
417 elif test -f "$i/include/db2/db.h"; then
419 THIS_INCLUDE=$i/include/db2/db.h
421 elif test -f "$i/include/db/db2.h"; then
423 THIS_INCLUDE=$i/include/db/db2.h
425 elif test -f "$i/include/db2.h"; then
427 THIS_INCLUDE=$i/include/db2.h
435 PHP_DBA_DB_CHECK(2, db-2 db2 db, [(void)db_appinit("", NULL, (DB_ENV*)0, 0)])
437 PHP_DBA_STD_RESULT(db2, Berkeley DB2)