[PATH=] sections incompatibility with user_ini.filename set to null
| Bug #54197 | [PATH=] sections incompatibility with user_ini.filename set to null | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2011-03-08 19:25 UTC | Modified: | 2012-04-20 02:15 UTC |
|
||||||||||
| From: | julientld at free dot fr | Assigned: | ab (profile) | |||||||||||
| Status: | Closed | Package: | PHP options/info functions | |||||||||||
| PHP Version: | 5.3.5 | OS: | Windows Server 2003 SP2 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2011-03-08 19:25 UTC] julientld at free dot fr
Description: ------------ Hello, My configuration : Windows Server 2003 SP2 IIS 6.0 PHP 5.3.5 VC9 x86 NTS FastCGI 1.5 WinCache 1.1 Same problem seen with IIS 5.1 under Windows XP SP3. Test script: --------------- In the php.ini file (production based) : [PHP] ;I do not want users to set their own configuration file so I disable the below option (set to null) user_ini.filename = ;I want to set my own simple PATH sections like that [PATH=D:/www/] upload_max_filesize = 5M Expected result: ---------------- I expect to get no error Actual result: -------------- But all the php script I open return the following : FastCGI Error The FastCGI Handler was unable to process the request. -------------------------------------------------------------------------------- Error Details: •The FastCGI process exited unexpectedly •Error Number: -1073741819 (0xc0000005). •Error Description: Unknown Error HTTP Error 500 - Server Error. Internet Information Services (IIS) I obtain no error if I remove the [PATH=] section or set a filename to user_ini.filename
Patches
fix_unintialized_doc_root (last revision 2012-03-01 10:23 UTC by ab@php.net)Pull Requests
History
AllCommentsChangesGit/SVN commits
[2011-03-08 19:31 UTC] pajoye@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: pajoye
[2011-03-08 19:31 UTC] pajoye@php.net
[2011-03-08 19:43 UTC] julientld at free dot fr
[2011-03-09 10:50 UTC] carsten_sttgt at gmx dot de
[2011-03-09 11:54 UTC] julientld at free dot fr
[2011-03-09 12:01 UTC] pajoye@php.net
-Status: Feedback +Status: Assigned
[2011-03-09 12:01 UTC] pajoye@php.net
[2011-03-09 12:19 UTC] carsten_sttgt at gmx dot de
[2011-03-09 12:22 UTC] pajoye@php.net
[2011-03-09 12:27 UTC] carsten_sttgt at gmx dot de
[2011-03-09 12:40 UTC] pajoye@php.net
[2011-03-09 13:04 UTC] carsten_sttgt at gmx dot de
[2011-03-09 13:09 UTC] pajoye@php.net
[2011-03-09 13:20 UTC] carsten_sttgt at gmx dot de
[2011-03-09 13:22 UTC] pajoye@php.net
-Block user comment: N +Block user comment: Y
[2011-03-09 13:22 UTC] pajoye@php.net
[2012-01-16 21:45 UTC] info at garrant dot com
[2012-03-01 10:09 UTC] ab@php.net
-Status: Assigned +Status: Analyzed -Assigned To: pajoye +Assigned To: ab
[2012-03-01 10:35 UTC] ab@php.net
[2012-03-01 11:16 UTC] julientld at free dot fr
[2012-03-01 22:20 UTC] mattficken@php.net
[2012-04-20 02:15 UTC] felipe@php.net
[2012-04-20 02:15 UTC] felipe@php.net
-Status: Analyzed +Status: Closed
[2012-04-20 06:40 UTC] julientld at free dot fr