[PHP-DOC] cvs: phpdoc /en/reference/bc reference.xml

2002-05-02 Thread Sander Roobol

sander  Thu May  2 06:52:06 2002 EDT

  Modified files:  
/phpdoc/en/reference/bc reference.xml 
  Log:
  libbcmath is bundled with PHP.
  
  
Index: phpdoc/en/reference/bc/reference.xml
diff -u phpdoc/en/reference/bc/reference.xml:1.3 
phpdoc/en/reference/bc/reference.xml:1.4
--- phpdoc/en/reference/bc/reference.xml:1.3Fri Apr 19 10:26:18 2002
+++ phpdoc/en/reference/bc/reference.xmlThu May  2 06:52:05 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
  reference id=ref.bc
   titleBCMath Arbitrary Precision Mathematics Functions/title
   titleabbrevBC math/titleabbrev
 -16,12 +16,8 
section id=bc.requirements
 reftitle.required;
 para
- Due to changes in the licensing, the BCMATH library is distributed
- separate from the standard PHP source distribution. 
- You can download the tar-gzipped archive at the url:
- ulink url=url.bcmath;url.bcmath;/ulink.  Read the
- file filenameREADME.BCMATH/filename in the PHP distribution
- for more information.
+ Since PHP 4.0.4, libbcmath is bundled with PHP. You don't need any
+ external libraries for this extension.
 /para
/section
 





[PHP-DOC] cvs: phpdoc /en/reference/bc reference.xml

2002-04-19 Thread Gabor Hojtsy

gobaFri Apr 19 10:26:18 2002 EDT

  Modified files:  
/phpdoc/en/reference/bc reference.xml 
  Log:
  New structure applied
  
  
Index: phpdoc/en/reference/bc/reference.xml
diff -u phpdoc/en/reference/bc/reference.xml:1.2 
phpdoc/en/reference/bc/reference.xml:1.3
--- phpdoc/en/reference/bc/reference.xml:1.2Mon Apr 15 14:56:29 2002
+++ phpdoc/en/reference/bc/reference.xmlFri Apr 19 10:26:18 2002
 -1,17 +1,20 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.bc
   titleBCMath Arbitrary Precision Mathematics Functions/title
   titleabbrevBC math/titleabbrev
 
   partintro
-   para id=bc.intro
-For arbitrary precision mathematics PHP offers the Binary Calculator which
-supports numbers of any size and precision, represented as strings.
-   /para
+   section id=bc.intro
+reftitle.intro;
+para
+ For arbitrary precision mathematics PHP offers the Binary Calculator which
+ supports numbers of any size and precision, represented as strings.
+/para
+   /section
 
section id=bc.requirements
-titleRequirements/title
+reftitle.required;
 para
  Due to changes in the licensing, the BCMATH library is distributed
  separate from the standard PHP source distribution. 
 -23,7 +26,7 
/section
 
section id=bc.installation
-titleInstallation/title
+reftitle.install;
 para
  In PHP 4, these functions are only available if PHP was configured with
  link linkend=install.configure.enable-bcmathoption 
role=configure--enable-bcmath/option/link.
 -33,18 +36,18 
/section
 
section id=bc.configuration
-titleRuntime Configuration/title
- no.config;
+reftitle.runtime;
+no.config;
/section
 
section id=bc.resources
-titleResource types/title
- no.resource;
+reftitle.resources;
+no.resource;
/section
 
section id=bc.constants
-titlePredefined constants/title
- no.constants;
+reftitle.constants;
+no.constants;
/section
   /partintro