]> granicus.if.org Git - php/commitdiff
- Fix bug headers
authorJani Taskinen <jani@php.net>
Tue, 30 Oct 2007 12:05:53 +0000 (12:05 +0000)
committerJani Taskinen <jani@php.net>
Tue, 30 Oct 2007 12:05:53 +0000 (12:05 +0000)
ext/mysqli/tests/bug29311.phpt
ext/mysqli/tests/bug42378.phpt

index 0c70f83557539f55ecc28d5c6f1a07859333a987..83b18388c4f708846a84b30cf0307d5cd7185df3 100644 (file)
@@ -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!
index 4489751a9075190c5ea33556696e47b53cdcc141..fcdd7e0daa2d0a7db19b0b571cfe7730c1708cc5 100644 (file)
@@ -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!