LemonInflux Posted March 21, 2008 Share Posted March 21, 2008 Is there anything wrong with installing all php addons? Will it cause problems? Quote 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) Quote 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? Quote 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. Quote 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! Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/97218-php-addons-question/#findComment-497460 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.