File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn()
3
3
--SKIPIF--
4
4
<?php extension_loaded ("pdo_firebird " ) or die ("skip " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--FILE--
6
7
<?php
7
8
Original file line number Diff line number Diff line change 2
2
PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
3
3
--SKIPIF--
4
4
<?php extension_loaded ("pdo_firebird " ) or die ("skip " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--FILE--
6
7
<?php
7
8
Original file line number Diff line number Diff line change 2
2
PDO_Firebird: bug 53280 segfaults if query column count is less than param count
3
3
--SKIPIF--
4
4
<?php extension_loaded ("pdo_firebird " ) or die ("skip " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--FILE--
6
7
<?php
7
8
Original file line number Diff line number Diff line change 2
2
PDO_Firebird: connect/disconnect
3
3
--SKIPIF--
4
4
<?php include ("skipif.inc " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--FILE--
6
7
<?php /* $Id$ */
7
8
Original file line number Diff line number Diff line change 2
2
PDO_Firebird: DDL/transactions
3
3
--SKIPIF--
4
4
<?php include ("skipif.inc " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--FILE--
6
7
<?php /* $Id$ */
7
8
Original file line number Diff line number Diff line change 2
2
PDO_Firebird: prepare/execute/binding
3
3
--SKIPIF--
4
4
<?php include ("skipif.inc " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--INI--
6
7
ibase.timestampformat=%Y-%m-%d %H:%M:%S
7
8
--FILE--
Original file line number Diff line number Diff line change 2
2
PDO_Firebird: rowCount
3
3
--SKIPIF--
4
4
<?php extension_loaded ("pdo_firebird " ) or die ("skip " ); ?>
5
+ <?php function_exists ("ibase_query " ) or die ("skip " ); ?>
5
6
--FILE--
6
7
<?php /* $Id$ */
7
8
You can’t perform that action at this time.
0 commit comments