mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
upload_max_filesize can only be set in httpd.conf or php.ini
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77226 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
927fea530d
commit
68730b3db9
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.98 $ -->
|
||||
<!-- $Revision: 1.99 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP Options&Information</title>
|
||||
<titleabbrev>PHP Options/Info</titleabbrev>
|
||||
|
@ -1228,7 +1228,7 @@ echo $dat["ru_utime.tv_usec"]; # user time used (microseconds)
|
|||
<row>
|
||||
<entry>upload_max_filesize</entry>
|
||||
<entry>"2M"</entry>
|
||||
<entry>PHP_INI_PERDIR|PHP_INI_SYSTEM</entry>
|
||||
<entry>PHP_INI_SYSTEM</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>upload_tmp_dir</entry>
|
||||
|
|
Loading…
Reference in a new issue