Skip to content

{ Tag Archives } php

Configuration methods in PHP to enable large uploads on a per-site basis

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 was [...]

Also tagged , , , ,

Enabling Alternative PHP Cache (APC) extension in Zend Server CE

I spent a little bit of time yesterday trying to code up a file progress bar for a project requiring large uploads. It seems the best (and the only?) way to do this in PHP is to use an extension called the Alternative PHP Cache, which amongst other things enables file upload status support and [...]

Also tagged , ,