| 
        php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits             
             [2018-02-14 18:35 UTC] cmb@php.net
 
-Status:      Open
+Status:      Feedback
-Assigned To:
+Assigned To: cmb
  [2018-02-14 18:35 UTC] cmb@php.net
  [2018-05-05 21:56 UTC] requinix@php.net
 
-Status: Feedback
+Status: No Feedback
  | 
    |||||||||||||||||||||||||||
            
                 
                Copyright © 2001-2025 The PHP GroupAll rights reserved.  | 
        Last updated: Tue Nov 04 04:00:01 2025 UTC | 
Description: ------------ PHP CLI and CGI produce out of memory error - even when trying to run it to show binary version: (after configure+make) $ sapi/cli/php -v Out of memory It was built with default ./configure make The error shown above is produced with all command line paramters except for "-h/--help"! Test script: --------------- The problem occurrs without any script. Expected result: ---------------- The "out of memory error" show not happen. Actual result: -------------- $ sapi/cli/php -v Out of memory