|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-05-04 13:54 UTC] philip@php.net
[2007-06-25 07:12 UTC] dmitry@php.net
[2007-06-25 22:59 UTC] didou@php.net
[2020-02-07 06:10 UTC] phpdocbot@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 22:00:02 2025 UTC |
Description: ------------ PHP documentation says cgi.fix_pathinfo is PHP_INI_ALL, however the code says it is PHP_INI_SYSTEM Either the manual is wrong or there is a bug in the code ;) Reproduce code: --------------- var_dump(ini_set('cgi.fix_pathinfo',1)); Expected result: ---------------- either the old value displayed or the manual fixed ;) Actual result: -------------- bool(false) and script not doing what the manual says it should . :-)