mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
add collections support to win32 build
This commit is contained in:
parent
dbb29baefe
commit
a729ce0434
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ if (PHP_OCI8 != "no") {
|
|||
AC_DEFINE('HAVE_OCI8_TEMP_LOB', 1);
|
||||
AC_DEFINE('HAVE_OCI8', 1);
|
||||
AC_DEFINE('HAVE_OCI8_ATTR_STATEMENT', 1);
|
||||
AC_DEFINE('PHP_OCI8_HAVE_COLLECTIONS', 1);
|
||||
|
||||
} else {
|
||||
WARNING("oci8 not enabled; libraries and headers not found");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue