nohn Sun Feb 24 07:35:31 2002 EDT
Modified files:
/phpdoc/en/functions strings.xml swf.xml
Log:
Fixes some issues described in Bug #14219
Index: phpdoc/en/functions/strings.xml
diff -u phpdoc/en/functions/strings.xml:1.162 phpdoc/en/functions/strings.xml:1.163
--- phpdoc/en/functions/strings.xml:1.162 Thu Feb 21 13:21:47 2002
+++ phpdoc/en/functions/strings.xml Sun Feb 24 07:35:30 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.162 $ -->
+<!-- $Revision: 1.163 $ -->
<reference id="ref.strings">
<title>String functions</title>
<titleabbrev>Strings</titleabbrev>
@@ -16,6 +16,12 @@
the <link linkend="language.types.string">Strings</link> entry in
the <link linkend="language.types">Types</link> section of the
manual.
+ </para>
+ <para>
+ For even more powerful string handling and manipulating functions
+ take a look at the <link linkend="ref.regex">POSIX regular
+ expression functions</link> and the <link linkend="ref.pcre">Perl
+ compatible regular expression functions</link>
</para>
</partintro>
Index: phpdoc/en/functions/swf.xml
diff -u phpdoc/en/functions/swf.xml:1.28 phpdoc/en/functions/swf.xml:1.29
--- phpdoc/en/functions/swf.xml:1.28 Wed Feb 13 21:44:51 2002
+++ phpdoc/en/functions/swf.xml Sun Feb 24 07:35:31 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<reference id="ref.swf">
<title>Shockwave Flash functions</title>
<titleabbrev>SWF</titleabbrev>
@@ -84,6 +84,10 @@
The libswf does not have support for Windows. The development of
that library has been stopped, and the source is not available
to port it to another systems.
+ </para>
+ <para>
+ For up to date SWF support take a look at the
+ <link linkend="ref.ming">MING</link> functions.
</para>
</note>
</partintro>