View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0008020 | mantisbt | installation | public | 2007-05-26 18:22 | 2007-06-30 18:47 |
| Reporter | giallu | Assigned To | giallu | ||
| Priority | normal | Severity | trivial | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | 1.0.7 | ||||
| Target Version | 1.0.8 | Fixed in Version | 1.0.8 | ||
| Summary | 0008020: 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 | ||||
| Tags | No tags attached. | ||||
|
MantisBT: master-1.0.x fd17b612 2007-05-26 18:23 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 | ||