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.
2 parents 942bea0 + 6c1170e commit 01db0d0Copy full SHA for 01db0d0
php_oci8_int.h
@@ -53,9 +53,13 @@
53
/* }}} */
54
55
#include "ext/standard/php_string.h"
56
+#if PHP_MAJOR_VERSION > 8 || (PHP_MAJOR_VERSION == 8 && PHP_MINOR_VERSION > 2)
57
ZEND_DIAGNOSTIC_IGNORED_START("-Wstrict-prototypes")
58
+#endif
59
#include <oci.h>
60
61
ZEND_DIAGNOSTIC_IGNORED_END
62
63
64
#if !defined(OCI_MAJOR_VERSION) || OCI_MAJOR_VERSION < 11 || ((OCI_MAJOR_VERSION == 11) && (OCI_MINOR_VERSION < 2))
65
#error This version of PHP OCI8 requires Oracle Client libraries from 11.2 or later.
0 commit comments