|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-09-13 21:42 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jun 16 06:00:01 2026 UTC |
get_cfg_var() does not get configuration values overriden by PHP Apache directives. For instance, if you set have php3_include_path to one value in .htaccess or with Apache <Directory> directives, the include_path setting will work but get_cfg_var("include_path") will still get the value set in php.ini file, even when you work with PHP as Apache module.