LemonInflux Posted March 21, 2008 Share Posted March 21, 2008 Is there anything wrong with installing all php addons? Will it cause problems? Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/ Share on other sites More sharing options...
wildteen88 Posted March 21, 2008 Share Posted March 21, 2008 By addons I presume you mean extensions? Although it would be helpful if you configured PHP to use all extensions, however I would recommend you enable the extensions you plan on using. the most common extensions would be the following gd2 mbstring mysql (and/or mysqli if you have PHP5) Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/#findComment-497439 Share on other sites More sharing options...
LemonInflux Posted March 21, 2008 Author Share Posted March 21, 2008 yeah, that's what I meant, sorry. Ok then. Would adding them all slow down my scripts? Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/#findComment-497446 Share on other sites More sharing options...
wildteen88 Posted March 21, 2008 Share Posted March 21, 2008 not really. Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/#findComment-497448 Share on other sites More sharing options...
LemonInflux Posted March 21, 2008 Author Share Posted March 21, 2008 Ok, thanks. Topic solved! Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/#findComment-497450 Share on other sites More sharing options...
cooldude832 Posted March 21, 2008 Share Posted March 21, 2008 yeah, that's what I meant, sorry. Ok then. Would adding them all slow down my scripts? It wouldn't, but your just crowding your toolbox so to speak. If all you need is a screwdriver and a wrench why do you need to put in a plutonium fission reactor? Also there does come the chance of when you write user defined functions they overlap some obscure extension library. FYI: PEAR is also a great extension to use if you need it. Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/#findComment-497460 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.