appendices/migration74/new-functions.xml
aef53758a648dff702757a25dc865317b0cb4d06
...
...
@@ -1,6 +1,4 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
-
<!-- $Revision$ -->
3
-

4
2
<sect1 xml:id="migration74.new-functions">
5
3
<title>New Functions</title>
6
4

...
...
@@ -38,6 +36,18 @@
38
36
</itemizedlist>
39
37
</sect2>
40
38

39
+
<sect2 xml:id="migration74.new-functions.mbstring">
40
+
<title>Multibyte String</title>
41
+

42
+
<itemizedlist>
43
+
<listitem>
44
+
<simpara>
45
+
<function>mb_str_split</function>
46
+
</simpara>
47
+
</listitem>
48
+
</itemizedlist>
49
+
</sect2>
50
+

41
51
<sect2 xml:id="migration74.new-functions.openssl">
42
52
<title>OpenSSL</title>
43
53

...
...
@@ -80,7 +90,6 @@
80
90
</sect2>
81
91

82
92
</sect1>
83
-

84
93
<!-- Keep this comment at the end of the file
85
94
Local variables:
86
95
mode: sgml
87
96