On Jul 5, 2009, at 4:17 PM, Michael A. Peters wrote:

I use

$includeArray[]="/usr/share/pear";
$includeArray[]="/some/other/path";
$includeArray[]="/yet/another/path";

$incPath = impode(':',$includeArray);


ini_set("include_path",$incPath);

is that ^^^^^ something one can generally set on a shared hosting environment?

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to