php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10794 Bug in memory_limit
Submitted: 2001-05-10 12:13 UTC Modified: 2001-05-10 14:50 UTC
From: baikov at mosfilm dot ru Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Redhat Linux 6.2
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: baikov at mosfilm dot ru
New email:
PHP Version: OS:

 

 [2001-05-10 12:13 UTC] baikov at mosfilm dot ru
Error in memory_limit ... Maybe... 

I'm running next script: 

while (1) { 
$x[]="test"; 
}; 

and my apache don't limit memory :( 

php.ini i'm don't change! 8M. But all 250Mb it script use :(

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-10 13:21 UTC] derick@php.net
Did yo ucompile PHP with: --enable-memory-limit ?
 [2001-05-10 14:50 UTC] baikov at mosfilm dot ru
Oops, sorry, my mistake.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC