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

 ID:                 54204
 Updated by:         paj...@php.net
 Reported by:        carsten_sttgt at gmx dot de
 Summary:            Can't set a value with a PATH section in php.ini
-Status:             Open
+Status:             Assigned
 Type:               Bug
-Package:            CGI related
+Package:            *General Issues
 Operating System:   Windows
 PHP Version:        5.3.6RC3
-Assigned To:        
+Assigned To:        pajoye
 Block user comment: N
 Private report:     N



Previous Comments:
------------------------------------------------------------------------
[2011-03-19 00:16:20] whistl0r+php at googlemail dot com

I can confirm this bug in the final 5.3.6 release.

------------------------------------------------------------------------
[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 https://bugs.php.net/bug.php?id=54204&edit=1

Reply via email to