dave            Sun Oct 15 03:40:28 2006 UTC

  Modified files:              
    /phpdoc/en/internals/zendapi        calling-user-functions.xml 
                                        variables.xml 
    /phpdoc/en/reference/datetime/functions     date.xml 
    /phpdoc/en/reference/hw/functions   hw-new-document.xml 
    /phpdoc/en/reference/ibase  constants.xml 
    /phpdoc/en/reference/imap/functions imap-fetchstructure.xml 
    /phpdoc/en/reference/mnogosearch    configure.xml 
    /phpdoc/en/reference/mnogosearch/functions  udm-cat-list.xml 
                                                udm-load-ispell-data.xml 
    /phpdoc/en/reference/oci8/functions oci-bind-array-by-name.xml 
                                        oci-bind-by-name.xml 
                                        oci-field-size.xml 
    /phpdoc/en/reference/pdf/functions  pdf-get-fontsize.xml 
    /phpdoc/en/reference/sesam/functions        sesam-fetch-array.xml 
  Log:
  - WS (#39109).
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/calling-user-functions.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/internals/zendapi/calling-user-functions.xml
diff -u phpdoc/en/internals/zendapi/calling-user-functions.xml:1.2 
phpdoc/en/internals/zendapi/calling-user-functions.xml:1.3
--- phpdoc/en/internals/zendapi/calling-user-functions.xml:1.2  Sun Jan 22 
23:31:08 2006
+++ phpdoc/en/internals/zendapi/calling-user-functions.xml      Sun Oct 15 
03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.2 $ -->
+ <!-- $Revision: 1.3 $ -->
  <sect1 id="zend.calling-user-functions"> 
   <title>Calling User Functions</title> 
   <para>
@@ -25,7 +25,7 @@
    <envar>function_table</envar>  and <envar>object</envar>; either
    will do. If you want to call a method, you have to supply the
    object that contains this method, in which case
-   <function>call_user_function</function>automatically sets the
+   <function>call_user_function</function> automatically sets the
    function table to this object's function table. Otherwise, you only
    need to specify <envar>function_table</envar> and can set
    <envar>object</envar> to <literal>NULL</literal>.
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals/zendapi/variables.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/internals/zendapi/variables.xml
diff -u phpdoc/en/internals/zendapi/variables.xml:1.4 
phpdoc/en/internals/zendapi/variables.xml:1.5
--- phpdoc/en/internals/zendapi/variables.xml:1.4       Fri Sep  1 22:59:45 2006
+++ phpdoc/en/internals/zendapi/variables.xml   Sun Oct 15 03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.4 $ -->
+ <!-- $Revision: 1.5 $ -->
  <sect1 id="zend.variables"> 
   <title>Creating Variables</title>
   <para>
@@ -999,7 +999,7 @@
        <row>
         <entry colname="col1"><literal>rsrc_id</literal></entry>
         <entry colname="col2">This is the address of the
-         <literal>zval *</literal>container the user passed to
+         <literal>zval *</literal> container the user passed to
          your function, e.g. <literal>&amp;z_resource</literal> if
          <literal>zval *z_resource</literal> is given.</entry>
        </row>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/datetime/functions/date.xml?r1=1.33&r2=1.34&diff_format=u
Index: phpdoc/en/reference/datetime/functions/date.xml
diff -u phpdoc/en/reference/datetime/functions/date.xml:1.33 
phpdoc/en/reference/datetime/functions/date.xml:1.34
--- phpdoc/en/reference/datetime/functions/date.xml:1.33        Tue Oct 10 
12:29:19 2006
+++ phpdoc/en/reference/datetime/functions/date.xml     Sun Oct 15 03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.33 $ -->
+<!-- $Revision: 1.34 $ -->
 <refentry id="function.date">
  <refnamediv>
   <refname>date</refname>
@@ -395,7 +395,7 @@
    <function>mktime</function> together to find dates in the future
    or the past.
    <example>
-    <title><function>date</function> and 
<function>mktime</function>example</title>
+    <title><function>date</function> and <function>mktime</function> 
example</title>
     <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/hw/functions/hw-new-document.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/hw/functions/hw-new-document.xml
diff -u phpdoc/en/reference/hw/functions/hw-new-document.xml:1.3 
phpdoc/en/reference/hw/functions/hw-new-document.xml:1.4
--- phpdoc/en/reference/hw/functions/hw-new-document.xml:1.3    Thu Aug 19 
12:14:46 2004
+++ phpdoc/en/reference/hw/functions/hw-new-document.xml        Sun Oct 15 
03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 -->
   <refentry id="function.hw-new-document">
    <refnamediv>
@@ -19,7 +19,7 @@
      <parameter>document_data</parameter> and object record set to
      <parameter>object_record</parameter>. The length of the 
      <parameter>document_data</parameter> has to passed in
-     <parameter>document_size</parameter>This function does not
+     <parameter>document_size</parameter>. This function does not
      insert the document into the Hyperwave server.
     </para>
     <para>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibase/constants.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/ibase/constants.xml
diff -u phpdoc/en/reference/ibase/constants.xml:1.7 
phpdoc/en/reference/ibase/constants.xml:1.8
--- phpdoc/en/reference/ibase/constants.xml:1.7 Tue Oct  4 15:11:14 2005
+++ phpdoc/en/reference/ibase/constants.xml     Sun Oct 15 03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <section id="ibase.constants">
  &reftitle.constants;
  &extension.constants;
@@ -89,7 +89,7 @@
      <tbody>
       <row>
        <entry>IBASE_FETCH_BLOBS</entry>
-       <entry>Also available as <constant>IBASE_TEXT</constant>for backward
+       <entry>Also available as <constant>IBASE_TEXT</constant> for backward
        compatibility. Causes BLOB contents to be fetched inline, instead of 
        being fetched as BLOB identifiers.</entry>
       </row>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/imap/functions/imap-fetchstructure.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-fetchstructure.xml
diff -u phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.5 
phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.6
--- phpdoc/en/reference/imap/functions/imap-fetchstructure.xml:1.5      Wed Feb 
18 14:56:47 2004
+++ phpdoc/en/reference/imap/functions/imap-fetchstructure.xml  Sun Oct 15 
03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/imap.xml, last change in rev 1.2 -->
   <refentry id="function.imap-fetchstructure">
    <refnamediv>
@@ -89,7 +89,7 @@
          <entry>dparameters</entry>
          <entry>An array of objects where each object has an "attribute" and a
          "value" property corresponding to the parameters on the
-         Content-disposition <acronym>MIME</acronym>header.</entry>
+         Content-disposition <acronym>MIME</acronym> header.</entry>
         </row>
         <row>
          <entry>ifparameters</entry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mnogosearch/configure.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/mnogosearch/configure.xml
diff -u phpdoc/en/reference/mnogosearch/configure.xml:1.1 
phpdoc/en/reference/mnogosearch/configure.xml:1.2
--- phpdoc/en/reference/mnogosearch/configure.xml:1.1   Sat Nov 30 15:33:21 2002
+++ phpdoc/en/reference/mnogosearch/configure.xml       Sun Oct 15 03:40:27 2006
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <section id="mnogosearch.installation">
  &reftitle.install;
  <para>
   In order to have these functions available, you must compile PHP with
   mnoGosearch support by using the
-  <option role="configure">--with-mnogosearch</option>option. If
+  <option role="configure">--with-mnogosearch</option> option. If
   you use this option without specifying the path to mnoGosearch, PHP will
   look for mnoGosearch under <filename>/usr/local/mnogosearch</filename>
   path by default. If you installed mnoGosearch at a different location
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml
diff -u phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml:1.6 
phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml:1.7
--- phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml:1.6      Tue Jul 
27 04:48:55 2004
+++ phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml  Sun Oct 15 
03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 -->
  <refentry id="function.udm-cat-list">
   <refnamediv>
@@ -51,7 +51,7 @@
 ]]>
     </screen>
     <example>
