Skip to content

Commit

Permalink
Fix max_file_uploads changeable value
Browse files Browse the repository at this point in the history
  • Loading branch information
mumumu committed Oct 22, 2021
1 parent 9724600 commit 32be93a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appendices/ini.core.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 1b06187eb12aeeee587d9722d6e49d7e633db17d Maintainer: takagi Status: ready -->
<!-- EN-Revision: 8a04690ab3ca341df750d00b32f27df5debbc307 Maintainer: takagi Status: ready -->
<!-- CREDITS: hirokawa,shimooka,mumumu -->

<section xml:id="ini.core" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down Expand Up @@ -1596,7 +1596,7 @@ include_path = ".:${USER}/pear/php"
<row>
<entry><link linkend="ini.max-file-uploads">max_file_uploads</link></entry>
<entry>20</entry>
<entry>PHP_INI_SYSTEM</entry>
<entry>PHP_INI_PERDIR</entry>
<entry></entry>
</row>
</tbody>
Expand Down

0 comments on commit 32be93a

Please sign in to comment.