PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
daesdemon
Forum Newbie
Posts: 3 Joined: Thu Feb 26, 2004 7:35 am
Post
by daesdemon » Thu Feb 26, 2004 7:35 am
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.
daesdemon
Forum Newbie
Posts: 3 Joined: Thu Feb 26, 2004 7:35 am
Post
by daesdemon » Thu Feb 26, 2004 8:30 am
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
daesdemon
Forum Newbie
Posts: 3 Joined: Thu Feb 26, 2004 7:35 am
Post
by daesdemon » Thu Feb 26, 2004 8:52 am
No it don't work as PHP version of my ISP is 4.2.2 and set_include_path require 4.3
Damned
I wrote my provider to allow ini_set for me, but i am almost sure of the answer
Any suggestions?