-     <title><function>udm_cat_list</function>example</title>
+     <title><function>udm_cat_list</function> example</title>
      <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml
diff -u phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml:1.6 
phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml:1.7
--- phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml:1.6      
Mon Dec 15 16:52:04 2003
+++ phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml  Sun Oct 
15 03:40:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 -->
  <refentry id="function.udm-load-ispell-data">
   <refnamediv>
@@ -62,7 +62,7 @@
      </note>
      <para>
       <example>
-       <title><function>udm_load_ispell_data</function>example</title>
+       <title><function>udm_load_ispell_data</function> example</title>
        <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml:1.1 
phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml:1.2
--- phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml:1.1   Mon Mar 
20 13:39:56 2006
+++ phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml       Sun Oct 
15 03:40:28 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.oci-bind-array-by-name">
    <refnamediv>
     <refname>oci_bind_array_by_name</refname>
@@ -97,7 +97,7 @@
     </para>
     <para>
      <example>
-      <title><function>oci_bind_array_by_name</function>example</title>
+      <title><function>oci_bind_array_by_name</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml
diff -u phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.8 
phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.9
--- phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml:1.8 Wed Apr 12 
19:43:59 2006
+++ phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml     Sun Oct 15 
03:40:28 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
   <refentry id="function.oci-bind-by-name">
    <refnamediv>
     <refname>oci_bind_by_name</refname>
@@ -102,7 +102,7 @@
     </para>
     <para>
      <example>
-      <title><function>oci_bind_by_name</function>example</title>
+      <title><function>oci_bind_by_name</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oci8/functions/oci-field-size.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/oci8/functions/oci-field-size.xml
diff -u phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.4 
phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.5
--- phpdoc/en/reference/oci8/functions/oci-field-size.xml:1.4   Tue Sep  6 
20:18:29 2005
+++ phpdoc/en/reference/oci8/functions/oci-field-size.xml       Sun Oct 15 
03:40:28 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
   <refentry id="function.oci-field-size">
    <refnamediv>
     <refname>oci_field_size</refname>
@@ -19,7 +19,7 @@
     </para>
     <para>
      <example>
-      <title><function>oci_field_size</function>example</title>
+      <title><function>oci_field_size</function> example</title>
       <programlisting role="php">
 <![CDATA[
 <?php   
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml
diff -u phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml:1.5 
phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml:1.6
--- phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml:1.5  Sun Mar 19 
17:19:33 2006
+++ phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml      Sun Oct 15 
03:40:28 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
   <refentry id="function.pdf-get-fontsize">
    <refnamediv>
     <refname>PDF_get_fontsize</refname>
@@ -10,7 +10,7 @@
     <para>
      This function is deprecated since PDFlib version 3, use
      <function>PDF_get_value</function> with the parameter
-     <parameter>fontsize</parameter>instead.
+     <parameter>fontsize</parameter> instead.
     </para>
    </refsect1>
   </refentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml
diff -u phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml:1.5 
phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml:1.6
--- phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml:1.5       Thu Dec 
18 17:46:29 2003
+++ phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml   Sun Oct 15 
03:40:28 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/sesam.xml, last change in rev 1.1 -->
   <refentry id="function.sesam-fetch-array">
    <refnamediv>
@@ -30,7 +30,7 @@
     </para>
     <para>
      For the valid values of the optional
-     <parameter>whence</parameter>and
+     <parameter>whence</parameter> and
      <parameter>offset</parameter> parameters,
      see the <function>sesam_fetch_row</function> function for
      details.

Reply via email to