Tagged Questions

4
votes
3answers
515 views

How do you handle library dependencies during deployment using PHP?

this is a question on PHP mainly. I was wondering: How do you make sure that all necessary libaries are packaged with your application when you do a deployment to (production) servers? A more ...
3
votes
6answers
359 views

Are there good tips or tools for removing third party C and C++ libraries from a codebase? (OS X or Linux)

I am in the process of reducing and quarantining my usage of some libraries. Many existing programs I've written use these libraries directly. I would like the compiler (GCC and/or Clang in this case) ...