pajoye                                   Tue, 06 Sep 2011 06:47:12 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=316214

Log:
- add skipif

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug55169.phpt
    U   php/php-src/branches/PHP_5_4/ext/mcrypt/tests/bug55169.phpt
    U   php/php-src/trunk/ext/mcrypt/tests/bug55169.phpt

Modified: php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug55169.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug55169.phpt 2011-09-06 
06:44:59 UTC (rev 316213)
+++ php/php-src/branches/PHP_5_3/ext/mcrypt/tests/bug55169.phpt 2011-09-06 
06:47:12 UTC (rev 316214)
@@ -1,8 +1,9 @@
 --TEST--
-mcrypt_create_iv
-https://bugs.php.net/bug.php?id=55169
+mcrypt_create_iv https://bugs.php.net/bug.php?id=55169
 --CREDIT--
 Ryan Biesemeyer <r...@yaauie.com>
+--SKIPIF--
+<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
 --FILE--
 <?php
 for( $i=1; $i<=64; $i = $i*2 ){

Modified: php/php-src/branches/PHP_5_4/ext/mcrypt/tests/bug55169.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/mcrypt/tests/bug55169.phpt 2011-09-06 
06:44:59 UTC (rev 316213)
+++ php/php-src/branches/PHP_5_4/ext/mcrypt/tests/bug55169.phpt 2011-09-06 
06:47:12 UTC (rev 316214)
@@ -1,8 +1,9 @@
 --TEST--
-mcrypt_create_iv
-https://bugs.php.net/bug.php?id=55169
+mcrypt_create_iv https://bugs.php.net/bug.php?id=55169
 --CREDIT--
 Ryan Biesemeyer <r...@yaauie.com>
+--SKIPIF--
+<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
 --FILE--
 <?php
 for( $i=1; $i<=64; $i = $i*2 ){

Modified: php/php-src/trunk/ext/mcrypt/tests/bug55169.phpt
===================================================================
--- php/php-src/trunk/ext/mcrypt/tests/bug55169.phpt    2011-09-06 06:44:59 UTC 
(rev 316213)
+++ php/php-src/trunk/ext/mcrypt/tests/bug55169.phpt    2011-09-06 06:47:12 UTC 
(rev 316214)
@@ -1,8 +1,9 @@
 --TEST--
-mcrypt_create_iv
-https://bugs.php.net/bug.php?id=55169
+mcrypt_create_iv https://bugs.php.net/bug.php?id=55169
 --CREDIT--
 Ryan Biesemeyer <r...@yaauie.com>
+--SKIPIF--
+<?php if (!extension_loaded("mcrypt")) print "skip"; ?>
 --FILE--
 <?php
 for( $i=1; $i<=64; $i = $i*2 ){

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

Reply via email to