php-windows | 2002071
Date: 07/10/02
- Next message: Alexandr Polupanov: "[PHP-WIN] File Upload"
- Previous message: robert: "[PHP-WIN] ini_set"
- In reply to: robert: "[PHP-WIN] ini_set"
- Next in thread: Scott Hurring: "[PHP-WIN] Re: ini_set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Alexandr Polupanov: "[PHP-WIN] File Upload"
- Previous message: robert: "[PHP-WIN] ini_set"
- In reply to: robert: "[PHP-WIN] ini_set"
- Next in thread: Scott Hurring: "[PHP-WIN] Re: ini_set"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

