From:             jess at zend dot com
Operating system: ALL
PHP version:      5.3.1
PHP Bug Type:     XMLRPC-EPI related
Bug description:  ext/xmlrpc/tests/bug18916.phpt is missing the SKIPIF section

Description:
------------
Summary pretty much says it all.

Here's a patch:
--- php-5.3.1/ext/xmlrpc/tests/bug18916.phpt    2008-09-10
03:07:45.000000000 +0300
+++ php-5.3.1/ext/xmlrpc/tests/bug18916.phpt.mod        2010-02-11
17:39:52.000000000 +0200
@@ -1,5 +1,10 @@
 --TEST--
 Bug #18916 (xmlrpc_set_type() not working)
+--SKIPIF--
+<?php
+if (!extension_loaded("xmlrpc")) print "skip";
+?>
+
 --INI--
 date.timezone="America/Sao_Paulo"
 --FILE--



-- 
Edit bug report at http://bugs.php.net/?id=51014&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=51014&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=51014&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=51014&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=51014&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=51014&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=51014&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=51014&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=51014&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=51014&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=51014&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=51014&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=51014&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=51014&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=51014&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=51014&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=51014&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=51014&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=51014&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=51014&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=51014&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=51014&r=mysqlcfg

Reply via email to