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.0I test this in WindowXPI found the Get_Cfg_Var() and ini_get() is same return the current value of the configuration,not from config file php.ini NOW!!!