6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8165] Overwriting include_path in core.php
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .___. . . __ [__)[__ | |\/|/ ` [__)| |___| |\__.
Comment
> I am using additional PHP Libraries and appended the PHP > "include_path" within apaches VHOST directive. > > > > Unfortunately, horde overwrites the whole "include_path" in core.lib. > > > > lib/core.php: > > ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . > dirname(__FILE__) . '/../pear' ); > > > > Should it not be better to expand the "include_path" like with > something like that? > > > > ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . > dirname(__FILE__) . '/../pear' . PATH_SEPARATOR . get_include_path()); > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers