View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000032 | BX Yella | Neue Features | öffentlich | 2016-03-26 02:09 | 2016-11-08 02:25 |
| Reporter | theXME | Assigned To | theXME | ||
| Priority | hoch | Severity | Blocker | Reproducibility | N/A |
| Status | erledigt | Resolution | erledigt | ||
| Product Version | 0.5.0 | ||||
| Target Version | 0.6.0 | Fixed in Version | 0.6.0 | ||
| Summary | 0000032: Umstellung der mysql() Funktionen auf ein moderneres Datenbank-Backend | ||||
| Description | Die mysql() Funktionen sind seit PHP 5.5 veraltet und wurden mit PHP 7.0 komplett entfernt. Ein Umstieg auf eine alternative Schnittstelle ist also zwingend nötig. Hierfür werden grundsätzlich folgende drei Optionen in Erwägung gezogen: a) PDO b) mysqli c) eine eigene Datenbank-Klasse mit mysqli als Standard-Implementierung (bevorzugte Variante) | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-03-26 02:09 | theXME | New Issue | |
| 2016-03-26 02:09 | theXME | Status | new => assigned |
| 2016-03-26 02:09 | theXME | Assigned To | => theXME |
| 2016-03-26 02:10 | theXME | Category | Neue Features (nicht mehr nutzen!) => Neue Features |
| 2016-11-08 02:25 | theXME | Status | assigned => resolved |
| 2016-11-08 02:25 | theXME | Resolution | open => fixed |
| 2016-11-08 02:25 | theXME | Fixed in Version | => 0.6.0 |
| 2016-11-08 02:25 | theXME | Note Added: 0000040 |