jani            Tue Oct 30 12:06:28 2007 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   bug29311.phpt bug42378.phpt 
  Log:
  Fix bug headers
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug29311.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/ext/mysqli/tests/bug29311.phpt
diff -u php-src/ext/mysqli/tests/bug29311.phpt:1.5 
php-src/ext/mysqli/tests/bug29311.phpt:1.6
--- php-src/ext/mysqli/tests/bug29311.phpt:1.5  Wed Oct 10 10:49:00 2007
+++ php-src/ext/mysqli/tests/bug29311.phpt      Tue Oct 30 12:06:28 2007
@@ -1,5 +1,5 @@
 --TEST--
-constructor test
+Bug #29311 (Cannot override mysqli constructor)
 --SKIPIF--
 <?php
 require_once('skipif.inc');
@@ -48,4 +48,4 @@
        print "done!";
 ?>
 --EXPECTF--
-done!
\ No newline at end of file
+done!
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug42378.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/mysqli/tests/bug42378.phpt
diff -u php-src/ext/mysqli/tests/bug42378.phpt:1.2 
php-src/ext/mysqli/tests/bug42378.phpt:1.3
--- php-src/ext/mysqli/tests/bug42378.phpt:1.2  Wed Oct 10 10:54:02 2007
+++ php-src/ext/mysqli/tests/bug42378.phpt      Tue Oct 30 12:06:28 2007
@@ -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 @@
 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!

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to