View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005848 | OXID eShop (all versions) | 4.03. 3rd party libraries | public | 2014-08-12 09:40 | 2016-04-25 13:17 |
Reporter | role | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | won't fix | ||
Platform | Linux | OS | Debian | OS Version | 7.0 |
Product Version | 4.8.7 / 5.1.7 | ||||
Fixed in Version | 6.0.0-beta.1 | ||||
Summary | 0005848: adodblite throws a strict error | ||||
Description | If I use the function in core/adodblite/adodbSQL_drivers/mysql/mysql_meta_module.inc on line 375 I get a strict error: Only variables should be assigned by reference. Why is the variable a reference? There's no sense. Please remove remove the & on line 377. | ||||
Steps To Reproduce | use the function in core/adodblite/adodbSQL_drivers/mysql/mysql_meta_module.inc on line 375 "MetaColumnNames". | ||||
Tags | 3rd Party Libraries | ||||
Theme | All | ||||
Browser | All | ||||
PHP Version | Not defined | ||||
Database Version | Not defined | ||||
related to | 0005945 | closed | Linas Kukulskis | updateApp throws a notice message during executing [Note:][exec:] version: 5.0.12 action: updateSqlFromPHP |
|
I think you should update the 3rd-Party lib |
|
Hi, We are looking through all 3rd party libraries and evaluating them. All changes will be presented with the Next Major Version. |
|
You should use Doctrine as database handler. http://www.doctrine-project.org/ |
|
We will use Doctrine as a database handler as of OXID eShop v6.0 :-) |