ini_set problem?

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

Post Reply
daesdemon
Forum Newbie
Posts: 3
Joined: Thu Feb 26, 2004 7:35 am

ini_set problem?

Post 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
daesdemon
Forum Newbie
Posts: 3
Joined: Thu Feb 26, 2004 7:35 am

Post 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:
Illusionist
Forum Regular
Posts: 903
Joined: Mon Jan 12, 2004 9:32 pm

Post by Illusionist »

did u try it?
daesdemon
Forum Newbie
Posts: 3
Joined: Thu Feb 26, 2004 7:35 am

Post 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?
Post Reply