philip          Thu Jul 22 18:51:12 2004 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   dirname.xml fgetcsv.xml 
    /phpdoc/en/reference/ldap/functions ldap-add.xml ldap-mod-add.xml 
                                        ldap-mod-replace.xml 
                                        ldap-modify.xml 
    /phpdoc/en/reference/pcre/functions preg-quote.xml 
    /phpdoc/en/reference/sockets/functions      socket-recvfrom.xml 
    /phpdoc/en/reference/strings/functions      convert-cyr-string.xml 
                                                explode.xml implode.xml 
                                                quotemeta.xml strcspn.xml 
                                                strip-tags.xml stripos.xml 
                                                stristr.xml strrchr.xml 
                                                strspn.xml strstr.xml 
                                                strtolower.xml 
                                                strtoupper.xml 
                                                substr-replace.xml 
                                                ucwords.xml 
  Log:
  Added "is binary safe" information as per NEWS.  Used &note.bin-safe; for anything < 
4.0.3 
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/dirname.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/filesystem/functions/dirname.xml
diff -u phpdoc/en/reference/filesystem/functions/dirname.xml:1.8 
phpdoc/en/reference/filesystem/functions/dirname.xml:1.9
--- phpdoc/en/reference/filesystem/functions/dirname.xml:1.8    Wed May  5 12:29:13 
2004
+++ phpdoc/en/reference/filesystem/functions/dirname.xml        Thu Jul 22 18:51:11 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.dirname">
    <refnamediv>
@@ -67,6 +67,9 @@
 ]]>
       </programlisting>
      </informalexample>
+    </para>
+    <para>
+     <function>dirname</function> has been binary safe since PHP 5.0.0
     </para>
     <para>
      See also <function>basename</function>, <function>pathinfo</function>, 
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fgetcsv.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.10 
phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.11
--- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.10   Sun Mar 28 13:04:15 
2004
+++ phpdoc/en/reference/filesystem/functions/fgetcsv.xml        Thu Jul 22 18:51:11 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fgetcsv">
    <refnamediv>
@@ -71,6 +71,9 @@
 ]]>
       </programlisting>
      </example>
+    </para>
+    <para>
+     <function>fgetcsv</function> has been binary safe since PHP 4.3.5
     </para>
     <para>
      See also <function>explode</function>, <function>file</function>, 
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-add.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-add.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-add.xml:1.4 
phpdoc/en/reference/ldap/functions/ldap-add.xml:1.5
--- phpdoc/en/reference/ldap/functions/ldap-add.xml:1.4 Mon Dec 15 11:51:21 2003
+++ phpdoc/en/reference/ldap/functions/ldap-add.xml     Thu Jul 22 18:51:11 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
   <refentry id="function.ldap-add">
    <refnamediv>
@@ -60,6 +60,9 @@
 ]]>
 </programlisting>
      </example>
+
+    &note.bin-safe;
+ 
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-mod-add.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-mod-add.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-mod-add.xml:1.2 
phpdoc/en/reference/ldap/functions/ldap-mod-add.xml:1.3
--- phpdoc/en/reference/ldap/functions/ldap-mod-add.xml:1.2     Wed Apr 17 02:39:45 
2002
+++ phpdoc/en/reference/ldap/functions/ldap-mod-add.xml Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ldap.xml, last change in rev 1.12 -->
   <refentry id="function.ldap-mod-add">
    <refnamediv>
@@ -22,6 +22,9 @@
      attribute level as opposed to the object level. Object-level additions
      are done by the <function>ldap_add</function> function.
     </para>
+
+    &note.bin-safe;
+
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-mod-replace.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-mod-replace.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-mod-replace.xml:1.3 
phpdoc/en/reference/ldap/functions/ldap-mod-replace.xml:1.4
--- phpdoc/en/reference/ldap/functions/ldap-mod-replace.xml:1.3 Fri Oct  3 01:59:29 
2003
+++ phpdoc/en/reference/ldap/functions/ldap-mod-replace.xml     Thu Jul 22 18:51:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/ldap.xml, last change in rev 1.12 -->
   <refentry id="function.ldap-mod-replace">
    <refnamediv>
@@ -22,6 +22,9 @@
      level as opposed to the object level. Object-level modifications are done
      by the <function>ldap_modify</function> function.
     </para>
