Edit report at http://bugs.php.net/bug.php?id=54204&edit=1

 ID:                 54204
 Comment by:         whistl0r+php at googlemail dot com
 Reported by:        carsten_sttgt at gmx dot de
 Summary:            Can't set a value with a PATH section in php.ini
 Status:             Open
 Type:               Bug
 Package:            CGI related
 Operating System:   Windows
 PHP Version:        5.3.6RC3
 Block user comment: N
 Private report:     N

 New Comment:

I can confirm this bug in the final 5.3.6 release.


Previous Comments:
------------------------------------------------------------------------
[2011-03-11 09:26:39] carsten_sttgt at gmx dot de

Still exists in 5.3.6RC3

------------------------------------------------------------------------
[2011-03-09 16:22:36] 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




------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=54204&edit=1

Reply via email to