diff options
author | Jani Taskinen <jani@php.net> | 2007-10-30 12:05:53 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-10-30 12:05:53 +0000 |
commit | 7f49f956e8c6588c427307db38308c678270e51b (patch) | |
tree | 9dc79592c77509ad64adeb7a5cc4bb37d3c03fd1 /ext/mysqli | |
parent | 7cef86c2466585cf30a7c58229fdb58530455fd7 (diff) | |
download | php-git-7f49f956e8c6588c427307db38308c678270e51b.tar.gz |
- Fix bug headers
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/bug29311.phpt | 4 | ||||
-rw-r--r-- | 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-- <?php require_once('skipif.inc'); @@ -48,4 +48,4 @@ require_once('skipifconnectfailure.inc'); print "done!"; ?> --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-- <?php require_once('skipif.inc'); @@ -190,4 +190,4 @@ FLOAT UNSIGNED id AS order_by_col, FORMAT(col1, 0) DECIMAL(5,0) id AS order_by_col, FORMAT(col1, 0) -done!
\ No newline at end of file +done! |