From: Jani Taskinen Date: Tue, 30 Oct 2007 12:05:53 +0000 (+0000) Subject: - Fix bug headers X-Git-Tag: RELEASE_1_3_1~790 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f49f956e8c6588c427307db38308c678270e51b;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--