We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900c94f commit 1d54097Copy full SHA for 1d54097
ext/oci8/config.w32
@@ -164,8 +164,8 @@ if (PHP_OCI8_19 != "no") {
164
oci8_19_inc_paths += oci8_19_dirs[i] + "\\include;";
165
}
166
167
- oci8_19_inc_paths += PHP_PHP_BUILD + "\\include\\instantclient_12;"
168
- oci8_19_lib_paths += PHP_PHP_BUILD + "\\lib\\instantclient_12;";
+ oci8_19_inc_paths += PHP_PHP_BUILD + "\\include\\instantclient_19;"
+ oci8_19_lib_paths += PHP_PHP_BUILD + "\\lib\\instantclient_19;";
169
170
if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_19", oci8_19_inc_paths) &&
171
CHECK_LIB("oci.lib", "oci8_19", oci8_19_lib_paths))
0 commit comments