Re: [PHP] ini_get() vs. get_cfg_var()

2001-02-02 Thread Teodor Cimpoesu
Hi Zeev! On Fri, 02 Feb 2001, Zeev Suraski wrote: > get_cfg_var() is an old PHP 3.0 era function, that returns the value for a > directive in the php.ini file. This value may be valid or invalid, > depending on whether it was overwritten by other configuration methods > (e.g., httpd.conf or .

Re: [PHP] ini_get() vs. get_cfg_var()

2001-02-02 Thread Zeev Suraski
get_cfg_var() is an old PHP 3.0 era function, that returns the value for a directive in the php.ini file. This value may be valid or invalid, depending on whether it was overwritten by other configuration methods (e.g., httpd.conf or .htaccess). This function will always return the value tha

Re: [PHP] ini_get() vs. get_cfg_var()

2001-02-02 Thread Zeev Suraski
At 16:10 2/2/2001, Teodor Cimpoesu wrote: >What's the difference between these two functions? >from the manual I couldn't figure any: > >get_cfg_var -- Get the value of a PHP configuration option. >ini_get -- Get the value of a configuration option > >is ini_get just an alias to get_cfg_var()

[PHP] ini_get() vs. get_cfg_var()

2001-02-02 Thread Teodor Cimpoesu
What's the difference between these two functions? from the manual I couldn't figure any: get_cfg_var -- Get the value of a PHP configuration option. ini_get -- Get the value of a configuration option is ini_get just an alias to get_cfg_var() or vice versa somehow? dunno :) TIA -- teodor