diff options
author | Matteo Beccati <mbeccati@php.net> | 2009-05-12 22:18:15 +0000 |
---|---|---|
committer | Matteo Beccati <mbeccati@php.net> | 2009-05-12 22:18:15 +0000 |
commit | 3fb4089ba71dfe6f30994b222ca056d2db929cfa (patch) | |
tree | 4d243a82a9b9640c0452de9c7a3285d4f555e476 /ext/pdo_pgsql/php_pdo_pgsql_int.h | |
parent | 7be13beddbf2ef403b23634d4c4e46b07c200907 (diff) | |
download | php-git-3fb4089ba71dfe6f30994b222ca056d2db929cfa.tar.gz |
MFH
- Fixed bug #48188
Diffstat (limited to 'ext/pdo_pgsql/php_pdo_pgsql_int.h')
-rw-r--r-- | ext/pdo_pgsql/php_pdo_pgsql_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |