php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2877 gcc runs out of memory compiling zend_execute.c
Submitted: 1999-11-30 21:52 UTC Modified: 1999-11-30 23:32 UTC
From: adamc at barney dot phil dot unc dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Beta 3 OS: FreeBSD 3.3 (stable)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: adamc at barney dot phil dot unc dot edu
New email:
PHP Version: OS:

 

 [1999-11-30 21:52 UTC] adamc at barney dot phil dot unc dot edu
Vanilla FreeBSD setup, using GNU cc and (I believe) GNU make, AMD 486-133 with 40MB.

compiling the module as DSO for Apache 1.3.9 with mysql support and --enable-track-vars results in a long delay compiling zend_execute.c, finally terminating in:

zend_execute.c: In function `execute':
zend_execute.c:2118: virtual memory exhausted

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-11-30 23:32 UTC] rasmus at cvs dot php dot net
That's not nearly enough memory to compile PHP optimized.  Add --disable-inline to your PHP configure flags and it
should work, but you lose some performance.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sun Jun 28 05:00:01 2026 UTC