pajoye Mon, 05 Sep 2011 13:52:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316182
Log:
- add skipif
Changed paths:
U php/php-src/branches/PHP_5_3/ext/wddx/tests/bug52468.phpt
U php/php-src/branches/PHP_5_4/ext/wddx/tests/bug52468.phpt
U php/php-src/trunk/ext/wddx/tests/bug52468.phpt
Modified: php/php-src/branches/PHP_5_3/ext/wddx/tests/bug52468.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/wddx/tests/bug52468.phpt 2011-09-05
13:41:01 UTC (rev 316181)
+++ php/php-src/branches/PHP_5_3/ext/wddx/tests/bug52468.phpt 2011-09-05
13:52:24 UTC (rev 316182)
@@ -1,5 +1,11 @@
--TEST--
Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
+--SKIPIF--
+<?php
+if (!extension_loaded('wddx')) {
+ die('skip. wddx not available');
+}
+?>
--FILE--
<?php
Modified: php/php-src/branches/PHP_5_4/ext/wddx/tests/bug52468.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/wddx/tests/bug52468.phpt 2011-09-05
13:41:01 UTC (rev 316181)
+++ php/php-src/branches/PHP_5_4/ext/wddx/tests/bug52468.phpt 2011-09-05
13:52:24 UTC (rev 316182)
@@ -1,5 +1,11 @@
--TEST--
Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
+--SKIPIF--
+<?php
+if (!extension_loaded('wddx')) {
+ die('skip. wddx not available');
+}
+?>
--FILE--
<?php
Modified: php/php-src/trunk/ext/wddx/tests/bug52468.phpt
===================================================================
--- php/php-src/trunk/ext/wddx/tests/bug52468.phpt 2011-09-05 13:41:01 UTC
(rev 316181)
+++ php/php-src/trunk/ext/wddx/tests/bug52468.phpt 2011-09-05 13:52:24 UTC
(rev 316182)
@@ -1,5 +1,11 @@
--TEST--
Bug #52468 (wddx_deserialize corrupts integer field value when left empty)
+--SKIPIF--
+<?php
+if (!extension_loaded('wddx')) {
+ die('skip. wddx not available');
+}
+?>
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php