Anonymous | Login | Signup for a new account | 2019-12-14 08:15 UTC | ![]() |
Main | My View | View Issues | Change Log | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0008174 | TestLink | Database MySQL | public | 2018-01-04 10:29 | 2018-01-08 18:54 | ||||||||
Reporter | jouve | ||||||||||||
Assigned To | |||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | 1.9.16 (2016 Q4) | ||||||||||||
Fixed in Version | |||||||||||||
Summary | 0008174: discrepency in php version check for mysql vs mysqli | ||||||||||||
Description | hi, during install there are 2 checks of php_version to check for mysql driver: in https://github.com/TestLinkOpenSourceTRMS/testlink-code/blob/testlink_1_9/install/installUtils.php#L390: [^] php>=7.0.0 => mysqli php<7.0.0 => mysql in https://github.com/TestLinkOpenSourceTRMS/testlink-code/blob/testlink_1_9/lib/functions/configCheck.php#L573 [^] php>=5.5.0 => mysqli php<5.5.0 => mysql this is confusing during install, for exemple with php5.6 and mysqli, installCheck.php (using configCheck.php) would display that MySQL Database is ok then installNewDB.php (using installUtils.php) would display a error "Your PHP installation don't have the ..." | ||||||||||||
Tags | No tags attached. | ||||||||||||
Database (MySQL,Postgres,etc) | mysql | ||||||||||||
Browser | |||||||||||||
PHP Version | |||||||||||||
TestCaseID | |||||||||||||
QA Team - Task Workflow Status | |||||||||||||
Attached Files | |||||||||||||
![]() |
|||
Date Modified | Username | Field | Change |
2018-01-04 10:29 | jouve | New Issue | |
2018-01-08 18:54 | fman | Note Added: 0027136 |
Copyright © 2000 - 2019 MantisBT Team |