jani            Tue Oct 30 12:05:53 2007 UTC

  Modified files:              (Branch: PHP_5_3)
    /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.3.6.1&r2=1.3.6.2&diff_format=u
Index: php-src/ext/mysqli/tests/bug29311.phpt
diff -u php-src/ext/mysqli/tests/bug29311.phpt:1.3.6.1 
php-src/ext/mysqli/tests/bug29311.phpt:1.3.6.2
--- php-src/ext/mysqli/tests/bug29311.phpt:1.3.6.1      Wed Oct 10 10:10:59 2007
+++ php-src/ext/mysqli/tests/bug29311.phpt      Tue Oct 30 12:05:53 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.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/mysqli/tests/bug42378.phpt
diff -u php-src/ext/mysqli/tests/bug42378.phpt:1.1.2.1 
php-src/ext/mysqli/tests/bug42378.phpt:1.1.2.2
--- php-src/ext/mysqli/tests/bug42378.phpt:1.1.2.1      Wed Oct 10 10:11:27 2007
+++ php-src/ext/mysqli/tests/bug42378.phpt      Tue Oct 30 12:05:53 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