From 82151d4dc30e5b8718e942faa436eddf88588d6b Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Tue, 12 May 2009 22:17:50 +0000 Subject: - Fixed bug #48188 --- ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h') diff --git a/ext/pdo_pgsql/php_pdo_pgsql_int.h b/ext/pdo_pgsql/php_pdo_pgsql_int.h index 42e96e10a7..f1464d2c3b 100644 --- a/ext/pdo_pgsql/php_pdo_pgsql_int.h +++ b/ext/pdo_pgsql/php_pdo_pgsql_int.h @@ -65,8 +65,8 @@ typedef struct { int *param_lengths; int *param_formats; Oid *param_types; - zend_bool is_prepared; #endif + zend_bool is_prepared; } pdo_pgsql_stmt; typedef struct { -- cgit v1.2.1