Jump to content

PHP addons question


LemonInflux

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.