Browse Source

- add skipif

pull/271/head
Pierre Joye 15 years ago
parent
commit
e403d5832a
  1. 2
      ext/xmlrpc/tests/bug51288.phpt

2
ext/xmlrpc/tests/bug51288.phpt

@ -1,5 +1,7 @@
--TEST--
Bug #51288 (CVE-2010-0397, NULL pointer deref when no <methodName> in request)
--SKIPIF--
<?php if (!extension_loaded("xmlrpc")) print "skip"; ?>
--FILE--
<?php
$method = NULL;

Loading…
Cancel
Save