sniper          Sun Mar 25 01:15:41 2007 UTC

  Modified files:              
    /php-src/ext/mysqli/tests   bug38710.phpt 
  Log:
  - Fixed test to skip when mysqld is not running
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysqli/tests/bug38710.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/mysqli/tests/bug38710.phpt
diff -u php-src/ext/mysqli/tests/bug38710.phpt:1.2 
php-src/ext/mysqli/tests/bug38710.phpt:1.3
--- php-src/ext/mysqli/tests/bug38710.phpt:1.2  Fri Mar  9 18:37:32 2007
+++ php-src/ext/mysqli/tests/bug38710.phpt      Sun Mar 25 01:15:41 2007
@@ -1,7 +1,7 @@
 --TEST--
 Bug #38710 (data leakage because of nonexisting boundary checking in 
statements)
 --SKIPIF--
-<?php if (!extension_loaded("mysqli")) print "skip"; ?>
+<?php require_once('skipif.inc'); ?>
 --FILE--
 <?php
 include "connect.inc";

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

Reply via email to