diff options
| author | Matteo Beccati <mbeccati@php.net> | 2009-05-12 22:17:50 +0000 |
|---|---|---|
| committer | Matteo Beccati <mbeccati@php.net> | 2009-05-12 22:17:50 +0000 |
| commit | 82151d4dc30e5b8718e942faa436eddf88588d6b (patch) | |
| tree | 883b9bcbb6d71d4bd8d059a3bcd6827c5f250e06 /ext/pdo_pgsql/php_pdo_pgsql_int.h | |
| parent | 92288eca5c3a48646d8525d9d3f8dbc03b780b67 (diff) | |
| download | php-git-82151d4dc30e5b8718e942faa436eddf88588d6b.tar.gz | |
- 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 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 { |
