You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
Erstellt man ein DCA mit DC_FILE, und darin ein Feld vom Typ text, werden lange Zahlenfolgen zwar richtig in der localconfig gespeichert, jedoch beim laden wird der Wert als Exponentialzahl (heißt die so?) angezeigt.
Beispiel:
Eingabe:
12345678901234567890
Ausgabe:
1.2345678901235E+19
Das Problem ist, dass nicht überprüft wird, ob der Wert > PHP_INT_MAX ist und in diesen Fall dann als string gespeichert wird.
Daher mein Vorschlag:
Erstellt man ein DCA mit DC_FILE, und darin ein Feld vom Typ text, werden lange Zahlenfolgen zwar richtig in der localconfig gespeichert, jedoch beim laden wird der Wert als Exponentialzahl (heißt die so?) angezeigt.
Beispiel:
Eingabe:
12345678901234567890
Ausgabe:
1.2345678901235E+19
Das Problem ist, dass nicht überprüft wird, ob der Wert > PHP_INT_MAX ist und in diesen Fall dann als string gespeichert wird.
Daher mein Vorschlag:
Greetz Frank
The text was updated successfully, but these errors were encountered: