ultraPHPnoob Posted October 7, 2010 Share Posted October 7, 2010 Hi, When you use the "disable_function =" in PHP.ini, can you use a space between the comma separations? Like this: disable_function = function1, function2, function3, +++ Or do you need to edit it like this: disable_function = function1,function2,function3, +++ ? Quote Link to comment Share on other sites More sharing options...
n1concepts Posted November 27, 2010 Share Posted November 27, 2010 PHP doesn't care about whitespace so it shouldn't matter - either method should work and the best way to know is to try both ways. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.