Annotation of embedaddon/php/ext/session/tests/bug60860.phpt, revision 1.1
1.1 ! misho 1: --TEST--
! 2: Bug #60860 (session.save_handler=user without defined function core dumps)
! 3: --SKIPIF--
! 4: <?php include('skipif.inc'); ?>
! 5: --INI--
! 6: session.save_handler=user
! 7: --FILE--
! 8: <?php
! 9:
! 10: session_start();
! 11: echo "ok\n";
! 12:
! 13: ?>
! 14: --EXPECTF--
! 15: Warning: session_start(): user session functions not defined in %s on line 3
! 16:
! 17: Fatal error: session_start(): Failed to initialize storage module: user (path: ) in %s on line 3
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>