derick          Tue Dec  2 09:11:35 2003 EDT

  Modified files:              
    /phpdoc/en/reference/errorfunc/functions    error-log.xml 
    /phpdoc/en/reference/imap/functions imap-append.xml 
                                        imap-mime-header-decode.xml 
    /phpdoc/en/reference/misc/functions highlight-file.xml 
    /phpdoc/en/reference/mnogosearch/functions  udm-add-search-limit.xml 
    /phpdoc/en/reference/openssl/functions      openssl-csr-new.xml 
    /phpdoc/en/reference/swf/functions  swf-addbuttonrecord.xml 
    /phpdoc/en/reference/url/functions  rawurlencode.xml 
  Log:
  - Use example.com (Patch by Jakub Vrana)
  
  
Index: phpdoc/en/reference/errorfunc/functions/error-log.xml
diff -u phpdoc/en/reference/errorfunc/functions/error-log.xml:1.5 
phpdoc/en/reference/errorfunc/functions/error-log.xml:1.6
--- phpdoc/en/reference/errorfunc/functions/error-log.xml:1.5   Sat Oct 25 02:49:37 
2003
+++ phpdoc/en/reference/errorfunc/functions/error-log.xml       Tue Dec  2 09:11:30 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
   <refentry id="function.error-log">
    <refnamediv>
@@ -88,7 +88,7 @@
 // Notify administrator by email if we run out of FOO
 if (!($foo = allocate_new_foo())) {
     error_log ("Big trouble, we're all out of FOOs!", 1,
-               "[EMAIL PROTECTED]");
+               "[EMAIL PROTECTED]");
 }
 
 // other ways of calling error_log():
Index: phpdoc/en/reference/imap/functions/imap-append.xml
diff -u phpdoc/en/reference/imap/functions/imap-append.xml:1.6 
phpdoc/en/reference/imap/functions/imap-append.xml:1.7
--- phpdoc/en/reference/imap/functions/imap-append.xml:1.6      Wed Jul 16 13:14:40 
2003
+++ phpdoc/en/reference/imap/functions/imap-append.xml  Tue Dec  2 09:11:31 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
   <refentry id="function.imap-append">
    <refnamediv>
