php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40614 Incorrect memory_limit documentation
Submitted: 2007-02-23 21:06 UTC Modified: 2007-02-24 20:44 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: php at rebby dot com Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Slackware Linux
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 rebby dot com
New email:
PHP Version: OS:

 

 [2007-02-23 21:06 UTC] php at rebby dot com
Description:
------------
The documentation for the behavior of the memory_limit directive is incorrect for PHP 5.2.1.

On http://www.php.net/manual/en/ini.core.php it is still noted:

<snip>
In order to use this directive you must have enabled it at compile time. So, your configure line would have included: --enable-memory-limit.
</snip>

As of 5.2.1 this is no longer the case since the --enable-memory-limit was removed from the configure script and is now the default.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-24 20:44 UTC] dmytton@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 [2020-02-07 06:10 UTC] phpdocbot@php.net
Automatic comment on behalf of dmytton
Revision: http://git.php.net/?p=doc/en.git;a=commit;h=70303872067791d48b224dd16c27d8f21c86dc4a
Log: Fixed #40614  Incorrect memory_limit documentation
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jul 04 23:01:33 2025 UTC