felipe Mon, 15 Feb 2010 21:32:25 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295104
Log:
- Added missing SKIPIF
Changed paths:
U php/php-src/branches/PHP_5_2/ext/soap/tests/bug46760.phpt
U php/php-src/branches/PHP_5_2/ext/soap/tests/bug48557.phpt
U php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug36226-2.phpt
U php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug42692.phpt
U php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug46427.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bug46760.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bug48557.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug36226-2.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug42692.phpt
U php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug46427.phpt
U php/php-src/trunk/ext/soap/tests/bug48557.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug42692.phpt
U php/php-src/trunk/ext/soap/tests/bugs/bug46427.phpt
Modified: php/php-src/branches/PHP_5_2/ext/soap/tests/bug46760.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/soap/tests/bug46760.phpt 2010-02-15
21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_2/ext/soap/tests/bug46760.phpt 2010-02-15
21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #46760 (SoapClient doRequest fails when proxy is used)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
Modified: php/php-src/branches/PHP_5_2/ext/soap/tests/bug48557.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/soap/tests/bug48557.phpt 2010-02-15
21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_2/ext/soap/tests/bug48557.phpt 2010-02-15
21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL);
Modified: php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug36226-2.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug36226-2.phpt
2010-02-15 21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug36226-2.phpt
2010-02-15 21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #36226 (Inconsistent handling when passing nillable arrays)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug42692.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug42692.phpt
2010-02-15 21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug42692.phpt
2010-02-15 21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set('soap.wsdl_cache_enabled','0');
Modified: php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug46427.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug46427.phpt
2010-02-15 21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_2/ext/soap/tests/bugs/bug46427.phpt
2010-02-15 21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL|E_STRICT);
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bug46760.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bug46760.phpt 2010-02-15
21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bug46760.phpt 2010-02-15
21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #46760 (SoapClient doRequest fails when proxy is used)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bug48557.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bug48557.phpt 2010-02-15
21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bug48557.phpt 2010-02-15
21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL);
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug36226-2.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug36226-2.phpt
2010-02-15 21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug36226-2.phpt
2010-02-15 21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #36226 (Inconsistent handling when passing nillable arrays)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--INI--
soap.wsdl_cache_enabled=0
--FILE--
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug42692.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug42692.phpt
2010-02-15 21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug42692.phpt
2010-02-15 21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set('soap.wsdl_cache_enabled','0');
Modified: php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug46427.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug46427.phpt
2010-02-15 21:30:22 UTC (rev 295103)
+++ php/php-src/branches/PHP_5_3/ext/soap/tests/bugs/bug46427.phpt
2010-02-15 21:32:25 UTC (rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL|E_STRICT);
Modified: php/php-src/trunk/ext/soap/tests/bug48557.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bug48557.phpt 2010-02-15 21:30:22 UTC
(rev 295103)
+++ php/php-src/trunk/ext/soap/tests/bug48557.phpt 2010-02-15 21:32:25 UTC
(rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #48557 (Numeric string keys in Apache Hashmaps are not cast to integers)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL);
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug42692.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug42692.phpt 2010-02-15 21:30:22 UTC
(rev 295103)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug42692.phpt 2010-02-15 21:32:25 UTC
(rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #42692 (Procedure 'int1' not present with doc/lit SoapServer)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
ini_set('soap.wsdl_cache_enabled','0');
Modified: php/php-src/trunk/ext/soap/tests/bugs/bug46427.phpt
===================================================================
--- php/php-src/trunk/ext/soap/tests/bugs/bug46427.phpt 2010-02-15 21:30:22 UTC
(rev 295103)
+++ php/php-src/trunk/ext/soap/tests/bugs/bug46427.phpt 2010-02-15 21:32:25 UTC
(rev 295104)
@@ -1,5 +1,7 @@
--TEST--
Bug #46427 (SoapClient() stumbles over its "stream_context" parameter)
+--SKIPIF--
+<?php require_once('skipif.inc'); ?>
--FILE--
<?php
error_reporting(E_ALL|E_STRICT);
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php