ID: 51014 Updated by: [email protected] Reported By: jess at zend dot com -Status: Open +Status: Closed Bug Type: XMLRPC-EPI related Operating System: * PHP Version: 5.3.1 New Comment:
This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-02-12 16:46:12] [email protected] There is no such OS called 'ALL'. ------------------------------------------------------------------------ [2010-02-11 12:50:46] jess at zend dot com 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 ------------------------------------------------------------------------ [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
