Not quite what I'm after. I want to add new include paths, not append to an existing one, so if I start with this:
php_value include_path .:/usr/include
I want to add an extra value to it so it becomes this:
php_value include_path .:/usr/include: /more/stuff
with out specifying the existing paths.