php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38073 memory allocation fail
Submitted: 2006-07-12 05:17 UTC Modified: 2006-07-12 10:43 UTC
From: bemehom at gmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.1.4 OS: Windows XP
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: bemehom at gmail dot com
New email:
PHP Version: OS:

 

 [2006-07-12 05:17 UTC] bemehom at gmail dot com
Description:
------------
We install PHP 5.1.4 + ZendOptimizer-3.0.1-Windows-i386.exe and execute the command-line version of php.
It occurs memory allocation error as follows:

php.exe phpinfo.php
FATAL:  emalloc():  Unable to allocate 1605449264 bytes

Reproduce code:
---------------
<?
phpinfo();
?>

Expected result:
----------------
The response of phpinfo.php

Actual result:
--------------
FATAL:  emalloc():  Unable to allocate 1605449264 bytes

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-12 10:43 UTC] tony2001@php.net
Do not file bugs when you have Zend extensions (zend_extension=)
loaded. Examples are Zend Optimizer, Zend Debugger, Turck MM Cache,
APC, Xdebug and ionCube loader.  These extensions often modify engine
behavior which is not related to PHP itself.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 10 19:01:34 2025 UTC