php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #24955 documentation about upload_max_filesize does not match
Submitted: 2003-08-05 16:42 UTC Modified: 2004-02-26 11:31 UTC
Votes:3
Avg. Score:3.3 ± 1.2
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:1 (50.0%)
From: carlos at nimloth dot net Assigned: jmcastagnetto (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Linux
Private report: No CVE-ID: None
 [2003-08-05 16:42 UTC] carlos at nimloth dot net
Description:
------------
Hello,

http://es2.php.net/manual/en/function.ini-set.php
http://es2.php.net/manual/en/configuration.directives.php

In the first page upload_max_filesize can be changed only from php.ini. (it's labeled as PHP_INI_SYSTEM).

In the second one, upload_max_filesize is labeled as PHP_INI_SYSTEM|PHP_INI_PERDIR.

What's wrong?

Thanks.

Carlos Ollero


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-08-05 16:48 UTC] philip@php.net
This will be fixed when the genPHP_INI_ENTRY.php script is fixed by jmcastagnetto, assigning to him.
 [2003-08-05 17:10 UTC] carlos at nimloth dot net
where can I change that setting? 
 
Thanks. 
 
Carlos Ollero
 [2003-09-15 22:48 UTC] bdl at lnxgeek dot com
Reproduced on 4.3.3 running under Apache2 / Windows, also 4.3.1 on Apache1.3 / FreeBSD. Changed setting via .htaccess file, as the following:

php_value upload_max_filesize 4MB

Conclude that documentation should correctly show:

PHP_INI_SYSTEM|PHP_INI_PERDIR

Verified with various value changes.
 [2004-02-26 11:31 UTC] nlopess@php.net
This is already fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 15 15:01:39 2024 UTC