php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch test.patch for MySQL related Bug #61288

Patch version 2012-03-05 15:19 UTC

Return to Bug #61288 | Download this patch
Patch Revisions:

Developer: remi

diff -up ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt.orig ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt
--- ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt.orig	2012-03-05 16:13:08.620342781 +0100
+++ ext/pdo_mysql/tests/pdo_mysql___construct_options_libmysql.phpt	2012-03-05 16:13:25.529343566 +0100
@@ -4,6 +4,7 @@ MySQL PDO->__construct(), libmysql only
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
+MySQLPDOTest::skip();
 if (MySQLPDOTest::isPDOMySQLnd())
 	die("skip libmysql only options")
 ?>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 19:01:30 2024 UTC