ini_get() return the current value of the configuration option.
But the get_cfg_var() always get the value from config file, php.ini.
------------------------------------------------------
In PHP4.3.0��I test this in WindowXP��I found the Get_Cfg_Var() and ini_get() is same return the current value of the configuration,not from config file php.ini NOW!!!