]> granicus.if.org Git - php/commitdiff
No skipping needed anymore, function is there even with mysqlnd.
authorUlf Wendel <uw@php.net>
Thu, 12 Jul 2007 13:58:41 +0000 (13:58 +0000)
committerUlf Wendel <uw@php.net>
Thu, 12 Jul 2007 13:58:41 +0000 (13:58 +0000)
ext/mysql/tests/mysql_tablename.phpt

index e0db72b0295c300dc5f8325f5a114922be673ce3..d238794a866f6979e3db3814223b030d032eddf2 100644 (file)
@@ -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";