📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 11:29:24
📂
/
/
opt
/
alt
/
tests
/
alt-php84-pecl-memcache_8.2-1.el8
/
tests
✏️
Editing: pecl77900.phpt
--TEST-- PECL Bug #77900 (Memcache session handling, zend_mm_heap corrupted) --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- <?php include 'connect.inc'; ini_set('session.save_handler', 'memcache'); ini_set('session.save_path', "tcp://$host:$port"); session_start(); $_SESSION['test']=true; session_write_close(); session_start(); var_dump($_SESSION); session_write_close(); --EXPECT-- array(1) { ["test"]=> bool(true) }
💾 Save Changes
❌ Cancel