We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5373ea commit aa7f449Copy full SHA for aa7f449
ext/oci8/php_oci8_int.h
@@ -103,7 +103,7 @@ extern zend_class_entry *oci_coll_class_entry_ptr;
103
* PHP_OCI_CRED_EXT must be distinct from the OCI_xxx privilege
104
* values.
105
*/
106
-#define PHP_OCI_CRED_EXT (1<<31)
+#define PHP_OCI_CRED_EXT (1u<<31)
107
#if ((PHP_OCI_CRED_EXT == OCI_DEFAULT) || (PHP_OCI_CRED_EXT & (OCI_SYSOPER | OCI_SYSDBA)))
108
#error Invalid value for PHP_OCI_CRED_EXT
109
#endif
0 commit comments