ID: 39109 Updated by: [EMAIL PROTECTED] Reported By: RQuadling at GMail dot com -Status: Open +Status: Closed Bug Type: Documentation problem Operating System: Windows XP SP2 PHP Version: Irrelevant New Comment:
This bug has been fixed in the documentation's XML sources. Since the online and downloadable versions of the documentation need some time to get updated, we would like to ask you to be a bit patient. Thank you for the report, and for helping us make our documentation better. Thanks a lot! Previous Comments: ------------------------------------------------------------------------ [2006-10-10 13:15:21] RQuadling at GMail dot com More found. Files: Index: appendices/about.xml Index: features/safe-mode.xml Index: install/unix/sun.xml Index: internals/zendapi/arguments.xml Index: internals/zendapi/calling-user-functions.xml Index: internals/zendapi/variables.xml Index: language/control-structures.xml Index: reference/datetime/functions/date.xml Index: reference/http/functions/parsers/http-parse-message.xml Index: reference/hw/functions/hw-new-document.xml Index: reference/ibase/constants.xml Index: reference/ibm_db2/functions/db2-bind-param.xml Index: reference/imap/functions/imap-fetchstructure.xml Index: reference/mnogosearch/configure.xml Index: reference/mnogosearch/functions/udm-cat-list.xml Index: reference/mnogosearch/functions/udm-load-ispell-data.xml Index: reference/ncurses/functions/ncurses-napms.xml Index: reference/oci8/functions/oci-bind-array-by-name.xml Index: reference/oci8/functions/oci-bind-by-name.xml Index: reference/oci8/functions/oci-field-size.xml Index: reference/pdf/functions/pdf-get-fontsize.xml Index: reference/sesam/functions/sesam-fetch-array.xml Index: reference/swf/functions/swf-defineline.xml Index: reference/swf/functions/swf-lookat.xml http://rquadling.php1h.com/whitespace_3.txt I'll stop now. Before I get carried away and do some real damage! ------------------------------------------------------------------------ [2006-10-10 11:56:05] RQuadling at GMail dot com More whitespace at http://rquadling.php1h.com/whitespace_2.txt This time, </tag>[space]. becomes </tag>. ------------------------------------------------------------------------ [2006-10-10 11:38:09] RQuadling at GMail dot com Description: ------------ Following on from bug#39081, there are several more spaces missing after a markup tag. internals/zendapi/calling-user-functions.xml internals/zendapi/variables.xml reference/datetime/functions/date.xml reference/hw/functions/hw-new-document.xml reference/ibase/constants.xml reference/imap/functions/imap-fetchstructure.xml reference/mnogosearch/configure.xml reference/mnogosearch/functions/udm-cat-list.xml reference/mnogosearch/functions/udm-load-ispell-data.xml reference/oci8/functions/oci-bind-array-by-name.xml reference/oci8/functions/oci-bind-by-name.xml reference/oci8/functions/oci-field-size.xml reference/pdf/functions/pdf-get-fontsize.xml reference/sesam/functions/sesam-fetch-array.xml A patch is available below and http://rquadling.php1h.com/whitespace_1.txt Index: internals/zendapi/calling-user-functions.xml =================================================================== RCS file: /repository/phpdoc/en/internals/zendapi/calling-user-functions.xml,v retrieving revision 1.2 diff -u -r1.2 calling-user-functions.xml --- internals/zendapi/calling-user-functions.xml 22 Jan 2006 23:31:08 -0000 1.2 +++ internals/zendapi/calling-user-functions.xml 9 Oct 2006 08:24:58 -0000 @@ -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>. Index: internals/zendapi/variables.xml =================================================================== RCS file: /repository/phpdoc/en/internals/zendapi/variables.xml,v retrieving revision 1.4 diff -u -r1.4 variables.xml --- internals/zendapi/variables.xml 1 Sep 2006 22:59:45 -0000 1.4 +++ internals/zendapi/variables.xml 9 Oct 2006 08:24:58 -0000 @@ -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>&z_resource</literal> if <literal>zval *z_resource</literal> is given.</entry> </row> Index: reference/datetime/functions/date.xml =================================================================== RCS file: /repository/phpdoc/en/reference/datetime/functions/date.xml,v retrieving revision 1.32 diff -u -r1.32 date.xml --- reference/datetime/functions/date.xml 8 Sep 2006 09:04:09 -0000 1.32 +++ reference/datetime/functions/date.xml 9 Oct 2006 08:25:00 -0000 @@ -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 Index: reference/hw/functions/hw-new-document.xml =================================================================== RCS file: /repository/phpdoc/en/reference/hw/functions/hw-new-document.xml,v retrieving revision 1.3 diff -u -r1.3 hw-new-document.xml --- reference/hw/functions/hw-new-document.xml 19 Aug 2004 12:14:46 -0000 1.3 +++ reference/hw/functions/hw-new-document.xml 9 Oct 2006 08:25:00 -0000 @@ -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> Index: reference/ibase/constants.xml =================================================================== RCS file: /repository/phpdoc/en/reference/ibase/constants.xml,v retrieving revision 1.7 diff -u -r1.7 constants.xml --- reference/ibase/constants.xml 4 Oct 2005 15:11:14 -0000 1.7 +++ reference/ibase/constants.xml 9 Oct 2006 08:25:00 -0000 @@ -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> Index: reference/imap/functions/imap-fetchstructure.xml =================================================================== RCS file: /repository/phpdoc/en/reference/imap/functions/imap-fetchstructure.xml,v retrieving revision 1.5 diff -u -r1.5 imap-fetchstructure.xml --- reference/imap/functions/imap-fetchstructure.xml 18 Feb 2004 14:56:47 -0000 1.5 +++ reference/imap/functions/imap-fetchstructure.xml 9 Oct 2006 08:25:00 -0000 @@ -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> Index: reference/mnogosearch/configure.xml =================================================================== RCS file: /repository/phpdoc/en/reference/mnogosearch/configure.xml,v retrieving revision 1.1 diff -u -r1.1 configure.xml --- reference/mnogosearch/configure.xml 30 Nov 2002 15:33:21 -0000 1.1 +++ reference/mnogosearch/configure.xml 9 Oct 2006 08:25:01 -0000 @@ -5,7 +5,7 @@ <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 Index: reference/mnogosearch/functions/udm-cat-list.xml =================================================================== RCS file: /repository/phpdoc/en/reference/mnogosearch/functions/udm-cat-list.xml,v retrieving revision 1.6 diff -u -r1.6 udm-cat-list.xml --- reference/mnogosearch/functions/udm-cat-list.xml 27 Jul 2004 04:48:55 -0000 1.6 +++ reference/mnogosearch/functions/udm-cat-list.xml 9 Oct 2006 08:25:01 -0000 @@ -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 Index: reference/mnogosearch/functions/udm-load-ispell-data.xml =================================================================== RCS file: /repository/phpdoc/en/reference/mnogosearch/functions/udm-load-ispell-data.xml,v retrieving revision 1.6 diff -u -r1.6 udm-load-ispell-data.xml --- reference/mnogosearch/functions/udm-load-ispell-data.xml 15 Dec 2003 16:52:04 -0000 1.6 +++ reference/mnogosearch/functions/udm-load-ispell-data.xml 9 Oct 2006 08:25:01 -0000 @@ -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 Index: reference/oci8/functions/oci-bind-array-by-name.xml =================================================================== RCS file: /repository/phpdoc/en/reference/oci8/functions/oci-bind-array-by-name.xml,v retrieving revision 1.1 diff -u -r1.1 oci-bind-array-by-name.xml --- reference/oci8/functions/oci-bind-array-by-name.xml 20 Mar 2006 13:39:56 -0000 1.1 +++ reference/oci8/functions/oci-bind-array-by-name.xml 9 Oct 2006 08:25:01 -0000 @@ -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 Index: reference/oci8/functions/oci-bind-by-name.xml =================================================================== RCS file: /repository/phpdoc/en/reference/oci8/functions/oci-bind-by-name.xml,v retrieving revision 1.8 diff -u -r1.8 oci-bind-by-name.xml --- reference/oci8/functions/oci-bind-by-name.xml 12 Apr 2006 19:43:59 -0000 1.8 +++ reference/oci8/functions/oci-bind-by-name.xml 9 Oct 2006 08:25:01 -0000 @@ -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 Index: reference/oci8/functions/oci-field-size.xml =================================================================== RCS file: /repository/phpdoc/en/reference/oci8/functions/oci-field-size.xml,v retrieving revision 1.4 diff -u -r1.4 oci-field-size.xml --- reference/oci8/functions/oci-field-size.xml 6 Sep 2005 20:18:29 -0000 1.4 +++ reference/oci8/functions/oci-field-size.xml 9 Oct 2006 08:25:01 -0000 @@ -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 Index: reference/pdf/functions/pdf-get-fontsize.xml =================================================================== RCS file: /repository/phpdoc/en/reference/pdf/functions/pdf-get-fontsize.xml,v retrieving revision 1.5 diff -u -r1.5 pdf-get-fontsize.xml --- reference/pdf/functions/pdf-get-fontsize.xml 19 Mar 2006 17:19:33 -0000 1.5 +++ reference/pdf/functions/pdf-get-fontsize.xml 9 Oct 2006 08:25:01 -0000 @@ -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> Index: reference/sesam/functions/sesam-fetch-array.xml =================================================================== RCS file: /repository/phpdoc/en/reference/sesam/functions/sesam-fetch-array.xml,v retrieving revision 1.5 diff -u -r1.5 sesam-fetch-array.xml --- reference/sesam/functions/sesam-fetch-array.xml 18 Dec 2003 17:46:29 -0000 1.5 +++ reference/sesam/functions/sesam-fetch-array.xml 9 Oct 2006 08:25:02 -0000 @@ -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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=39109&edit=1