Date: 09/15/02
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/mcrypt ini.xml reference.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/ifx ini.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
betz Sun Sep 15 11:15:53 2002 EDT
Modified files:
/phpdoc/en/reference/mbstring ini.xml
Log:
info about mbstring.func_overload
Index: phpdoc/en/reference/mbstring/ini.xml
diff -u phpdoc/en/reference/mbstring/ini.xml:1.2 phpdoc/en/reference/mbstring/ini.xml:1.3
--- phpdoc/en/reference/mbstring/ini.xml:1.2 Sun Sep 15 06:19:40 2002
+++ phpdoc/en/reference/mbstring/ini.xml Sun Sep 15 11:15:53 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="mbstring.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -98,6 +98,18 @@
<simpara>
<literal>mbstring.substitute_character</literal> defines
character to substitute for invalid character encoding.
+ </simpara>
+ </listitem>
+ <listitem id="ini.mbstring.func-overload">
+ <simpara>
+ <literal>mbstring.func_overload</literal>overload(replace) single byte
+ functions by mbstring functions. <function>mail</function>,
+ <function>ereg</function>, etc. are overloaded by
+ <function>mb_send_mail</function>, <function>mb_ereg</function>, etc.
+ Possible values are 0, 1, 2, 4 or a combination of them.
+ For example, 7 for overload everything.
+ 0: No overload, 1: Overload <function>mail</function> function,
+ 2: Overload str*() functions, 4: Overload ereg*() functions.
</simpara>
</listitem>
</itemizedlist>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/mcrypt ini.xml reference.xml"
- Previous message: Friedhelm Betz: "[PHP-DOC] cvs: phpdoc /en/reference/ifx ini.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

