mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
swapping order of <link> and <option>, new version will work for both
docbook 3 and 4 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@62129 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b0d77d6682
commit
3f455e2e51
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.16 $ -->
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<reference id="ref.bc">
|
||||
<title>BCMath Arbitrary Precision Mathematics Functions</title>
|
||||
<titleabbrev>BC math</titleabbrev>
|
||||
|
@ -7,9 +7,9 @@
|
|||
<partintro>
|
||||
<para>
|
||||
In PHP 4, these functions are only available if PHP was configured with
|
||||
<option role="configure"><link linkend="install.configure.enable-bcmath">--enable-bcmath</link></option>.
|
||||
<link linkend="install.configure.enable-bcmath"><option role="configure">--enable-bcmath</option></link>.
|
||||
In PHP 3, these functions are only available if PHP was not configured with
|
||||
<option role="configure"><link linkend="install.configure.disable-bcmath">--disable-bcmath</link></option>.
|
||||
<link linkend="install.configure.disable-bcmath"><option role="configure">--disable-bcmath</option></link>.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue