php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #69284 post_max_size doc doesn't document use of 0 for unlimited post size
Submitted: 2015-03-24 08:14 UTC Modified: 2015-04-20 16:20 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dregad at mantisbt dot org Assigned: pasindu (profile)
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
 [2015-03-24 08:14 UTC] dregad at mantisbt dot org
Description:
------------
Ability to have unlimited post size with post-max-size = 0 was introduced in 5.3.2.

This is well documented in php.ini comments :
; Maximum size of POST data that PHP will accept.
; Its value may be 0 to disable the limit.

The online docs on the other hand, make no reference to this.

---
From manual page: http://www.php.net/ini.core
---



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-04-20 16:20 UTC] pasindu@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pasindu
 [2015-04-20 16:20 UTC] pasindu@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.

http://svn.php.net/viewvc?view=revision&revision=336606
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 03:01:32 2024 UTC