Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 594754 Details for
Bug 835882
php.ini file is missing max_file_uploads INI setting
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
PATCH to fix the missing INI setting in php.ini
0001-Add-max_file_uploads-INI-setting-to-php.ini-file.patch (text/plain), 906 bytes, created by
Vojtech Vitek
on 2012-06-27 12:34:55 UTC
(
hide
)
Description:
PATCH to fix the missing INI setting in php.ini
Filename:
MIME Type:
Creator:
Vojtech Vitek
Created:
2012-06-27 12:34:55 UTC
Size:
906 bytes
patch
obsolete
>From d61dafa04eb913436a3a0dcda495a761b97651db Mon Sep 17 00:00:00 2001 >From: "Vojtech Vitek (V-Teq)" <vvitek@redhat.com> >Date: Wed, 27 Jun 2012 14:12:42 +0200 >Subject: [PATCH] Add max_file_uploads INI setting to php.ini file > >PHP silently sets max_file_uploads = 20. >The INI setting was added in PHP 5.3.1 to fix CVE-2009-4017. > >See >https://bugzilla.redhat.com/show_bug.cgi?id=540459 >http://svn.php.net/viewvc?view=revision&revision=289990 >--- > php.ini | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > >diff --git a/php.ini b/php.ini >index 929adf2..6a1aeb5 100644 >--- a/php.ini >+++ b/php.ini >@@ -877,6 +877,9 @@ file_uploads = On > ; http://www.php.net/manual/en/ini.core.php#ini.upload-max-filesize > upload_max_filesize = 2M > >+; Maximum number of files that can be uploaded via a single request >+max_file_uploads = 20 >+ > ;;;;;;;;;;;;;;;;;; > ; Fopen wrappers ; > ;;;;;;;;;;;;;;;;;; >-- >1.7.7.6 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 835882
:
594751
| 594754