#!/bin/bash
s=';include_path = ".:/usr/share/php"'
#include_path = ".:/usr/share/php:/var/www/html/"
echo $s | sed -E 's|;(include_path = ")([^"]*)(")|\1\2:/var/www/html/\3|g'