vrana Tue Oct 4 11:11:19 2005 EDT
Modified files:
/phpdoc/en/reference/ibase constants.xml
/phpdoc/en/reference/fbsql/functions fbsql-set-lob-mode.xml
/phpdoc/en/reference/errorfunc ini.xml
/phpdoc/en/reference/sdodasrel reference.xml
/phpdoc/en/reference/sqlite/functions sqlite-array-query.xml
sqlite-busy-timeout.xml
sqlite-changes.xml
sqlite-close.xml
sqlite-create-aggregate.xml
sqlite-create-function.xml
sqlite-fetch-column-types.xml
sqlite-last-error.xml
sqlite-last-insert-rowid.xml
/phpdoc/en/reference/strings/functions stripos.xml
/phpdoc/en/reference/swf/functions swf-ortho2.xml
Log:
Remove WS inside <function>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/constants.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/ibase/constants.xml
diff -u phpdoc/en/reference/ibase/constants.xml:1.6
phpdoc/en/reference/ibase/constants.xml:1.7
--- phpdoc/en/reference/ibase/constants.xml:1.6 Mon Jun 6 07:48:38 2005
+++ phpdoc/en/reference/ibase/constants.xml Tue Oct 4 11:11:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="ibase.constants">
&reftitle.constants;
&extension.constants;
@@ -115,9 +115,9 @@
</para>
<para>
The following constants are used to pass requests and options to the service
- API functions (<function>ibase_server_info</function>,
<function>ibase_db_info
- </function>, <function>ibase_backup</function>, <function>ibase_restore
- </function> and <function>ibase_maintain_db</function>). Please refer to
+ API functions (<function>ibase_server_info</function>,
<function>ibase_db_info</function>,
+ <function>ibase_backup</function>, <function>ibase_restore</function>
+ and <function>ibase_maintain_db</function>). Please refer to
the Firebird/InterBase manuals for the meaning of these options.
<variablelist>
<varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/fbsql/functions/fbsql-set-lob-mode.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/fbsql/functions/fbsql-set-lob-mode.xml
diff -u phpdoc/en/reference/fbsql/functions/fbsql-set-lob-mode.xml:1.3
phpdoc/en/reference/fbsql/functions/fbsql-set-lob-mode.xml:1.4
--- phpdoc/en/reference/fbsql/functions/fbsql-set-lob-mode.xml:1.3 Mon Nov
1 11:40:57 2004
+++ phpdoc/en/reference/fbsql/functions/fbsql-set-lob-mode.xml Tue Oct 4
11:11:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/fbsql.xml, last change in rev 1.28 -->
<refentry id="function.fbsql-set-lob-mode">
<refnamediv>
@@ -40,7 +40,7 @@
<simpara>
FBSQL_LOB_HANDLE - LOB data is retrieved as handles to the
data. When data is fetched from the database with
- <function>fbsql_fetch_row </function>, and other fetch
+ <function>fbsql_fetch_row</function>, and other fetch
functions, LOB data will be returned as a handle to the data
if the data is stored indirect or the data if it is stored
direct. If a handle is returned it will be a 27 byte string
http://cvs.php.net/diff.php/phpdoc/en/reference/errorfunc/ini.xml?r1=1.28&r2=1.29&ty=u
Index: phpdoc/en/reference/errorfunc/ini.xml
diff -u phpdoc/en/reference/errorfunc/ini.xml:1.28
phpdoc/en/reference/errorfunc/ini.xml:1.29
--- phpdoc/en/reference/errorfunc/ini.xml:1.28 Wed Jul 20 15:10:28 2005
+++ phpdoc/en/reference/errorfunc/ini.xml Tue Oct 4 11:11:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<section id="errorfunc.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -192,8 +192,8 @@
</note>
<note>
<para>
- Although display_errors may be set at runtime (with <function>ini_set
- </function>), it won't have any affect if the script has fatal errors.
+ Although display_errors may be set at runtime (with
<function>ini_set</function>),
+ it won't have any affect if the script has fatal errors.
This is because the desired runtime action does not get executed.
</para>
</note>
http://cvs.php.net/diff.php/phpdoc/en/reference/sdodasrel/reference.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/sdodasrel/reference.xml
diff -u phpdoc/en/reference/sdodasrel/reference.xml:1.14
phpdoc/en/reference/sdodasrel/reference.xml:1.15
--- phpdoc/en/reference/sdodasrel/reference.xml:1.14 Sun Sep 4 15:39:27 2005
+++ phpdoc/en/reference/sdodasrel/reference.xml Tue Oct 4 11:11:16 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
<!-- Purpose: database.abstract -->
<!-- Membership: pecl -->
<!-- State: experimental -->
@@ -1450,7 +1450,7 @@
<function>executeQuery</function>
call to obtain a data graph containing data from a relational database,
and the
- <function> applyChanges</function>
+ <function>applyChanges</function>
call to write changes made to a data graph back to the relational
database.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml:1.12
phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml:1.13
--- phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml:1.12 Sun Feb
20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-array-query.xml Tue Oct 4
11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<refentry id="function.sqlite-array-query">
<refnamediv>
<refname>sqlite_array_query</refname>
@@ -67,8 +67,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-busy-timeout.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-busy-timeout.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-busy-timeout.xml:1.8
phpdoc/en/reference/sqlite/functions/sqlite-busy-timeout.xml:1.9
--- phpdoc/en/reference/sqlite/functions/sqlite-busy-timeout.xml:1.8 Sun Feb
20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-busy-timeout.xml Tue Oct
4 11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.sqlite-busy-timeout">
<refnamediv>
<refname>sqlite_busy_timeout</refname>
@@ -36,8 +36,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-changes.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-changes.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-changes.xml:1.10
phpdoc/en/reference/sqlite/functions/sqlite-changes.xml:1.11
--- phpdoc/en/reference/sqlite/functions/sqlite-changes.xml:1.10 Sun Feb
20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-changes.xml Tue Oct 4
11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<refentry id="function.sqlite-changes">
<refnamediv>
<refname>sqlite_changes</refname>
@@ -39,8 +39,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-close.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-close.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-close.xml:1.6
phpdoc/en/reference/sqlite/functions/sqlite-close.xml:1.7
--- phpdoc/en/reference/sqlite/functions/sqlite-close.xml:1.6 Sun Feb 20
19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-close.xml Tue Oct 4
11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.sqlite-close">
<refnamediv>
<refname>sqlite_close</refname>
@@ -27,8 +27,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally.
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally.
</para>
</listitem>
</varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml?r1=1.13&r2=1.14&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml:1.13
phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml:1.14
--- phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml:1.13
Fri Jun 24 09:24:34 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-create-aggregate.xml Tue Oct
4 11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<refentry id="function.sqlite-create-aggregate">
<refnamediv>
<refname>sqlite_create_aggregate</refname>
@@ -56,8 +56,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-create-function.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-create-function.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-create-function.xml:1.15
phpdoc/en/reference/sqlite/functions/sqlite-create-function.xml:1.16
--- phpdoc/en/reference/sqlite/functions/sqlite-create-function.xml:1.15
Fri Jun 24 09:24:34 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-create-function.xml Tue Oct
4 11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<refentry id="function.sqlite-create-function">
<refnamediv>
<refname>sqlite_create_function</refname>
@@ -47,8 +47,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml:1.9
phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml:1.10
--- phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml:1.9
Mon Jul 25 08:02:10 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-fetch-column-types.xml Tue Oct
4 11:11:17 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.sqlite-fetch-column-types">
<refnamediv>
<refname>sqlite_fetch_column_types</refname>
@@ -48,8 +48,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-last-error.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-last-error.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-last-error.xml:1.8
phpdoc/en/reference/sqlite/functions/sqlite-last-error.xml:1.9
--- phpdoc/en/reference/sqlite/functions/sqlite-last-error.xml:1.8 Sun Feb
20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-last-error.xml Tue Oct 4
11:11:18 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.sqlite-last-error">
<refnamediv>
<refname>sqlite_last_error</refname>
@@ -37,8 +37,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/functions/sqlite-last-insert-rowid.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/sqlite/functions/sqlite-last-insert-rowid.xml
diff -u phpdoc/en/reference/sqlite/functions/sqlite-last-insert-rowid.xml:1.8
phpdoc/en/reference/sqlite/functions/sqlite-last-insert-rowid.xml:1.9
--- phpdoc/en/reference/sqlite/functions/sqlite-last-insert-rowid.xml:1.8
Sun Feb 20 19:31:07 2005
+++ phpdoc/en/reference/sqlite/functions/sqlite-last-insert-rowid.xml Tue Oct
4 11:11:18 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="function.sqlite-last-insert-rowid">
<refnamediv>
<refname>sqlite_last_insert_rowid</refname>
@@ -42,8 +42,8 @@
<term><parameter>dbhandle</parameter></term>
<listitem>
<para>
- The SQLite Database resource; returned from <function>sqlite_open
- </function> when used procedurally. This parameter is not required
+ The SQLite Database resource; returned from
<function>sqlite_open</function>
+ when used procedurally. This parameter is not required
when using the object-oriented method.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/stripos.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/strings/functions/stripos.xml
diff -u phpdoc/en/reference/strings/functions/stripos.xml:1.6
phpdoc/en/reference/strings/functions/stripos.xml:1.7
--- phpdoc/en/reference/strings/functions/stripos.xml:1.6 Wed Apr 20
10:05:09 2005
+++ phpdoc/en/reference/strings/functions/stripos.xml Tue Oct 4 11:11:18 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.stripos">
<refnamediv>
<refname>stripos</refname>
@@ -18,7 +18,7 @@
<para>
Returns the numeric position of the first occurrence of
<parameter>needle</parameter> in the <parameter>haystack</parameter>
- <type>string</type>. Unlike <function> strpos</function>,
+ <type>string</type>. Unlike <function>strpos</function>,
<function>stripos</function> is case-insensitive.
</para>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/swf/functions/swf-ortho2.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/swf/functions/swf-ortho2.xml
diff -u phpdoc/en/reference/swf/functions/swf-ortho2.xml:1.2
phpdoc/en/reference/swf/functions/swf-ortho2.xml:1.3
--- phpdoc/en/reference/swf/functions/swf-ortho2.xml:1.2 Wed Apr 17
02:44:32 2002
+++ phpdoc/en/reference/swf/functions/swf-ortho2.xml Tue Oct 4 11:11:18 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/swf.xml, last change in rev 1.8 -->
<refentry id="function.swf-ortho2">
<refnamediv>
@@ -23,7 +23,7 @@
dimensional orthographic mapping of user coordinates onto the
current viewport, this defaults to one to one mapping of the area
of the Flash movie. If a perspective transformation is desired,
- the <function>swf_perspective </function> function can be used.
+ the <function>swf_perspective</function> function can be used.
</para>
</refsect1>
</refentry>