0

How can I install this extension on my windows 10 using php 7.3? I looked in some forums, however in my php.ini there is no = php_bcmath.dll written.

Mike Otharan
  • 861
  • 1
  • 14
  • 31
  • https://www.php.net/manual/en/bc.installation.php – mario Feb 07 '20 at 00:02
  • Like the in the link shared by @mario, you don't see BCmath in phpInfo() ? Are you using php in a standalone version or distributed with a local server like (XAMPP, WAMP,UWamp,Laragon...) ? – Bilel Feb 07 '20 at 00:19
  • Does this answer your question? [How to install bcmath module?](https://stackoverflow.com/questions/3400362/how-to-install-bcmath-module) – MrPickles7 Feb 07 '20 at 02:06

1 Answers1

1

From https://www.php.net/manual/en/bc.installation.php

The Windows version of PHP has built-in support for this extension. You do not need to load any additional extensions in order to use these functions.