summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-04-05 13:23:32 +0000
committerAndi Gutmans <andi@php.net>2001-04-05 13:23:32 +0000
commit81d932c9d1e14afac49238f8f4ae0b5676bdc3f9 (patch)
tree5394b947525d34be379bdf66e93a50695356bc28
parent26f85bbbe75e1dc9780e2acd9f5f8c7569588d9b (diff)
downloadphp-git-81d932c9d1e14afac49238f8f4ae0b5676bdc3f9.tar.gz
- Nuke README.BCMATH
-rw-r--r--README.BCMATH17
1 files changed, 0 insertions, 17 deletions
diff --git a/README.BCMATH b/README.BCMATH
deleted file mode 100644
index 7d5bac19a6..0000000000
--- a/README.BCMATH
+++ /dev/null
@@ -1,17 +0,0 @@
-How to install PHP with the BCMath arbitrary precision math library?
---------------------------------------------------------------------
-
-Due to license restrictions, the BC math library can no longer be distributed
-along with PHP. The BC math library is distributed under the restrictive
-GNU Public License, and PHP is no longer distributed under that license, but
-under a less restrictive license, the PHP License.
-
-If you want to enable BC math support (recommended), all you have to do is
-simply download http://www.php.net/extra/number4.tar.gz, and untar it on the
-top level php4 directory.
-
-A typical way of doing this would be (assuming that you have lynx):
-cd ~/php4
-lynx -dump -source http://www.php.net/extra/number4.tar.gz | gzip -d | tar xvf -
-
-The PHP Group