+
+    &note.bin-safe;
+
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/ldap/functions/ldap-modify.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ldap/functions/ldap-modify.xml
diff -u phpdoc/en/reference/ldap/functions/ldap-modify.xml:1.2 
phpdoc/en/reference/ldap/functions/ldap-modify.xml:1.3
--- phpdoc/en/reference/ldap/functions/ldap-modify.xml:1.2      Wed Apr 17 02:39:45 
2002
+++ phpdoc/en/reference/ldap/functions/ldap-modify.xml  Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/ldap.xml, last change in rev 1.2 -->
   <refentry id="function.ldap-modify">
    <refnamediv>
@@ -19,7 +19,11 @@
     <para>
      <function>ldap_modify</function> function is used to modify the
      existing entries in the LDAP directory. The structure of the
-     entry is same as in <function>ldap_add</function>.</para>
+     entry is same as in <function>ldap_add</function>.
+    </para>
+
+    &note.bin-safe;
+
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/preg-quote.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/pcre/functions/preg-quote.xml
diff -u phpdoc/en/reference/pcre/functions/preg-quote.xml:1.6 
phpdoc/en/reference/pcre/functions/preg-quote.xml:1.7
--- phpdoc/en/reference/pcre/functions/preg-quote.xml:1.6       Thu Dec 18 12:46:27 
2003
+++ phpdoc/en/reference/pcre/functions/preg-quote.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
   <refentry id="function.preg-quote">
    <refnamediv>
@@ -63,6 +63,9 @@
       </programlisting>
      </example>
     </para>
+
+    &note.bin-safe;
+
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/sockets/functions/socket-recvfrom.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/sockets/functions/socket-recvfrom.xml
diff -u phpdoc/en/reference/sockets/functions/socket-recvfrom.xml:1.4 
phpdoc/en/reference/sockets/functions/socket-recvfrom.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-recvfrom.xml:1.4       Thu Oct  2 
02:59:00 2003
+++ phpdoc/en/reference/sockets/functions/socket-recvfrom.xml   Thu Jul 22 18:51:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 -->
   <refentry id="function.socket-recvfrom">
    <refnamediv>
@@ -20,6 +20,9 @@
      &warn.experimental.func;
     <para>
      &warn.undocumented.func;
+    </para>
+    <para>
+     <function>socket_recvfrom</function> has been binary safe since PHP 4.3.0
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/convert-cyr-string.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/strings/functions/convert-cyr-string.xml
diff -u phpdoc/en/reference/strings/functions/convert-cyr-string.xml:1.2 
phpdoc/en/reference/strings/functions/convert-cyr-string.xml:1.3
--- phpdoc/en/reference/strings/functions/convert-cyr-string.xml:1.2    Wed Apr 17 
02:44:14 2002
+++ phpdoc/en/reference/strings/functions/convert-cyr-string.xml        Thu Jul 22 
18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.convert-cyr-string">
    <refnamediv>
@@ -55,6 +55,8 @@
       </listitem>
      </itemizedlist>
     </para>
+
+    &note.bin-safe;
    </refsect1>
   </refentry>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/explode.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/strings/functions/explode.xml
diff -u phpdoc/en/reference/strings/functions/explode.xml:1.6 
phpdoc/en/reference/strings/functions/explode.xml:1.7
--- phpdoc/en/reference/strings/functions/explode.xml:1.6       Mon Dec 15 11:53:50 
2003
+++ phpdoc/en/reference/strings/functions/explode.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.explode">
    <refnamediv>
@@ -66,6 +66,9 @@
       </programlisting>
      </example>
     </para>
+
+    &note.bin-safe;
+
     <para>
      See also 
      <function>preg_split</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/implode.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/strings/functions/implode.xml
diff -u phpdoc/en/reference/strings/functions/implode.xml:1.10 
phpdoc/en/reference/strings/functions/implode.xml:1.11
--- phpdoc/en/reference/strings/functions/implode.xml:1.10      Mon Dec 15 11:53:50 
2003
+++ phpdoc/en/reference/strings/functions/implode.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.implode">
    <refnamediv>
@@ -49,6 +49,9 @@
       parameters for compatibility with older versions.
      </para>
     </note>
+
+    &note.bin-safe;
+
     <simpara>
      See also <function>explode</function>, and <function>split</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/quotemeta.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/strings/functions/quotemeta.xml
