mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #46540 - mbstring runtime configuration documentation did not have a proper reference to the php.ini directives.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269533 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
099d4688bf
commit
87639fa2a9
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.17 $ -->
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<section xml:id="mbstring.configuration" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.runtime;
|
||||
&extension.runtime;
|
||||
|
@ -79,8 +79,8 @@
|
|||
</tbody>
|
||||
</tgroup>
|
||||
</table>
|
||||
For the definition of the PHP_INI_* constants, please refer to
|
||||
<function>ini_set</function>.
|
||||
For the definition of the PHP_INI_* directives, please refer to
|
||||
<link linkend="ini">php.ini directives</link>.
|
||||
</para>
|
||||
|
||||
&ini.descriptions.title;
|
||||
|
|
Loading…
Reference in a new issue