From f8314496a23a1c3d6c185d3f60ca67d0cc674128 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 30 Oct 2007 12:06:28 +0000 Subject: [PATCH] Fix bug headers --- ext/mysqli/tests/bug29311.phpt | 4 ++-- ext/mysqli/tests/bug42378.phpt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/mysqli/tests/bug29311.phpt b/ext/mysqli/tests/bug29311.phpt index 0c70f83557..83b18388c4 100644 --- a/ext/mysqli/tests/bug29311.phpt +++ b/ext/mysqli/tests/bug29311.phpt @@ -1,5 +1,5 @@ --TEST-- -constructor test +Bug #29311 (Cannot override mysqli constructor) --SKIPIF-- --EXPECTF-- -done! \ No newline at end of file +done! diff --git a/ext/mysqli/tests/bug42378.phpt b/ext/mysqli/tests/bug42378.phpt index 4489751a90..fcdd7e0daa 100644 --- a/ext/mysqli/tests/bug42378.phpt +++ b/ext/mysqli/tests/bug42378.phpt @@ -1,5 +1,5 @@ --TEST-- -SELECT column, FORMAT(...) AS _format +Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format) --SKIPIF--