diff -u phpdoc/en/reference/strings/functions/quotemeta.xml:1.2 
phpdoc/en/reference/strings/functions/quotemeta.xml:1.3
--- phpdoc/en/reference/strings/functions/quotemeta.xml:1.2     Wed Apr 17 02:44:21 
2002
+++ phpdoc/en/reference/strings/functions/quotemeta.xml Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.139 -->
   <refentry id="function.quotemeta">
    <refnamediv>
@@ -17,6 +17,9 @@
      (<literal>\</literal>) before every character that is among
      these: <screen>. \\ + * ? [ ^ ] ( $ )</screen>
     </para>
+
+    &note.bin-safe;
+
     <simpara>
      See also <function>addslashes</function>,
      <function>htmlentities</function>, 
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strcspn.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/strings/functions/strcspn.xml
diff -u phpdoc/en/reference/strings/functions/strcspn.xml:1.3 
phpdoc/en/reference/strings/functions/strcspn.xml:1.4
--- phpdoc/en/reference/strings/functions/strcspn.xml:1.3       Wed Jun 16 04:30:20 
2004
+++ phpdoc/en/reference/strings/functions/strcspn.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strcspn">
    <refnamediv>
@@ -23,11 +23,13 @@
      contain any of the characters in <parameter>str2</parameter>.
     </simpara>
     <simpara>
-     As of PHP 4.0B1 this function is binary safe.
      Additionally it accepts two optional integer
      parameters that can be used to define the starting position
      and the length of the string to examine.
     </simpara>
+
+    &note.bin-safe;
+
     <simpara>
      See also <function>strspn</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strip-tags.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/strings/functions/strip-tags.xml
diff -u phpdoc/en/reference/strings/functions/strip-tags.xml:1.8 
phpdoc/en/reference/strings/functions/strip-tags.xml:1.9
--- phpdoc/en/reference/strings/functions/strip-tags.xml:1.8    Tue Feb 24 00:46:40 
2004
+++ phpdoc/en/reference/strings/functions/strip-tags.xml        Thu Jul 22 18:51:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strip-tags">
    <refnamediv>
@@ -84,6 +84,9 @@
       to other users.
      </para>
     </warning>
+    <para>
+     <function>strip_tags</function> has been binary safe since PHP 5.0.0
+    </para>
     <para>
      See also <function>htmlspecialchars</function>.
     </para>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stripos.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/stripos.xml
diff -u phpdoc/en/reference/strings/functions/stripos.xml:1.4 
phpdoc/en/reference/strings/functions/stripos.xml:1.5
--- phpdoc/en/reference/strings/functions/stripos.xml:1.4       Sun Nov  2 11:34:54 
2003
+++ phpdoc/en/reference/strings/functions/stripos.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.stripos">
    <refnamediv>
     <refname>stripos</refname>
@@ -70,6 +70,9 @@
      start searching. The position returned is still relative to the
      the beginning of <parameter>haystack</parameter>.
     </para>
+
+    &note.bin-safe;
+
     <para>
      See also <function>strpos</function>, <function>strrpos</function>,
      <function>strrchr</function>, <function>substr</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stristr.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/stristr.xml
diff -u phpdoc/en/reference/strings/functions/stristr.xml:1.7 
phpdoc/en/reference/strings/functions/stristr.xml:1.8
--- phpdoc/en/reference/strings/functions/stristr.xml:1.7       Sun Jun 13 16:36:11 
2004
+++ phpdoc/en/reference/strings/functions/stristr.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
   <refentry id="function.stristr">
    <refnamediv>
@@ -43,6 +43,9 @@
       </programlisting>
      </example> 
     </para>
+
+    &note.bin-safe;
+
     <para>
      See also 
      <function>strstr</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strrchr.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/strrchr.xml
diff -u phpdoc/en/reference/strings/functions/strrchr.xml:1.5 
phpdoc/en/reference/strings/functions/strrchr.xml:1.6
--- phpdoc/en/reference/strings/functions/strrchr.xml:1.5       Sun Jun 13 16:36:11 
2004
+++ phpdoc/en/reference/strings/functions/strrchr.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strrchr">
    <refnamediv>
@@ -47,6 +47,9 @@
 ]]>
       </programlisting>
      </example>
+    </para>
+    <para>
+     <function>strrchr</function> has been binary safe since PHP 4.3.0
     </para>
     <para>
      See also <function>strstr</function>, <function>substr</function>, and
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strspn.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/strspn.xml
diff -u phpdoc/en/reference/strings/functions/strspn.xml:1.4 
phpdoc/en/reference/strings/functions/strspn.xml:1.5
--- phpdoc/en/reference/strings/functions/strspn.xml:1.4        Wed Jun 16 04:30:20 
2004
+++ phpdoc/en/reference/strings/functions/strspn.xml    Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strspn">
    <refnamediv>
