Can't set a value with a PATH section in php.ini
| Bug #54204 | Can't set a value with a PATH section in php.ini | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2011-03-09 16:22 UTC | Modified: | 2011-07-23 06:21 UTC |
|
||||||||||
| From: | carsten_sttgt at gmx dot de | Assigned: | pajoye (profile) | |||||||||||
| Status: | Closed | Package: | *General Issues | |||||||||||
| PHP Version: | 5.3.6RC3 | OS: | Windows | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2011-03-09 16:22 UTC] carsten_sttgt at gmx dot de
Description: ------------ I can't set a value inside a PATH section. The PATH section is for the current script. This only happens with Windows. With *nix it's working as expected. Additionally this only happens with PHP5.3.6RC2, but not with 5.3.5. Test script: --------------- adding this to "php.ini": [PATH=C:/Users/Public/Documents/htdocs/] upload_max_filesize = 5M And then accessing a phpinfo.php through CGI. <?php phpinfo(); ?> Expected result: ---------------- upload_max_filesize 5M 2M Actual result: -------------- upload_max_filesize 2M 2M
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2011-03-11 09:26 UTC] carsten_sttgt at gmx dot de
-PHP Version: 5.3.6RC2 +PHP Version: 5.3.6RC3
[2011-03-11 09:26 UTC] carsten_sttgt at gmx dot de
[2011-03-19 00:16 UTC] whistl0r+php at googlemail dot com
[2011-07-13 12:16 UTC] pajoye@php.net
-Status: Open +Status: Assigned -Package: CGI related +Package: *General Issues -Assigned To: +Assigned To: pajoye
[2011-07-18 06:26 UTC] pajoye@php.net
-Status: Assigned +Status: Feedback
[2011-07-18 09:39 UTC] whistl0r+php at googlemail dot com
[2011-07-18 11:13 UTC] pajoye@php.net
[2011-07-18 11:13 UTC] pajoye@php.net
-Status: Feedback +Status: Assigned
[2011-07-23 06:21 UTC] pajoye@php.net
-Status: Assigned +Status: Closed