[dev] Running multiple versions

Michael Rubinsky mrubinsk at horde.org
Wed Feb 27 16:06:15 UTC 2008


Quoting Martin Fraser <mdf at darksnow.net>:

> Thanks Michael.
>
> I'm doing this now and found the ini_path part of core.php but the
> comment is unclear.
>
> Just to clarify that I have done the right thing before I break my
> stable setup. I'm planning on changing
>
> // ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR .
> ini_get('include_path'));
>
> to
>
> ini_set('include_path', '/path/to/horde_dev/pear' . dirname(__FILE__) .
> PATH_SEPARATOR . ini_get('include_path'));

no.

ini_set('include_path', '/path/to/horde_dev/pear' . PATH_SEPARATOR .  
ini_get('include_path'));


Thanks,
mike

--
The Horde Project (www.horde.org)
mrubinsk at horde.org

"Time just hates me. That's why it made me an adult." - Josh Joplin


More information about the dev mailing list