21
loading...
This website collects cookies to deliver better user experience
Just the Gist
Extensions are global "libraries" that provide a specific functionality to PHP, such as MySQL-support or image manipulation.
php/ext
folder and have to activate them in the php.ini
-file. Active extensions are not limited to just the current project you are working on. They will be available for all projects where you are using the same PHP environment. This may seem like a lot of extra-resources brought in where they might not be needed. So why are these extensions not libraries instead, that can be brought in on project-basis?