Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
--TEST-- Bug #60860 (session.save_handler=user without defined function core dumps) --EXTE..
Decoded Output download
--TEST--
Bug #60860 (session.save_handler=user without defined function core dumps)
--EXTENSIONS--
session
--SKIPIF--
<?php
include('skipif.inc');
?>
--INI--
session.save_handler=user
error_log=
--FILE--
<?php
session_start();
echo "ok
";
?>
--EXPECT--
Fatal error: PHP Startup: Session save handler "user" cannot be set by ini_set() in Unknown on line 0
ok
Did this file decode correctly?
Original Code
--TEST--
Bug #60860 (session.save_handler=user without defined function core dumps)
--EXTENSIONS--
session
--SKIPIF--
<?php
include('skipif.inc');
?>
--INI--
session.save_handler=user
error_log=
--FILE--
<?php
session_start();
echo "ok\n";
?>
--EXPECT--
Fatal error: PHP Startup: Session save handler "user" cannot be set by ini_set() in Unknown on line 0
ok
Function Calls
None |
Stats
MD5 | 90039f4822e4858d0b3859f9c06eedce |
Eval Count | 0 |
Decode Time | 70 ms |