From 3fb4089ba71dfe6f30994b222ca056d2db929cfa Mon Sep 17 00:00:00 2001 From: Matteo Beccati Date: Tue, 12 May 2009 22:18:15 +0000 Subject: MFH - 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 644e08b9f3..e73320661c 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