martinlanghoff a4c371ece6 MDL-90 lib/setup: extend include_path to cover the PEAR libs we distribute
Almost no cost - most of our require/include calls are with
absolute paths, which will skip the include_path. The few
that are not absolute are usually to include PEAR libs -
so this is appropriate and avoids having to change the
PEAR libs themselves when they make references to other
PEAR libs.

Using the include path does mean that OS-installed PEAR libs
will override ours. There's a small compat risk here - if you
need to ensure a particular version, use an absolute path.
2008-02-27 02:55:36 +00:00
..
2008-01-24 15:34:35 +00:00
2007-08-29 13:10:20 +12:00
2007-10-10 05:25:14 +00:00
2008-01-15 04:20:12 +00:00
2007-09-17 12:37:51 +00:00
2008-01-28 05:30:32 +00:00
2007-12-12 19:01:59 +00:00