X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=src%2Fphp_pq_params.c;h=6739b459b00876d445f65fe3981b3735435632bf;hp=5a5156ff32d85b758498e3459edc2369cffdcde0;hb=b79edc51dfb0d34f172a7bb80e7b0f225d95a744;hpb=11075db860470f36eafe93257972e5f7db9632fa diff --git a/src/php_pq_params.c b/src/php_pq_params.c index 5a5156f..6739b45 100644 --- a/src/php_pq_params.c +++ b/src/php_pq_params.c @@ -75,7 +75,9 @@ unsigned php_pq_params_add_type_oid(php_pq_params_t *p, Oid type) static zend_string *object_param_to_string(php_pq_params_t *p, zval *zobj, Oid type) { +#if PHP_PQ_HAVE_PHP_JSON_H && defined(PHP_PQ_OID_JSON) smart_str str = {0}; +#endif switch (type) { #if PHP_PQ_HAVE_PHP_JSON_H && defined(PHP_PQ_OID_JSON)