From: Antony Dovgal Date: Mon, 19 Jul 2004 07:35:41 +0000 (+0000) Subject: fix build X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbd5396cbb806148fe5031e49412f507b4e8ebe9;p=php fix build --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 3f46fb4e33..43f3fbcebf 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -880,7 +880,7 @@ static int _oci_bind_post_exec(void *data TSRMLS_DC) if (bind->indicator == -1) { /* NULL */ zval *val = bind->zval; - if (Z_TYPE_P(val) == IS_STRING)) { + if (Z_TYPE_P(val) == IS_STRING) { *Z_STRVAL_P(val) = '\0'; /* XXX avoid warning in debug mode */ } zval_dtor(val);