|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2011-05-21 19:24 UTC] shawn at digitalpoint dot com
[2021-03-25 16:30 UTC] cmb@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: cmb
[2021-03-25 16:30 UTC] cmb@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 22:00:02 2025 UTC |
Description: ------------ When I add the same server to pool and use persistance connection it will generate segmentation fault for getExtendedStats Reproduce code: --------------- $memcache_obj = new Memcache; $memcache_obj->addServer('localhost', 11211); $memcache_obj->addServer('localhost', 11211); //$memcache_obj->addServer('failed_host', 11211); $stats = $memcache_obj->getExtendedStats(); print_r($stats); Expected result: ---------------- No segmentation fault Actual result: -------------- segmentation fault