Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > f7c6dce96785e6663c503caebf2b2e43 > files > 30

php-suhosin-0.9.33-0.1mdv2010.2.i586.rpm

--TEST--
Include_once "Constant URL";
--SKIPIF--
<?php include "../skipifcli.inc"; ?>
--INI--
suhosin.log.syslog=0
suhosin.log.sapi=255
suhosin.log.script=0
suhosin.log.phpscript=0
suhosin.executor.include.whitelist=
suhosin.executor.include.blacklist=
--FILE--
<?php
    include_once "http://127.0.0.1/";
?>
--EXPECTF--
ALERT - Include filename ('http://127.0.0.1/') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 2)