php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22110 ini_get ("memory_limit"); not working
Submitted: 2003-02-07 10:29 UTC Modified: 2003-02-07 23:06 UTC
From: ek at aperion dot net Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 4.3.0 OS: freeBSD 4.7
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: ek at aperion dot net
New email:
PHP Version: OS:

 

 [2003-02-07 10:29 UTC] ek at aperion dot net
ini_get ("memory_limit"); does not return anything.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-07 10:48 UTC] philip@php.net
Here's how I see it.  You must have used --enable-memory-limit to use this directive at all so it essentially isn't being used so it returns an empty string.  I believe this is intentional but ideally a php-dev person will answer:

Why doesn't it return the default value?  Whether that be 8M or -1 (not sure which it is :) ... when not compiled in.  An empty string seems misleading.
 [2003-02-07 23:06 UTC] sniper@php.net
empty string is returned for any ini setting that isn't set.
Not bug.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Dec 26 18:01:31 2024 UTC