ID: 51014
User updated by: jess at zend dot com
Reported By: jess at zend dot com
Status: Open
Bug Type: XMLRPC-EPI related
Operating System: ALL
PHP Version: 5.3.1
New Comment:
Same goes for:
ext/xmlrpc/tests/bug44996.phpt
ext/xmlrpc/tests/bug45226.phpt
ext/xmlrpc/tests/bug45555.phpt
ext/xmlrpc/tests/bug45556.phpt
ext/xmlrpc/tests/bug47818.phpt
Previous Comments:
------------------------------------------------------------------------
[2010-02-11 12:45:13] jess at zend dot com
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 this bug report at http://bugs.php.net/?id=51014&edit=1