From: Jani Taskinen Date: Tue, 30 Oct 2007 12:06:28 +0000 (+0000) Subject: Fix bug headers X-Git-Tag: RELEASE_2_0_0a1~1526 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8314496a23a1c3d6c185d3f60ca67d0cc674128;p=php Fix bug headers --- 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--