Page 1 of 1

ini_set problem?

Posted: Thu Feb 26, 2004 7:35 am
by daesdemon
hi to all.

I get a problem cause i want to install a CMS software using ini_set() function alot on my free provider , but ini_set() function is disabled on it.

Is there a way to prog my own ini_set funtion() or for example modify the "arg_separator_output" or the "include_path"?

please say yes.
:D

Posted: Thu Feb 26, 2004 8:30 am
by daesdemon
I find function set_include_path for the include_path but would it be a generic method to tweak the ISP restriction on php.ini??

I guess not :evil:

Posted: Thu Feb 26, 2004 8:30 am
by Illusionist
did u try it?

Posted: Thu Feb 26, 2004 8:52 am
by daesdemon
No it don't work as PHP version of my ISP is 4.2.2 and set_include_path require 4.3

Damned :evil:

I wrote my provider to allow ini_set for me, but i am almost sure of the answer 8O

Any suggestions?