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, +++ ? Link to comment https://forums.phpfreaks.com/topic/215374-when-disabling-php-functions/ 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. Link to comment https://forums.phpfreaks.com/topic/215374-when-disabling-php-functions/#findComment-1140314 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.