Configuration methods in PHP to enable large uploads on a per-site basis
by Paul Kiddie • June 7, 2010 • configuration, php • 0 Comments
As dry as the subject of PHP configuration is, I thought a blog entry was necessary as I’ve just spent a fair bit of time digging around to find a way to configure PHP directives on a per-site basis. The mechanisms available vary based on the runtime environment and the method PHP runs. My problem [...]
Read more →