PHP Velho Oeste 2024

Installation

Diese Funktionen sind nur verfügbar, wenn PHP mit --enable-bcmath konfiguriert wurde.

Die Windowsversion von PHP enthält diese Erweiterung. Um diese Funktionen zu verwenden, müssen Sie keine zusätzlichen Erweiterungen aktivieren.

add a note add a note

User Contributed Notes 1 note

up
-32
Anonymous
6 years ago
bcmath ist not installed automatically with php 7 on linux (ubuntu server)
You have to use: sudo apt-get install php-bcmath
To Top