Fix oci8 Oracle Client paths on Windows

This is a copy & paste relict, but we don't fix it for the stable
branches, since some may rely on these paths now (unlikely, but still
possible).
This commit is contained in:
Christoph M. Becker 2021-12-12 22:45:46 +01:00
parent 900c94fc7c
commit 1d54097435
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -164,8 +164,8 @@ if (PHP_OCI8_19 != "no") {
oci8_19_inc_paths += oci8_19_dirs[i] + "\\include;";
}
oci8_19_inc_paths += PHP_PHP_BUILD + "\\include\\instantclient_12;"
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;";
if (CHECK_HEADER_ADD_INCLUDE("oci.h", "CFLAGS_OCI8_19", oci8_19_inc_paths) &&
CHECK_LIB("oci.lib", "oci8_19", oci8_19_lib_paths))