[PHP-WIN] Re: ini_set

2002-07-13 Thread robert
Thanks for help. "Real problem solved without ini_set(). Php ini_set works fine for me too. I didn't understood explantion in manual .. :X "PHP_INI_SYSTEM - Entry can be set in php.ini or httpd.conf" So it isn`t possible change extension_dir by runtime. ->So long any extension_dir is set, dl(''

[PHP-WIN] Re: ini_set

2002-07-12 Thread Scott Hurring
ini_set() does work, i use it all the time with linux and win2k. :-) Could you be more specific, and give an example of something that's not working -- as Colin mentioned, some values are not changeable and there might be other restrictions setup... if you're on a shared server, perhaps the admin

[PHP-WIN] Re: ini_set

2002-07-10 Thread colin mcdonald
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 som