1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
/etc/php5/apache2/php.ini
[bcmath]
; Number of decimal digits for all bcmath functions.
bcmath.scale = 0
und hier ebenfalls
/etc/php5/cli
[bcmath]
; Number of decimal digits for all bcmath functions.
bcmath.scale = 0
|