Skip to content

Commit

Permalink
Add oci8_failover.c to config.w32, follow up for commit 1b797f7
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplanlior committed Jul 19, 2017
1 parent e5beb4e commit 2cca43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/oci8/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ if (PHP_OCI8 != "no") {
if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8", oci8_inc_paths) &&
CHECK_LIB("oci.lib", "oci8", oci8_lib_paths))
{
EXTENSION('oci8', 'oci8.c oci8_lob.c oci8_statement.c oci8_collection.c oci8_interface.c');
EXTENSION('oci8', 'oci8.c oci8_lob.c oci8_statement.c oci8_collection.c oci8_interface.c oci8_failover.c');

AC_DEFINE('HAVE_OCI8', 1);
AC_DEFINE('HAVE_OCI_INSTANT_CLIENT', 1);
Expand Down

0 comments on commit 2cca43b

Please sign in to comment.