php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #52846 max_file_uploads is not mentioned in the documentation
Submitted: 2010-09-15 03:20 UTC Modified: 2010-09-15 06:08 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: rik at rwasmus dot nl Assigned: aharvey (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: rik at rwasmus dot nl
New email:
PHP Version: OS:

 

 [2010-09-15 03:20 UTC] rik at rwasmus dot nl
Description:
------------
The following URLs are often referenced by (new) coders:

http://www.php.net/manual/en/features.file-upload.php
http://www.php.net/manual/en/features.file-upload.common-pitfalls.php
http://www.php.net/manual/en/features.file-upload.multiple.php

No mention there of the new setting:

    max_file_uploads	20	PHP_INI_SYSTEM	Available since PHP 5.2.12

... which could help a lot when people are debugging _why_ multiple uploads fail.

Test script:
---------------
N/A

Expected result:
----------------
max_file_uploads mentioned in the documentation for uploads.

Actual result:
--------------
No mention

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-15 05:56 UTC] aharvey@php.net
-Status: Open +Status: Assigned -Assigned To: +Assigned To: aharvey
 [2010-09-15 06:08 UTC] aharvey@php.net
Automatic comment from SVN on behalf of aharvey
Revision: http://svn.php.net/viewvc/?view=revision&revision=303378
Log: Fix doc bug #52846 (max_file_uploads is not mentioned in the documentation).
 [2010-09-15 06:08 UTC] aharvey@php.net
-Status: Assigned +Status: Closed
 [2010-09-15 06:08 UTC] aharvey@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 May 05 09:01:30 2024 UTC