@@ -37,7 +37,6 @@
      be the longest segment containing characters from "1234567890".
     </para>
     <para>
-     As of PHP 4.0B1 this function is binary safe.
      Additionally it accepts two optional integer
      parameters that can be used to define the starting position
      and the length of the string to examine.
@@ -51,6 +50,9 @@
       </programlisting>
      </informalexample>
     </para>
+
+    &note.bin-safe;
+
     <simpara>
      See also <function>strcspn</function>.
     </simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strstr.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/strings/functions/strstr.xml
diff -u phpdoc/en/reference/strings/functions/strstr.xml:1.7 
phpdoc/en/reference/strings/functions/strstr.xml:1.8
--- phpdoc/en/reference/strings/functions/strstr.xml:1.7        Sun Jun 13 16:36:11 
2004
+++ phpdoc/en/reference/strings/functions/strstr.xml    Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strstr">
    <refnamediv>
@@ -53,6 +53,9 @@
        intensive function <function>strpos</function> instead.
       </para>
      </note>
+    </para>
+    <para>
+     <function>strstr</function> has been binary safe since PHP 4.3.0
     </para>
     <para>
      See also <function>ereg</function>, <function>preg_match</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strtolower.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/strtolower.xml
diff -u phpdoc/en/reference/strings/functions/strtolower.xml:1.5 
phpdoc/en/reference/strings/functions/strtolower.xml:1.6
--- phpdoc/en/reference/strings/functions/strtolower.xml:1.5    Sat Feb  7 05:29:16 
2004
+++ phpdoc/en/reference/strings/functions/strtolower.xml        Thu Jul 22 18:51:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strtolower">
    <refnamediv>
@@ -33,6 +33,9 @@
 ]]>
      </programlisting>
     </example>
+
+    &note.bin-safe;
+
     <para>
      See also <function>strtoupper</function>, <function>ucfirst</function>,
      <function>ucwords</function> and <function>mb_strtolower</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/strtoupper.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/strings/functions/strtoupper.xml
diff -u phpdoc/en/reference/strings/functions/strtoupper.xml:1.5 
phpdoc/en/reference/strings/functions/strtoupper.xml:1.6
--- phpdoc/en/reference/strings/functions/strtoupper.xml:1.5    Sat Feb  7 05:29:16 
2004
+++ phpdoc/en/reference/strings/functions/strtoupper.xml        Thu Jul 22 18:51:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.strtoupper">
    <refnamediv>
@@ -33,6 +33,9 @@
 ]]>
      </programlisting>
     </example>
+
+    &note.bin-safe;
+
     <para>
      See also <function>strtolower</function>, <function>ucfirst</function>,
      <function>ucwords</function> and <function>mb_strtoupper</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/substr-replace.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/strings/functions/substr-replace.xml
diff -u phpdoc/en/reference/strings/functions/substr-replace.xml:1.3 
phpdoc/en/reference/strings/functions/substr-replace.xml:1.4
--- phpdoc/en/reference/strings/functions/substr-replace.xml:1.3        Mon Dec 15 
11:53:50 2003
+++ phpdoc/en/reference/strings/functions/substr-replace.xml    Thu Jul 22 18:51:12 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.substr-replace">
    <refnamediv>
@@ -69,6 +69,9 @@
       </programlisting>
      </example>
     </para>
+
+    &note.bin-safe;
+
     <para>
      See also <function>str_replace</function> and
      <function>substr</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/ucwords.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/strings/functions/ucwords.xml
diff -u phpdoc/en/reference/strings/functions/ucwords.xml:1.4 
phpdoc/en/reference/strings/functions/ucwords.xml:1.5
--- phpdoc/en/reference/strings/functions/ucwords.xml:1.4       Mon Jun 16 06:44:57 
2003
+++ phpdoc/en/reference/strings/functions/ucwords.xml   Thu Jul 22 18:51:12 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.ucwords">
    <refnamediv>
@@ -42,6 +42,9 @@
       </programlisting>
      </example>
     </para>
+
+    &note.bin-safe;
+
     <para>
      See also <function>strtoupper</function>,
      <function>strtolower</function> and <function>ucfirst</function>.

Reply via email to