uw              Thu Jul 12 13:58:41 2007 UTC

  Modified files:              
    /php-src/ext/mysql/tests    mysql_tablename.phpt 
  Log:
  No skipping needed anymore, function is there even with mysqlnd.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/mysql/tests/mysql_tablename.phpt?r1=1.2&r2=1.3&diff_format=u
Index: php-src/ext/mysql/tests/mysql_tablename.phpt
diff -u php-src/ext/mysql/tests/mysql_tablename.phpt:1.2 
php-src/ext/mysql/tests/mysql_tablename.phpt:1.3
--- php-src/ext/mysql/tests/mysql_tablename.phpt:1.2    Thu Jul 12 13:35:16 2007
+++ php-src/ext/mysql/tests/mysql_tablename.phpt        Thu Jul 12 13:58:41 2007
@@ -1,12 +1,7 @@
 --TEST--
 mysql_tablename()
 --SKIPIF--
-<?php
-require_once('skipif.inc');
-require_once('connect.inc');
-if ($IS_MYSQLND && !function_exists('mysql_tablename'))
-    die("skip - deprecated function not implemented in mysqlnd");
-?>
+<?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