helly           Thu Oct 13 14:37:23 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/pdo/tests      pdo_014.phpt 
  Log:
  - Do not try to autoload the class, use internal only
  
http://cvs.php.net/diff.php/php-src/ext/pdo/tests/pdo_014.phpt?r1=1.4.2.3&r2=1.4.2.4&ty=u
Index: php-src/ext/pdo/tests/pdo_014.phpt
diff -u php-src/ext/pdo/tests/pdo_014.phpt:1.4.2.3 
php-src/ext/pdo/tests/pdo_014.phpt:1.4.2.4
--- php-src/ext/pdo/tests/pdo_014.phpt:1.4.2.3  Mon Oct  3 11:06:27 2005
+++ php-src/ext/pdo/tests/pdo_014.phpt  Thu Oct 13 14:37:19 2005
@@ -4,7 +4,7 @@
 <?php # vim:ft=php
 if (!extension_loaded('pdo')) die('skip');
 if (!extension_loaded('SPL')) print 'skip SPL not available';
-if (!class_exists('IteratorIterator')) die('skip IteratorIterator class not 
present');
+if (!class_exists('IteratorIterator', false)) die('skip IteratorIterator class 
not present');
 $dir = getenv('REDIR_TEST_DIR');
 if (false == $dir) die('skip no driver');
 require_once $dir . 'pdo_test.inc';

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

Reply via email to