Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 087758ee649c95efd18f04af1a5f741a > files > 34

php-suhosin-0.9.33-5.mga4.x86_64.rpm

--TEST--
Include "Variable 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
    $var = "http://127.0.0.1/";
    include $var;
?>
--EXPECTF--
ALERT - Include filename ('http://127.0.0.1/') is an URL that is not allowed (attacker 'REMOTE_ADDR not set', file '%s', line 3)