| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2023-05-15 07:44 UTC] webtechblogdaily at gmail dot com
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 03:00:01 2025 UTC | 
Description: ------------ Segmentation fault when try to get data after disconnect. Test script: --------------- $storage = new MogileFS(); //connect $storage->connect('192.168.0.10', 6001, 'test'); //after disconnect $storage->disconnect(); //try get $fileInfo = $storage->get('test_name'); Expected result: ---------------- MogileFsException Actual result: -------------- Segmentation fault