@@ -43,8 +43,8 @@
 print "Msg Count before append: ". $check->Nmsgs."\n";
 
 imap_append($stream,"{your.imap.host}INBOX.Drafts"
-                   ,"From: [EMAIL PROTECTED]"
-                   ."To: [EMAIL PROTECTED]"
+                   ,"From: [EMAIL PROTECTED]"
+                   ."To: [EMAIL PROTECTED]"
                    ."Subject: test\r\n"
                    ."\r\n"
                    ."this is a test message, please ignore\r\n"
Index: phpdoc/en/reference/imap/functions/imap-mime-header-decode.xml
diff -u phpdoc/en/reference/imap/functions/imap-mime-header-decode.xml:1.4 
phpdoc/en/reference/imap/functions/imap-mime-header-decode.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-mime-header-decode.xml:1.4  Wed Jul 16 
13:14:40 2003
+++ phpdoc/en/reference/imap/functions/imap-mime-header-decode.xml      Tue Dec  2 
09:11:31 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 -->
   <refentry id="function.imap-mime-header-decode">
    <refnamediv>
@@ -28,7 +28,7 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-$text="=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <[EMAIL PROTECTED]>";
+$text="=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <[EMAIL PROTECTED]>";
 
 $elements=imap_mime_header_decode($text);
 for($i=0;$i<count($elements);$i++) {
Index: phpdoc/en/reference/misc/functions/highlight-file.xml
diff -u phpdoc/en/reference/misc/functions/highlight-file.xml:1.7 
phpdoc/en/reference/misc/functions/highlight-file.xml:1.8
--- phpdoc/en/reference/misc/functions/highlight-file.xml:1.7   Sat Jun 21 06:28:05 
2003
+++ phpdoc/en/reference/misc/functions/highlight-file.xml       Tue Dec  2 09:11:32 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/misc.xml, last change in rev 1.22 -->
   <refentry id="function.highlight-file">
    <refnamediv>
@@ -105,7 +105,7 @@
       </simpara>
       <screen>
 <![CDATA[
-http://your.server.com/source/path/to/script.php
+http://www.example.com/source/path/to/script.php
 ]]>
       </screen>
      </example>
Index: phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml
diff -u phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml:1.3 
phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml:1.4
--- phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml:1.3      Sun 
Jun 29 15:51:33 2003
+++ phpdoc/en/reference/mnogosearch/functions/udm-add-search-limit.xml  Tue Dec  2 
09:11:33 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 -->
  <refentry id="function.udm-add-search-limit">
   <refnamediv>
@@ -37,8 +37,8 @@
       UDM_LIMIT_URL - defines document URL limitations to limit the search 
       through subsection of the database. It supports SQL % and _  LIKE wildcards,
       where % matches any number of characters, even zero characters,
-      and _ matches exactly one character. E.g. http://my.domain.__/catalog 
-      may stand for http://my.domain.ru/catalog and http://my.domain.ua/catalog.
+      and _ matches exactly one character. E.g. http://www.example.___/catalog 
+      may stand for http://www.example.com/catalog and http://www.example.net/catalog.
      </simpara>
     </listitem>
     <listitem>
Index: phpdoc/en/reference/openssl/functions/openssl-csr-new.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.9 
phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.10
--- phpdoc/en/reference/openssl/functions/openssl-csr-new.xml:1.9       Thu Jun 19 
16:43:30 2003
+++ phpdoc/en/reference/openssl/functions/openssl-csr-new.xml   Tue Dec  2 09:11:33 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
   <refentry id="function.openssl-csr-new">
    <refnamediv>
@@ -130,7 +130,7 @@
     "organizationName" => "The Brain Room Limited",
     "organizationalUnitName" => "PHP Documentation Team",
     "commonName" => "Wez Furlong",
-    "emailAddress" => "[EMAIL PROTECTED]"
+    "emailAddress" => "[EMAIL PROTECTED]"
 );
 
 // Generate a new private (and public) key pair
Index: phpdoc/en/reference/swf/functions/swf-addbuttonrecord.xml
diff -u phpdoc/en/reference/swf/functions/swf-addbuttonrecord.xml:1.3 
phpdoc/en/reference/swf/functions/swf-addbuttonrecord.xml:1.4
--- phpdoc/en/reference/swf/functions/swf-addbuttonrecord.xml:1.3       Wed Jul 16 
13:22:26 2003
+++ phpdoc/en/reference/swf/functions/swf-addbuttonrecord.xml   Tue Dec  2 09:11:34 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/swf.xml, last change in rev 1.8 -->
   <refentry id="function.swf-addbuttonrecord">
    <refnamediv>
@@ -36,7 +36,7 @@
 swf_startButton($objid, TYPE_MENUBUTTON);
 swf_addButtonRecord(BSDown|BSOver, $buttonImageId, 340);
 swf_onCondition(MenuEnter);
-swf_actionGetUrl("http://www.designmultimedia.com";, "_level1");
+swf_actionGetUrl("http://www.example.com";, "_level1");
 swf_onCondition(MenuExit);
 swf_actionGetUrl("", "_level1");
 swf_endButton();
Index: phpdoc/en/reference/url/functions/rawurlencode.xml
diff -u phpdoc/en/reference/url/functions/rawurlencode.xml:1.6 
phpdoc/en/reference/url/functions/rawurlencode.xml:1.7
--- phpdoc/en/reference/url/functions/rawurlencode.xml:1.6      Wed Jul 16 13:23:13 
2003
+++ phpdoc/en/reference/url/functions/rawurlencode.xml  Tue Dec  2 09:11:35 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/url.xml, last change in rev 1.6 -->
   <refentry id="function.rawurlencode">
    <refnamediv>
@@ -29,7 +29,7 @@
 <![CDATA[
 <?php
 echo '<a href="ftp://user:', rawurlencode('foo @+%/'),
-     '@ftp.my.com/x.txt">';
+     '@ftp.example.com/x.txt">';
 ?>
 ]]>
       </programlisting>
@@ -44,7 +44,7 @@
       <programlisting role="php">
 <![CDATA[
 <?php
-echo '<a href="http://x.com/department_list_script/',
+echo '<a href="http://example.com/department_list_script/',
     rawurlencode('sales and marketing/Miami'), '">';
 ?>
 ]]>

Reply via email to