php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51014 ext/xmlrpc/tests/bug18916.phpt is missing the SKIPIF section
Submitted: 2010-02-11 12:45 UTC Modified: 2010-02-12 16:53 UTC
From: jess at zend dot com Assigned:
Status: Closed Package: XMLRPC-EPI related
PHP Version: 5.3.1 OS: *
Private report: No CVE-ID: None
 [2010-02-11 12:45 UTC] 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--



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-02-11 12:50 UTC] 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-12 16:46 UTC] jani@php.net
There is no such OS called 'ALL'.
 [2010-02-12 16:53 UTC] jani@php.net
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.


 [2010-02-12 16:53 UTC] svn@php.net
Automatic comment from SVN on behalf of jani
Revision: http://svn.php.net/viewvc/?view=revision&revision=294996
Log: - Added missing SKIPIF section to tests (bug #51014)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC