- xdebug
- INTL
- gettext
- PDO_*
- APC
- memcached
Last active
June 12, 2018 21:30
-
-
Save Bendihossan/5285272 to your computer and use it in GitHub Desktop.
I'm looking for a list of PHP extensions that are popular/essential for development; specifically ones not included in standard distributions.
Also, I install MongoDB extension on all my php installs just in case I wanna make something using a NoSQL DB
APC is now completely dead.
Hi there I prefer not to clutter my instalations so i build docker images for every target application that way php doesn't have to load unnecesary extensions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you don't want to deal with image manipulation I have found WideImage (http://wideimage.sourceforge.net/) to be spectacular and it can be included.