kalle Mon, 17 Jan 2011 09:59:07 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=307531
Log: Remove this void comment (c/p mistake) Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt U php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt Modified: php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt 2011-01-17 09:56:25 UTC (rev 307530) +++ php/php-src/branches/PHP_5_3/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt 2011-01-17 09:59:07 UTC (rev 307531) @@ -8,7 +8,6 @@ ?> --FILE-- <?php - /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */ require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc'); /* Connect to mysql to determine the current charset so we can diffinate it */ Modified: php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt =================================================================== --- php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt 2011-01-17 09:56:25 UTC (rev 307530) +++ php/php-src/trunk/ext/pdo_mysql/tests/pdo_mysql_connect_charset.phpt 2011-01-17 09:59:07 UTC (rev 307531) @@ -8,7 +8,6 @@ ?> --FILE-- <?php - /* TODO: remove this test after fix and enable the BIT test in pdo_mysql_types.phpt again */ require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc'); /* Connect to mysql to determine the current charset so we can diffinate it */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php