, Arpad Ray * @link http://php.net/function.restore_include_path * @author Stephan Schmidt * @version $Revision: 1.6 $ * @since PHP 4.3.0 */ function php_compat_restore_include_path() { return ini_restore('include_path'); } // Define if (!function_exists('restore_include_path')) { function restore_include_path() { return php_compat_restore_include_path(); } }