php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29602 change of "memory_limit" in php.ini doesn't have effects
Submitted: 2004-08-10 17:17 UTC Modified: 2004-08-13 14:42 UTC
From: php at grossherzog dot de Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.3.8 OS: Win XP Pro Sp2
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: php at grossherzog dot de
New email:
PHP Version: OS:

 

 [2004-08-10 17:17 UTC] php at grossherzog dot de
Description:
------------
Hi,

I just have a strange problem.

Changing "memory_limit" in php.ini doesn't have any effects.
I never get the "memory_limit" while doing phpinfo();
Thats what I tried in php.ini:
max_execution_time = 30;
max_input_time = 60;
memory_limit = 30M;

Other parameters work!

My Server Config:
Win XP Professional SP2 
Apache/2.0.50 
PHP/4.3.8

I was trying to install typo3 that need at least 16 MB memory

I don't have a clue.
Any ideas?

Thanks in advance


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-13 14:42 UTC] edink@php.net
memory_limit is not supported on windows (e.g. there is no memory limit there)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 11:01:30 2024 UTC