View Issue Details

IDProjectCategoryView StatusLast Update
0008020mantisbtinstallationpublic2007-06-30 18:47
Reportergiallu Assigned Togiallu  
PrioritynormalSeveritytrivialReproducibilityN/A
Status closedResolutionfixed 
Product Version1.0.7 
Target Version1.0.8Fixed in Version1.0.8 
Summary0008020: Port 7907: Allow using system adodb
Description

Linux packages should use (when available) system wide libraries; this is primarily done to avoid leaving security holes in packages embedding their own version of a 3rd party library/add-on.

To allow this, line 19 in core/database_api.php has to be modified from:

require_once( $t_core_dir . 'adodb/adodb.inc.php' );

to

require_once( 'adodb/adodb.inc.php' );

Please note this will not affect those using the official releases, since "." is always in the php include_path

TagsNo tags attached.

Relationships

child of 0007907 closedvboctor Allow using system adodb 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.0.x fd17b612

2007-05-26 18:23

giallu


Details Diff
Fix 0008020: Allow using system adodb

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/branches/BRANCH_1_0_0@4371 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0008020
mod - core/database_api.php Diff File