php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #42525 Where is --enable-memory-limit option?
Submitted: 2007-09-03 06:12 UTC Modified: 2007-11-21 17:07 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jari dot tuomoja at edita dot fi Assigned:
Status: Closed Package: Documentation problem
PHP Version: 5.2.4 OS: Fedora Core 7 i386
Private report: No CVE-ID: None
 [2007-09-03 06:12 UTC] jari dot tuomoja at edita dot fi
Description:
------------
I try to compile php-5.2.4 with option --enable-memory-limit and got message:

Notice: Following unknown configure options were used:

--enable-memory-limit


I can't find any match from documentation or/and release docs that this option is removed from 5.2.4?

Reproduce code:
---------------
./configure --with-zlib-dir=/usr/local/ --enable-shared --enable-static --disable-short-tags --with-apxs2=/usr/local/apache2/bin/apxs --with-bz2 --enable-exif --with-gd=/usr/local/ --with-freetype-dir=/usr/local/include/freetype2/ --with-png-dir=/usr/local/include/ --with-jpeg-dir=/usr/lib --enable-mbstring=all --enable-gd-native-ttf --enable-calendar --enable-zip --enable-sqlite-utf8 --with-openssl --with-mcrypt --with-mhash --with-pear --enable-soap --enable-mod-charset --enable-ftp --enable-sockets --with-oci8 --enable-memory-limit --enable-sigchild

Expected result:
----------------
Done

Actual result:
--------------
Notice: Following unknown configure options were used:

--enable-memory-limit

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-09-03 07:12 UTC] bjori@php.net
From NEWS:

  . memory-limit is always enabled (--enable-memory-limit removed)
  . default value if memory-limit is set to 128M

Reclassified
 [2007-11-21 17:07 UTC] vrana@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.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 12:01:28 2024 UTC