diff options
Diffstat (limited to 'ext/pdo_pgsql/tests/bug75402.phpt')
-rw-r--r-- | ext/pdo_pgsql/tests/bug75402.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_pgsql/tests/bug75402.phpt b/ext/pdo_pgsql/tests/bug75402.phpt index 4595ca93f2..bf79a1f775 100644 --- a/ext/pdo_pgsql/tests/bug75402.phpt +++ b/ext/pdo_pgsql/tests/bug75402.phpt @@ -59,11 +59,11 @@ $sql = "SELECT to_char(INSERT_DATETIME, 'IYYY.MM.DD HH24:MI:SS') as \"sDatetime\" FROM bug75402 ORDER BY INSERT_DATETIME DESC"; - + if ($db) { $stmt = $db->prepare($sql, array( - // With the following options memory is not being + // With the following options memory is not being // deallocated \PDO::ATTR_CURSOR => \PDO::CURSOR_SCROLL // With the following option memory is de-allocated |