Justtechjobs.com Find a programming school near you






Online Campus Both


php-windows | 2002071

[PHP-WIN] Re: ini_set From: colin mcdonald (colin <email protected>)
Date: 07/10/02

Robert wrote:
> hello list,
>
> ini_set
> and his alias ini_alter,
> seems not to work under win 2000 enviroment with php 4.2.1

there are restrictions to init_set that you should read in the manual.
namely, some settings cannot be changed, some can only be changed in
certain places and some with no restrictions, etc.

>
> Any suggestions about fixing the problem.
> Parse the php.ini file with preg_match could be an idea,
> but ini_set is easy and fast.
>

ini_set does not permanently change the value from php.ini, it only
changes the value for the execution of your script.

colin

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php