summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopa Adrian Marius <mariuz@php.net>2011-12-28 09:41:02 +0000
committerPopa Adrian Marius <mariuz@php.net>2011-12-28 09:41:02 +0000
commit28878d390fef24c35feba92716677b5bfa8687e0 (patch)
tree980c9d0aef1dea510fb685df20ee0f601ca5074b
parent84ce7904372ded5dddcfd9add0908d0874b9339c (diff)
downloadphp-git-28878d390fef24c35feba92716677b5bfa8687e0.tar.gz
cleanup for bug 48877 test, add description
-rw-r--r--ext/pdo_firebird/tests/bug_48877.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo_firebird/tests/bug_48877.phpt b/ext/pdo_firebird/tests/bug_48877.phpt
index 07b734b8ef..290cd7a3a0 100644
--- a/ext/pdo_firebird/tests/bug_48877.phpt
+++ b/ext/pdo_firebird/tests/bug_48877.phpt
@@ -1,9 +1,9 @@
--TEST--
-PDO_Firebird: bug 48877 test
+PDO_Firebird: bug 48877 The "bindValue" and "bindParam" do not work for PDO Firebird if we use named parameters (:parameter).
--SKIPIF--
<?php extension_loaded("pdo_firebird") or die("skip"); ?>
--FILE--
-<?php /* $Id: rowCount.phpt 316540 2011-09-12 13:41:28Z mariuz $ */
+<?php
require("testdb.inc");