cvs: peardoc /en/package/authentication/liveuser setup.xml /en/package/benchmarking/benchmark intro.xml /en/package/caching/cache-lite intro.xml /en/package/caching/cache-lite/cache-lite cache_lite.xml /en/package/caching/cache-lite/cache-lite-file cache_lite_file.xml /en/package/caching/cache-lite/cache-lite-function cache_lite_function.xml /en/package/database/db intro-connect.xml intro-execute.xml /en/package/database/db-dataobject intro-autobuilding.xml intro-purpose.xml /en/package/database/db-dataobject/db-dataobject staticget.xml /en/package/database/db-table intro-database.xml /en/package/database/db/db-common autoexecute.xml execute.xml executemultiple.xml getall.xml getassoc.xml getcol.xml getone.xml getrow.xml limitquery.xml nextid.xml provides.xml query.xml /en/package/database/mdb intro-connect.xml intro-fetch.xml intro-query.xml /en/package/database/mdb/mdb-common execute.xml executeQuery.xml executemultiple.xml fetchall.xml fetchcol.xml fe! tchone.xml fetchrow.xml getall.xml getassoc.xml getcol.xml getone.xml getrow.xml limitquery.xml prepareQuery.xml query.xml queryall.xml querycol.xml queryone.xml queryrow.xml /en/package/database/mdb2 intro-connect.xml intro-execute.xml /en/package/networking/net-socket readword.xml /en/package/webservices/xml-rpc2 client.xml /en/package/xml xml-sql2xml.xml /en/package/xml/xml-sql2xml/xml-sql2xml add.xml addsql.xml xml-sql2xml.xml
[email protected] ("Brett Bieber")
| Newsgroups | php.pear.doc |
|---|---|
| Message-ID | <cvssaltybeagle1199992036@cvsserver> |
saltybeagle Thu Jan 10 19:07:16 2008 UTC
Modified files:
/peardoc/en/package/database/mdb intro-query.xml intro-fetch.xml
intro-connect.xml
/peardoc/en/package/xml/xml-sql2xml/xml-sql2xml addsql.xml add.xml
xml-sql2xml.xml
/peardoc/en/package/database/db intro-connect.xml intro-execute.xml
/peardoc/en/package/database/mdb/mdb-common getone.xml queryrow.xml
executeQuery.xml
querycol.xml
prepareQuery.xml
execute.xml
fetchrow.xml
queryone.xml
executemultiple.xml
getall.xml query.xml
limitquery.xml
fetchcol.xml
fetchall.xml getrow.xml
getcol.xml fetchone.xml
getassoc.xml
queryall.xml
/peardoc/en/package/database/db/db-common getall.xml getcol.xml
provides.xml
autoexecute.xml
getassoc.xml query.xml
nextid.xml execute.xml
getone.xml limitquery.xml
executemultiple.xml
getrow.xml
/peardoc/en/package/caching/cache-lite/cache-lite cache_lite.xml
/peardoc/en/package/xml xml-sql2xml.xml
/peardoc/en/package/database/db-dataobject intro-autobuilding.xml
intro-purpose.xml
/peardoc/en/package/database/mdb2 intro-execute.xml
intro-connect.xml
/peardoc/en/package/database/db-table intro-database.xml
/peardoc/en/package/authentication/liveuser setup.xml
/peardoc/en/package/caching/cache-lite/cache-lite-function
cache_lite_function.xml
/peardoc/en/package/networking/net-socket readword.xml
/peardoc/en/package/caching/cache-lite/cache-lite-file
cache_lite_file.xml
/peardoc/en/package/caching/cache-lite intro.xml
/peardoc/en/package/database/db-dataobject/db-dataobject
staticget.xml
/peardoc/en/package/webservices/xml-rpc2 client.xml
/peardoc/en/package/benchmarking/benchmark intro.xml
Log:
Fix some minor spelling and grammatical errors. My apologies and thanks to the translators --- cache lite has the only real wording change - package/caching/cache-lite/cache-lite/cache_lite.xml
saltybeagle-20080110190716.txt
(text/plain, 83.1 KB)
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/intro-query.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/database/mdb/intro-query.xml
diff -u peardoc/en/package/database/mdb/intro-query.xml:1.3 peardoc/en/package/database/mdb/intro-query.xml:1.4
--- peardoc/en/package/database/mdb/intro-query.xml:1.3 Fri Jun 6 13:56:02 2003
+++ peardoc/en/package/database/mdb/intro-query.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="package.database.mdb.intro-query">
<refnamediv>
<refname>Introduction - Query</refname>
@@ -16,7 +16,7 @@
<link linkend="package.database.mdb.mdb.iserror"><function>
MDB::isError</function></link>. On success, you get
<constant>MDB_OK</constant> or when you set a
- <parameter>SELECT</parameter>-statment a result resource handle
+ <parameter>SELECT</parameter>-statement a result resource handle
</simpara>
<example>
<title>A simple MDB query</title>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/intro-fetch.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/database/mdb/intro-fetch.xml
diff -u peardoc/en/package/database/mdb/intro-fetch.xml:1.2 peardoc/en/package/database/mdb/intro-fetch.xml:1.3
--- peardoc/en/package/database/mdb/intro-fetch.xml:1.2 Wed Aug 13 16:01:02 2003
+++ peardoc/en/package/database/mdb/intro-fetch.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="package.database.mdb.intro-fetch">
<refnamediv>
<refname>Introduction - Fetch</refname>
@@ -73,7 +73,7 @@
</para>
<para>
The <function>fetch*</function> returns an ordered array.
- The order is taken from the select statment.
+ The order is taken from the select statement.
<example>
<title>Fetch a ordered array</title>
<programlisting role="php"><![CDATA[
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/intro-connect.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/package/database/mdb/intro-connect.xml
diff -u peardoc/en/package/database/mdb/intro-connect.xml:1.1 peardoc/en/package/database/mdb/intro-connect.xml:1.2
--- peardoc/en/package/database/mdb/intro-connect.xml:1.1 Tue Jun 3 14:39:44 2003
+++ peardoc/en/package/database/mdb/intro-connect.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="package.database.mdb.intro-connect">
<refnamediv>
<refname>Introduction - Connect</refname>
@@ -15,7 +15,7 @@
as parameter and
optional a boolean value, which determines wether to use a
persistent connection or not. In case of success you get a new
- instance of the database class. It is strongly recommened to
+ instance of the database class. It is strongly recommended to
check this return value with <link linkend="package.database.mdb.mdb.iserror">
<function>MDB::isError</function>
</link>.
http://cvs.php.net/viewvc.cgi/peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml
diff -u peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml:1.2 peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml:1.3
--- peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml:1.2 Mon Mar 10 22:27:46 2003
+++ peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/addsql.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="package.xml.xml-sql2xml.xml-sql2xml.addsql">
<refnamediv>
<refname>XML_sql2xml::addSql</refname>
@@ -24,7 +24,7 @@
&title.desc;
<para>
Adds an aditional result set generated from an SQL statement.
- The function executes the statment and transform it into
+ The function executes the statement and transform it into
XML. You have to pass an <link linkend="package.database.db.intro-dsn">
DSN</link> to the <link
linkend="package.xml.xml-sql2xml.xml-sql2xml.xml-sql2xml">
http://cvs.php.net/viewvc.cgi/peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/add.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/add.xml
diff -u peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/add.xml:1.3 peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/add.xml:1.4
--- peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/add.xml:1.3 Wed Aug 13 16:01:05 2003
+++ peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/add.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="package.xml.xml-sql2xml.xml-sql2xml.add">
<refnamediv>
<refname>XML_sql2xml::add</refname>
@@ -28,7 +28,7 @@
&title.desc;
<para>
General method for adding new result sets to the object.
- Give a SQL statment, a PEAR::&class.db-result; object or an array as
+ Give a SQL statement, a PEAR::&class.db-result; object or an array as
input parameter and the method calls the appropriate method for this
input.
</para>
@@ -42,7 +42,7 @@
<listitem>
<para>
<parameter>string $resultset</parameter> -
- SQL statment, an &class.db-result; object or an array
+ SQL statement, an &class.db-result; object or an array
</para>
</listitem>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/xml-sql2xml.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/xml-sql2xml.xml
diff -u peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/xml-sql2xml.xml:1.3 peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/xml-sql2xml.xml:1.4
--- peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/xml-sql2xml.xml:1.3 Wed Aug 13 16:01:05 2003
+++ peardoc/en/package/xml/xml-sql2xml/xml-sql2xml/xml-sql2xml.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="package.xml.xml-sql2xml.xml-sql2xml.xml-sql2xml">
<refnamediv>
<refname>XML_sql2xml::XML_sql2xml</refname>
@@ -35,13 +35,13 @@
<para>
If you provide only a DSN, you have to <link
linkend="package.xml.xml-sql2xml.xml-sql2xml.add">add</link>
- a &class.db-result; object, SQL statment or an array later.
+ a &class.db-result; object, SQL statement or an array later.
</para>
<para>
The <parameter>$root</parameter> parameter is used, if you want to provide another name for your
root-tag than <root>. If you give an empty string (""), there will be no
root element created here, but only when you add a resultset, array or
- SQL Statment.
+ SQL Statement.
And the first tag of this result is used as the root tag.
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/intro-connect.xml?r1=1.28&r2=1.29&diff_format=u
Index: peardoc/en/package/database/db/intro-connect.xml
diff -u peardoc/en/package/database/db/intro-connect.xml:1.28 peardoc/en/package/database/db/intro-connect.xml:1.29
--- peardoc/en/package/database/db/intro-connect.xml:1.28 Sat May 6 14:15:57 2006
+++ peardoc/en/package/database/db/intro-connect.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<refentry id="package.database.db.intro-connect">
<refnamediv>
@@ -46,7 +46,7 @@
<simpara>
In case of success you get a new instance of the database class.
- It is strongly recommened to
+ It is strongly recommended to
check this return value with <link linkend="package.database.db.db.iserror">
<function>isError</function></link>.
</simpara>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/intro-execute.xml?r1=1.29&r2=1.30&diff_format=u
Index: peardoc/en/package/database/db/intro-execute.xml
diff -u peardoc/en/package/database/db/intro-execute.xml:1.29 peardoc/en/package/database/db/intro-execute.xml:1.30
--- peardoc/en/package/database/db/intro-execute.xml:1.29 Mon Mar 21 16:21:25 2005
+++ peardoc/en/package/database/db/intro-execute.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<refentry id="package.database.db.intro-execute">
<refnamediv>
@@ -58,7 +58,7 @@
To start out, you need to
<link linkend="package.database.db.db-common.prepare">
<function>prepare</function></link> a generic
- SQL statment. Create a generic statment by writing
+ SQL statement. Create a generic statement by writing
the SQL query as usual:
<programlisting role="sql">
<![CDATA[
@@ -99,7 +99,7 @@
</member>
<member>
<literal>&</literal> - requires an existing filename,
- the content of this file will be included into the statment
+ the content of this file will be included into the statement
(i.e. for saving binary data of a graphic file in a database)
</member>
</simplelist>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/getone.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/getone.xml
diff -u peardoc/en/package/database/mdb/mdb-common/getone.xml:1.5 peardoc/en/package/database/mdb/mdb-common/getone.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/getone.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/getone.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.getone">
<refnamediv>
<refname>MDB_Common::getOne()</refname>
@@ -128,7 +128,7 @@
&null;
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.mdb.mdb-common.prepareQuery">
@@ -144,10 +144,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment
+ Check the number of wild cards given in the SQL statement
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -163,7 +163,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -182,7 +182,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/queryrow.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/queryrow.xml
diff -u peardoc/en/package/database/mdb/mdb-common/queryrow.xml:1.6 peardoc/en/package/database/mdb/mdb-common/queryrow.xml:1.7
--- peardoc/en/package/database/mdb/mdb-common/queryrow.xml:1.6 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/queryrow.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="package.database.mdb.mdb-common.queryrow">
<refnamediv>
<refname>MDB_Common::queryRow()</refname>
@@ -122,7 +122,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -141,7 +141,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/executeQuery.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/executeQuery.xml
diff -u peardoc/en/package/database/mdb/mdb-common/executeQuery.xml:1.2 peardoc/en/package/database/mdb/mdb-common/executeQuery.xml:1.3
--- peardoc/en/package/database/mdb/mdb-common/executeQuery.xml:1.2 Tue Oct 28 20:29:23 2003
+++ peardoc/en/package/database/mdb/mdb-common/executeQuery.xml Thu Jan 10 19:07:15 2008
@@ -1,8 +1,8 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="package.database.mdb.mdb-common.executeQuery">
<refnamediv>
<refname>MDB_Common::executeQuery()</refname>
- <refpurpose>executes a prepared SQL statment</refpurpose>
+ <refpurpose>executes a prepared SQL statement</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -25,7 +25,7 @@
<refsect1 id="package.database.mdb.mdb-common.executeQuery.desc">
&title.desc;
<para>
- <function>executeQuery</function> joins the prepared SQL statment
+ <function>executeQuery</function> joins the prepared SQL statement
from <link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link> with the data that was set using one of the setParam() methods
@@ -94,17 +94,17 @@
&null;
</entry>
<entry>
- SQL statment handle is not valid.
+ SQL statement handle is not valid.
</entry>
<entry>
- Check correct processing of the SQL statment with
+ Check correct processing of the SQL statement with
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Note that
<function>executeQuery</function> requires a handle to the statement
returned by <link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
- </link>, not the statment itself.
+ </link>, not the statement itself.
</entry>
</row>
<row>
@@ -115,10 +115,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment for
+ Check the number of wild cards given in the SQL statement for
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -134,7 +134,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -153,7 +153,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/querycol.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/querycol.xml
diff -u peardoc/en/package/database/mdb/mdb-common/querycol.xml:1.6 peardoc/en/package/database/mdb/mdb-common/querycol.xml:1.7
--- peardoc/en/package/database/mdb/mdb-common/querycol.xml:1.6 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/querycol.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="package.database.mdb.mdb-common.querycol">
<refnamediv>
<refname>MDB_Common::queryCol()</refname>
@@ -134,7 +134,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -168,7 +168,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/prepareQuery.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/prepareQuery.xml
diff -u peardoc/en/package/database/mdb/mdb-common/prepareQuery.xml:1.1 peardoc/en/package/database/mdb/mdb-common/prepareQuery.xml:1.2
--- peardoc/en/package/database/mdb/mdb-common/prepareQuery.xml:1.1 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/prepareQuery.xml Thu Jan 10 19:07:15 2008
@@ -1,8 +1,8 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="package.database.mdb.mdb-common.prepareQuery">
<refnamediv>
<refname>MDB_Common::prepareQuery()</refname>
- <refpurpose>prepares a SQL statment</refpurpose>
+ <refpurpose>prepares a SQL statement</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/execute.xml?r1=1.9&r2=1.10&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/execute.xml
diff -u peardoc/en/package/database/mdb/mdb-common/execute.xml:1.9 peardoc/en/package/database/mdb/mdb-common/execute.xml:1.10
--- peardoc/en/package/database/mdb/mdb-common/execute.xml:1.9 Wed Nov 12 17:42:47 2003
+++ peardoc/en/package/database/mdb/mdb-common/execute.xml Thu Jan 10 19:07:15 2008
@@ -1,8 +1,8 @@
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="package.database.mdb.mdb-common.execute">
<refnamediv>
<refname>MDB_Common::execute()</refname>
- <refpurpose>executes a prepared SQL statment</refpurpose>
+ <refpurpose>executes a prepared SQL statement</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -35,7 +35,7 @@
<refsect1 id="package.database.mdb.mdb-common.execute.desc">
&title.desc;
<para>
- <function>execute</function> joins the prepared SQL statment from
+ <function>execute</function> joins the prepared SQL statement from
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link> with the given data and executes the SQL query.
@@ -127,17 +127,17 @@
&null;
</entry>
<entry>
- SQL statment handle is not valid.
+ SQL statement handle is not valid.
</entry>
<entry>
- Check correct processing of the SQL statment with
+ Check correct processing of the SQL statement with
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Note that
<function>execute</function> requires a handle to the statement
returned by <link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
- </link>, not the statment itself.
+ </link>, not the statement itself.
</entry>
</row>
<row>
@@ -148,10 +148,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment for
+ Check the number of wild cards given in the SQL statement for
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -167,7 +167,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -186,7 +186,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/fetchrow.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/fetchrow.xml
diff -u peardoc/en/package/database/mdb/mdb-common/fetchrow.xml:1.5 peardoc/en/package/database/mdb/mdb-common/fetchrow.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/fetchrow.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/fetchrow.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.fetchrow">
<refnamediv>
<refname>MDB_Common::fetchRow()</refname>
@@ -110,7 +110,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/queryone.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/queryone.xml
diff -u peardoc/en/package/database/mdb/mdb-common/queryone.xml:1.6 peardoc/en/package/database/mdb/mdb-common/queryone.xml:1.7
--- peardoc/en/package/database/mdb/mdb-common/queryone.xml:1.6 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/queryone.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="package.database.mdb.mdb-common.queryone">
<refnamediv>
<refname>MDB_Common::queryOne()</refname>
@@ -90,7 +90,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -109,7 +109,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/executemultiple.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/executemultiple.xml
diff -u peardoc/en/package/database/mdb/mdb-common/executemultiple.xml:1.7 peardoc/en/package/database/mdb/mdb-common/executemultiple.xml:1.8
--- peardoc/en/package/database/mdb/mdb-common/executemultiple.xml:1.7 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/executemultiple.xml Thu Jan 10 19:07:15 2008
@@ -1,8 +1,8 @@
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="package.database.mdb.mdb-common.executemultiple">
<refnamediv>
<refname>MDB_Common::executeMultiple()</refname>
- <refpurpose>repeated execution of a prepared SQL statment</refpurpose>
+ <refpurpose>repeated execution of a prepared SQL statement</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
@@ -37,7 +37,7 @@
<refsect1 id="package.database.mdb.mdb-common.executemultiple.desc">
&title.desc;
<para>
- <function>executeMultiple</function> joins the prepared SQL statment
+ <function>executeMultiple</function> joins the prepared SQL statement
from <link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link> with the given data and does the
@@ -147,10 +147,10 @@
&null;
</entry>
<entry>
- SQL statment handle is not valid.
+ SQL statement handle is not valid.
</entry>
<entry>
- Check correct processing of the SQL statment with
+ Check correct processing of the SQL statement with
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Note that
@@ -158,7 +158,7 @@
requires a handle to the statement
returned by <link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
- </link>, not the statment itself.
+ </link>, not the statement itself.
</entry>
</row>
<row>
@@ -169,10 +169,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment for
+ Check the number of wild cards given in the SQL statement for
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -188,7 +188,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -207,7 +207,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/getall.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/getall.xml
diff -u peardoc/en/package/database/mdb/mdb-common/getall.xml:1.5 peardoc/en/package/database/mdb/mdb-common/getall.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/getall.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/getall.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.getall">
<refnamediv>
<refname>MDB_Common::getAll()</refname>
@@ -152,7 +152,7 @@
&null;
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.mdb.mdb-common.prepareQuery">
@@ -168,10 +168,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment
+ Check the number of wild cards given in the SQL statement
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -187,7 +187,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -206,7 +206,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/query.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/query.xml
diff -u peardoc/en/package/database/mdb/mdb-common/query.xml:1.4 peardoc/en/package/database/mdb/mdb-common/query.xml:1.5
--- peardoc/en/package/database/mdb/mdb-common/query.xml:1.4 Wed Aug 13 16:01:02 2003
+++ peardoc/en/package/database/mdb/mdb-common/query.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="package.database.mdb.mdb-common.query">
<refnamediv>
<refname>MDB_Common::query()</refname>
@@ -87,7 +87,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -106,7 +106,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/limitquery.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/limitquery.xml
diff -u peardoc/en/package/database/mdb/mdb-common/limitquery.xml:1.5 peardoc/en/package/database/mdb/mdb-common/limitquery.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/limitquery.xml:1.5 Wed Jan 9 22:11:57 2008
+++ peardoc/en/package/database/mdb/mdb-common/limitquery.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.limitquery">
<refnamediv>
<refname>MDB_Common::limitQuery()</refname>
@@ -114,7 +114,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -133,7 +133,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/fetchcol.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/fetchcol.xml
diff -u peardoc/en/package/database/mdb/mdb-common/fetchcol.xml:1.5 peardoc/en/package/database/mdb/mdb-common/fetchcol.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/fetchcol.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/fetchcol.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.fetchcol">
<refnamediv>
<refname>MDB_Common::fetchCol()</refname>
@@ -126,7 +126,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/fetchall.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/fetchall.xml
diff -u peardoc/en/package/database/mdb/mdb-common/fetchall.xml:1.5 peardoc/en/package/database/mdb/mdb-common/fetchall.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/fetchall.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/fetchall.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.fetchall">
<refnamediv>
<refname>MDB_Common::fetchAll()</refname>
@@ -173,7 +173,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/getrow.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/getrow.xml
diff -u peardoc/en/package/database/mdb/mdb-common/getrow.xml:1.5 peardoc/en/package/database/mdb/mdb-common/getrow.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/getrow.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/getrow.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.getrow">
<refnamediv>
<refname>MDB_Common::getRow()</refname>
@@ -145,7 +145,7 @@
&null;
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.mdb.mdb-common.prepareQuery">
@@ -161,10 +161,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment
+ Check the number of wild cards given in the SQL statement
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -180,7 +180,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -199,7 +199,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/getcol.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/getcol.xml
diff -u peardoc/en/package/database/mdb/mdb-common/getcol.xml:1.5 peardoc/en/package/database/mdb/mdb-common/getcol.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/getcol.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/getcol.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.getcol">
<refnamediv>
<refname>MDB_Common::getCol()</refname>
@@ -144,7 +144,7 @@
&null;
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.mdb.mdb-common.prepareQuery">
@@ -160,10 +160,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment
+ Check the number of wild cards given in the SQL statement
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -179,7 +179,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -213,7 +213,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/fetchone.xml?r1=1.4&r2=1.5&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/fetchone.xml
diff -u peardoc/en/package/database/mdb/mdb-common/fetchone.xml:1.4 peardoc/en/package/database/mdb/mdb-common/fetchone.xml:1.5
--- peardoc/en/package/database/mdb/mdb-common/fetchone.xml:1.4 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/fetchone.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<refentry id="package.database.mdb.mdb-common.fetchone">
<refnamediv>
<refname>MDB_Common::fetchOne()</refname>
@@ -78,7 +78,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/getassoc.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/getassoc.xml
diff -u peardoc/en/package/database/mdb/mdb-common/getassoc.xml:1.5 peardoc/en/package/database/mdb/mdb-common/getassoc.xml:1.6
--- peardoc/en/package/database/mdb/mdb-common/getassoc.xml:1.5 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/getassoc.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.mdb.mdb-common.getassoc">
<refnamediv>
<refname>MDB_Common::getAssoc()</refname>
@@ -193,7 +193,7 @@
&null;
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.mdb.mdb-common.prepareQuery">
@@ -209,10 +209,10 @@
&null;
</entry>
<entry>
- To less data for filling the prepared SQL statment.
+ To less data for filling the prepared SQL statement.
</entry>
<entry>
- Check the number of wild cards given in the SQL statment
+ Check the number of wild cards given in the SQL statement
<link linkend="package.database.mdb.mdb-common.prepareQuery">
<function>prepareQuery</function>
</link>. Check the count of
@@ -228,7 +228,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -262,7 +262,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb/mdb-common/queryall.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/en/package/database/mdb/mdb-common/queryall.xml
diff -u peardoc/en/package/database/mdb/mdb-common/queryall.xml:1.6 peardoc/en/package/database/mdb/mdb-common/queryall.xml:1.7
--- peardoc/en/package/database/mdb/mdb-common/queryall.xml:1.6 Wed Sep 3 15:05:10 2003
+++ peardoc/en/package/database/mdb/mdb-common/queryall.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="package.database.mdb.mdb-common.queryall">
<refnamediv>
<refname>MDB_Common::queryAll()</refname>
@@ -169,7 +169,7 @@
&null;
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.mdb.intro-dsn">DSN</link>
@@ -203,7 +203,7 @@
Check the database related section of
<ulink url="www.php.net/manual/">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/getall.xml?r1=1.34&r2=1.35&diff_format=u
Index: peardoc/en/package/database/db/db-common/getall.xml
diff -u peardoc/en/package/database/db/db-common/getall.xml:1.34 peardoc/en/package/database/db/db-common/getall.xml:1.35
--- peardoc/en/package/database/db/db-common/getall.xml:1.34 Thu Feb 17 18:42:06 2005
+++ peardoc/en/package/database/db/db-common/getall.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.34 $ -->
+<!-- $Revision: 1.35 $ -->
<refentry id="package.database.db.db-common.getall">
<refnamediv>
@@ -153,7 +153,7 @@
invalid
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.db.db-common.prepare">
@@ -168,7 +168,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -184,7 +184,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -202,7 +202,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/getcol.xml?r1=1.32&r2=1.33&diff_format=u
Index: peardoc/en/package/database/db/db-common/getcol.xml
diff -u peardoc/en/package/database/db/db-common/getcol.xml:1.32 peardoc/en/package/database/db/db-common/getcol.xml:1.33
--- peardoc/en/package/database/db/db-common/getcol.xml:1.32 Thu Feb 17 18:42:06 2005
+++ peardoc/en/package/database/db/db-common/getcol.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.32 $ -->
+<!-- $Revision: 1.33 $ -->
<refentry id="package.database.db.db-common.getcol">
<refnamediv>
@@ -115,7 +115,7 @@
invalid
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.db.db-common.prepare">
@@ -130,7 +130,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -158,7 +158,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -177,7 +177,7 @@
<ulink url="&url.php.manual;">PHP Manual</ulink>
to detect the reason for this error. In most cases
a malformed SQL statement is the cause of the
- error. (Ie. using LIMIT in a SQL-Statment for an Oracle
+ error. (Ie. using LIMIT in a SQL-Statement for an Oracle
database.)
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/provides.xml?r1=1.19&r2=1.20&diff_format=u
Index: peardoc/en/package/database/db/db-common/provides.xml
diff -u peardoc/en/package/database/db/db-common/provides.xml:1.19 peardoc/en/package/database/db/db-common/provides.xml:1.20
--- peardoc/en/package/database/db/db-common/provides.xml:1.19 Wed Apr 28 21:04:16 2004
+++ peardoc/en/package/database/db/db-common/provides.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<refentry id="package.database.db.db-common.provides">
<refnamediv>
@@ -52,7 +52,7 @@
<row>
<entry><literal>prepare</literal></entry>
<entry>
- The database does a pre-check of the SQL statment
+ The database does a pre-check of the SQL statement
</entry>
</row>
<row>
@@ -70,7 +70,7 @@
<row>
<entry><literal>limit</literal></entry>
<entry>
- The database supports LIMITed SELECT statments
+ The database supports LIMITed SELECT statements
</entry>
</row>
</tbody>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/autoexecute.xml?r1=1.35&r2=1.36&diff_format=u
Index: peardoc/en/package/database/db/db-common/autoexecute.xml
diff -u peardoc/en/package/database/db/db-common/autoexecute.xml:1.35 peardoc/en/package/database/db/db-common/autoexecute.xml:1.36
--- peardoc/en/package/database/db/db-common/autoexecute.xml:1.35 Thu Feb 17 18:42:06 2005
+++ peardoc/en/package/database/db/db-common/autoexecute.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<refentry id="package.database.db.db-common.autoexecute">
<refnamediv>
@@ -167,7 +167,7 @@
<entry>
no database selected
</entry>
- <entry>No database was choosen.</entry>
+ <entry>No database was chosen.</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
in <link linkend="package.database.db.db.connect"><function>connect</function></link>.
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/getassoc.xml?r1=1.36&r2=1.37&diff_format=u
Index: peardoc/en/package/database/db/db-common/getassoc.xml
diff -u peardoc/en/package/database/db/db-common/getassoc.xml:1.36 peardoc/en/package/database/db/db-common/getassoc.xml:1.37
--- peardoc/en/package/database/db/db-common/getassoc.xml:1.36 Thu Feb 17 18:42:06 2005
+++ peardoc/en/package/database/db/db-common/getassoc.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.36 $ -->
+<!-- $Revision: 1.37 $ -->
<refentry id="package.database.db.db-common.getassoc">
<refnamediv>
@@ -180,7 +180,7 @@
invalid
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.db.db-common.prepare">
@@ -195,7 +195,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -211,7 +211,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -242,7 +242,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/query.xml?r1=1.28&r2=1.29&diff_format=u
Index: peardoc/en/package/database/db/db-common/query.xml
diff -u peardoc/en/package/database/db/db-common/query.xml:1.28 peardoc/en/package/database/db/db-common/query.xml:1.29
--- peardoc/en/package/database/db/db-common/query.xml:1.28 Sat May 1 16:57:29 2004
+++ peardoc/en/package/database/db/db-common/query.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
<refentry id="package.database.db.db-common.query">
<refnamediv>
@@ -107,7 +107,7 @@
invalid
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.db.db-common.prepare">
@@ -122,7 +122,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/nextid.xml?r1=1.25&r2=1.26&diff_format=u
Index: peardoc/en/package/database/db/db-common/nextid.xml
diff -u peardoc/en/package/database/db/db-common/nextid.xml:1.25 peardoc/en/package/database/db/db-common/nextid.xml:1.26
--- peardoc/en/package/database/db/db-common/nextid.xml:1.25 Tue May 24 15:55:25 2005
+++ peardoc/en/package/database/db/db-common/nextid.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.25 $ -->
+<!-- $Revision: 1.26 $ -->
<refentry id="package.database.db.db-common.nextid">
<refnamediv>
@@ -31,7 +31,7 @@
<para>
See <link
linkend="package.database.db.intro-sequences"><quote>Intro -
- Sequences</quote></link> for a more complete discusion.
+ Sequences</quote></link> for a more complete discussion.
</para>
</refsect1>
@@ -69,7 +69,7 @@
The on demand creation process necessitates
the database user specified in the script
having the database permissions needed to create
- a table or sequence. The exact privileges involved
+ a table or sequence. The exact privileges required
depends on the DBMS being used.
</para>
</listitem>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/execute.xml?r1=1.31&r2=1.32&diff_format=u
Index: peardoc/en/package/database/db/db-common/execute.xml
diff -u peardoc/en/package/database/db/db-common/execute.xml:1.31 peardoc/en/package/database/db/db-common/execute.xml:1.32
--- peardoc/en/package/database/db/db-common/execute.xml:1.31 Thu Feb 17 18:42:06 2005
+++ peardoc/en/package/database/db/db-common/execute.xml Thu Jan 10 19:07:15 2008
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<refentry id="package.database.db.db-common.execute">
<refnamediv>
<refname>DB_common::execute()</refname>
- <refpurpose>Executes a prepared SQL statment</refpurpose>
+ <refpurpose>Executes a prepared SQL statement</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -24,7 +24,7 @@
<refsect1 id="package.database.db.db-common.execute.desc">
&title.desc;
<para>
- Merges the SQL statment you submitted to
+ Merges the SQL statement you submitted to
<link linkend="package.database.db.db-common.prepare">
<function>prepare</function></link>
with the information in <parameter>$data</parameter>
@@ -101,15 +101,15 @@
invalid
</entry>
<entry>
- SQL statment handle is not valid.
+ SQL statement handle is not valid.
</entry>
<entry>
- Check correct processing of the SQL statment with
+ Check correct processing of the SQL statement with
<link linkend="package.database.db.db-common.prepare">
<function>prepare</function></link>. Note that
<function>execute</function> requires a handle to the statement
returned by <link linkend="package.database.db.db-common.prepare">
- <function>prepare</function></link>, not the statment itself.
+ <function>prepare</function></link>, not the statement itself.
</entry>
</row>
<row>
@@ -119,7 +119,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -135,7 +135,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -153,7 +153,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statment
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/getone.xml?r1=1.31&r2=1.32&diff_format=u
Index: peardoc/en/package/database/db/db-common/getone.xml
diff -u peardoc/en/package/database/db/db-common/getone.xml:1.31 peardoc/en/package/database/db/db-common/getone.xml:1.32
--- peardoc/en/package/database/db/db-common/getone.xml:1.31 Sat Apr 28 08:34:19 2007
+++ peardoc/en/package/database/db/db-common/getone.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<refentry id="package.database.db.db-common.getone">
<refnamediv>
@@ -99,7 +99,7 @@
invalid
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.db.db-common.prepare">
@@ -114,7 +114,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -130,7 +130,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -148,7 +148,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/limitquery.xml?r1=1.29&r2=1.30&diff_format=u
Index: peardoc/en/package/database/db/db-common/limitquery.xml
diff -u peardoc/en/package/database/db/db-common/limitquery.xml:1.29 peardoc/en/package/database/db/db-common/limitquery.xml:1.30
--- peardoc/en/package/database/db/db-common/limitquery.xml:1.29 Wed Jan 9 22:11:57 2008
+++ peardoc/en/package/database/db/db-common/limitquery.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.29 $ -->
+<!-- $Revision: 1.30 $ -->
<refentry id="package.database.db.db-common.limitquery">
<refnamediv>
@@ -124,7 +124,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -142,7 +142,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/executemultiple.xml?r1=1.31&r2=1.32&diff_format=u
Index: peardoc/en/package/database/db/db-common/executemultiple.xml
diff -u peardoc/en/package/database/db/db-common/executemultiple.xml:1.31 peardoc/en/package/database/db/db-common/executemultiple.xml:1.32
--- peardoc/en/package/database/db/db-common/executemultiple.xml:1.31 Tue Mar 15 17:27:52 2005
+++ peardoc/en/package/database/db/db-common/executemultiple.xml Thu Jan 10 19:07:15 2008
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
<refentry id="package.database.db.db-common.executemultiple">
<refnamediv>
<refname>DB_common::executeMultiple()</refname>
- <refpurpose>Runs a prepared SQL statment for each element of an array</refpurpose>
+ <refpurpose>Runs a prepared SQL statement for each element of an array</refpurpose>
</refnamediv>
<refsynopsisdiv>
@@ -28,7 +28,7 @@
<parameter>$data</parameter> (a multi-dimensional array) to
<link linkend="package.database.db.db-common.execute">
<function>execute</function></link>, which then runs
- the SQL statment you submitted to
+ the SQL statement you submitted to
<link linkend="package.database.db.db-common.prepare">
<function>prepare</function></link>.
</para>
@@ -97,16 +97,16 @@
invalid
</entry>
<entry>
- SQL statment handle is not valid.
+ SQL statement handle is not valid.
</entry>
<entry>
- Check correct processing of the SQL statment with
+ Check correct processing of the SQL statement with
<link linkend="package.database.db.db-common.prepare">
<function>prepare</function></link>. Note that
<function>executeMultiple</function>
requires a handle to the statement
returned by <link linkend="package.database.db.db-common.prepare">
- <function>prepare</function></link>, not the statment itself.
+ <function>prepare</function></link>, not the statement itself.
</entry>
</row>
<row>
@@ -116,7 +116,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -132,7 +132,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -150,7 +150,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db/db-common/getrow.xml?r1=1.35&r2=1.36&diff_format=u
Index: peardoc/en/package/database/db/db-common/getrow.xml
diff -u peardoc/en/package/database/db/db-common/getrow.xml:1.35 peardoc/en/package/database/db/db-common/getrow.xml:1.36
--- peardoc/en/package/database/db/db-common/getrow.xml:1.35 Thu Feb 17 18:42:06 2005
+++ peardoc/en/package/database/db/db-common/getrow.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
<refentry id="package.database.db.db-common.getrow">
<refnamediv>
@@ -119,7 +119,7 @@
or a &class.db-error; object on failure.
The array may be ordered or associative depending on
<parameter>$fetchmode</parameter>.
- The column index starts at 0 for orderd arrays.
+ The column index starts at 0 for ordered arrays.
</para>
</refsect1>
@@ -144,7 +144,7 @@
invalid
</entry>
<entry>
- SQL statment for preparing is not valid.
+ SQL statement for preparing is not valid.
</entry>
<entry>
See the <link linkend="package.database.db.db-common.prepare">
@@ -159,7 +159,7 @@
</entry>
<entry>
Quantity of parameters didn't match quantity of placeholders in
- the prepared statment.
+ the prepared statement.
</entry>
<entry>
Check that the number of placeholders in the
@@ -175,7 +175,7 @@
no database selected
</entry>
<entry>
- No database was choosen.
+ No database was chosen.
</entry>
<entry>
Check the <link linkend="package.database.db.intro-dsn">DSN</link>
@@ -193,7 +193,7 @@
Check the database related section of
<ulink url="&url.php.manual;">PHP-Manual</ulink>
to detect the reason for this error. In the most cases
- a misformed SQL statment. Ie. using LIMIT in a SQL-Statment
+ a misformed SQL statement. Ie. using LIMIT in a SQL-Statement
for an Oracle database.
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/caching/cache-lite/cache-lite/cache_lite.xml?r1=1.8&r2=1.9&diff_format=u
Index: peardoc/en/package/caching/cache-lite/cache-lite/cache_lite.xml
diff -u peardoc/en/package/caching/cache-lite/cache-lite/cache_lite.xml:1.8 peardoc/en/package/caching/cache-lite/cache-lite/cache_lite.xml:1.9
--- peardoc/en/package/caching/cache-lite/cache-lite/cache_lite.xml:1.8 Tue Feb 7 23:17:59 2006
+++ peardoc/en/package/caching/cache-lite/cache-lite/cache_lite.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id="package.caching.cache-lite.cache-lite.cache-lite">
<refnamediv>
<refname>constructor <function>Cache_Lite::Cache_Lite</function></refname>
@@ -200,7 +200,7 @@
file Name protection
(if set to true, you can use any cache id or group name,
if set to false, it can be faster but cache ids and group
- names will be used directly in cache file names so be carefull with
+ names will be used directly in cache file names so be careful with
special characters...)
</entry>
</row>
@@ -217,8 +217,8 @@
<entry>
enable / disable automatic serialization
- (it can be used to save directly datas
- which aren't strings but it's slower)
+ (allows non-string data to be saved, with a
+ small performance decrease)
</entry>
</row>
<row>
@@ -329,7 +329,7 @@
</entry>
<entry>
If set to true, it introduces a little API break but the error handling
- is better in CACHE_LITE_ERROR_RETURN mode (specially with the save()
+ is better in CACHE_LITE_ERROR_RETURN mode (especially with the save()
method which can return a PEAR_Error object).
</entry>
</row>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/xml/xml-sql2xml.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/xml/xml-sql2xml.xml
diff -u peardoc/en/package/xml/xml-sql2xml.xml:1.2 peardoc/en/package/xml/xml-sql2xml.xml:1.3
--- peardoc/en/package/xml/xml-sql2xml.xml:1.2 Mon Mar 10 22:27:46 2003
+++ peardoc/en/package/xml/xml-sql2xml.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<sect1 id="package.xml.xml-sql2xml">
<title>XML_sql2xml</title>
@@ -6,7 +6,7 @@
Translates SQL-Queries to XML-Resultsets.
</para>
<para>
- XML_sql2xml takes an existing result set or a SQL statment
+ XML_sql2xml takes an existing result set or a SQL statement
and transforms it to an XML representation
</para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-dataobject/intro-autobuilding.xml?r1=1.18&r2=1.19&diff_format=u
Index: peardoc/en/package/database/db-dataobject/intro-autobuilding.xml
diff -u peardoc/en/package/database/db-dataobject/intro-autobuilding.xml:1.18 peardoc/en/package/database/db-dataobject/intro-autobuilding.xml:1.19
--- peardoc/en/package/database/db-dataobject/intro-autobuilding.xml:1.18 Mon Mar 20 21:23:15 2006
+++ peardoc/en/package/database/db-dataobject/intro-autobuilding.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
@@ -106,7 +106,7 @@
</para>
<para>
Prior to version 1.6 a method __clone was created, since PHP5 changed to use $x = clone($y);, this method
- has been removed. DataObjects now creates a dummy function clone (if necessary), to enable forward compatibilty
+ has been removed. DataObjects now creates a dummy function clone (if necessary), to enable forward compatibility
</para>
</refsect1>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-dataobject/intro-purpose.xml?r1=1.18&r2=1.19&diff_format=u
Index: peardoc/en/package/database/db-dataobject/intro-purpose.xml
diff -u peardoc/en/package/database/db-dataobject/intro-purpose.xml:1.18 peardoc/en/package/database/db-dataobject/intro-purpose.xml:1.19
--- peardoc/en/package/database/db-dataobject/intro-purpose.xml:1.18 Thu Sep 1 13:27:42 2005
+++ peardoc/en/package/database/db-dataobject/intro-purpose.xml Thu Jan 10 19:07:15 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<refentry id="package.database.db-dataobject.intro-purpose">
<refnamediv>
<refname>Introduction</refname>
@@ -75,7 +75,7 @@
</programlisting></example>
</para>
<para>
- The key benifit of this approach is that you are grouping similar actions on a single table in one place, and are
+ The key benefit of this approach is that you are grouping similar actions on a single table in one place, and are
more likely to spot duplicated code (eg. two methods that do similar things). You will also notice the global $db variable
used here - the fact is that most of the time you will use a common database connection for all your classes, so how should this
be dealt with?
@@ -195,7 +195,7 @@
<simpara> to automate fetching related objects</simpara>
</listitem>
</itemizedlist>
- So to improve on this, <classname>DB_DataObject</classname> was born, it started life as an common answer to the issues above, however as most
+ So to improve on this, <classname>DB_DataObject</classname> was born, it started life as a common answer to the issues above, however as most
problems grow in complexity as the problem is examined in finer detail, so has DataObjects. It has grown to include
<itemizedlist>
<listitem>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb2/intro-execute.xml?r1=1.23&r2=1.24&diff_format=u
Index: peardoc/en/package/database/mdb2/intro-execute.xml
diff -u peardoc/en/package/database/mdb2/intro-execute.xml:1.23 peardoc/en/package/database/mdb2/intro-execute.xml:1.24
--- peardoc/en/package/database/mdb2/intro-execute.xml:1.23 Tue Aug 7 14:29:29 2007
+++ peardoc/en/package/database/mdb2/intro-execute.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
<!--
@@ -90,7 +90,7 @@
To start out, you need to
<ulink url="http://pear.php.net/package/MDB2/docs/latest/MDB2/MDB2_Driver_Common.html#methodprepare">
<function>prepare</function></ulink> a generic
- SQL statment. Create a generic statment by writing
+ SQL statement. Create a generic statement by writing
the SQL query as usual:
<programlisting role="sql">
<![CDATA[
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/mdb2/intro-connect.xml?r1=1.18&r2=1.19&diff_format=u
Index: peardoc/en/package/database/mdb2/intro-connect.xml
diff -u peardoc/en/package/database/mdb2/intro-connect.xml:1.18 peardoc/en/package/database/mdb2/intro-connect.xml:1.19
--- peardoc/en/package/database/mdb2/intro-connect.xml:1.18 Sun Sep 23 19:10:05 2007
+++ peardoc/en/package/database/mdb2/intro-connect.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<refentry id="package.database.mdb2.intro-connect">
<refnamediv>
@@ -309,7 +309,7 @@
<simpara>
In case of success you get a new instance of the database class.
- It is strongly recommened to check this return value with
+ It is strongly recommended to check this return value with
<link linkend="core.pear.pear.iserror">
<function>PEAR::isError</function>
</link>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-table/intro-database.xml?r1=1.7&r2=1.8&diff_format=u
Index: peardoc/en/package/database/db-table/intro-database.xml
diff -u peardoc/en/package/database/db-table/intro-database.xml:1.7 peardoc/en/package/database/db-table/intro-database.xml:1.8
--- peardoc/en/package/database/db-table/intro-database.xml:1.7 Wed Jan 9 22:11:57 2008
+++ peardoc/en/package/database/db-table/intro-database.xml Thu Jan 10 19:07:15 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<refentry id="package.database.db-table.intro-database">
<refnamediv>
@@ -1228,7 +1228,7 @@
<refsect2 id="package.database.db-table.intro-database.select.autoJoin">
<title><function>autoJoin</function></title>
<para>
-<function>autoJoin</function> - accepts an array paramater containing
+<function>autoJoin</function> - accepts an array parameter containing
the names of desired columns and/or an array of tables names, and returns
a query array containing a WHERE clause with automatically
generated join conditions.
http://cvs.php.net/viewvc.cgi/peardoc/en/package/authentication/liveuser/setup.xml?r1=1.1&r2=1.2&diff_format=u
Index: peardoc/en/package/authentication/liveuser/setup.xml
diff -u peardoc/en/package/authentication/liveuser/setup.xml:1.1 peardoc/en/package/authentication/liveuser/setup.xml:1.2
--- peardoc/en/package/authentication/liveuser/setup.xml:1.1 Thu Nov 23 06:52:58 2006
+++ peardoc/en/package/authentication/liveuser/setup.xml Thu Jan 10 19:07:16 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="package.authentication.liveuser.setup">
<!-- Section originally contributed by
Tim Denby, pearbugs2006 at reddreamer dot com -->
@@ -66,7 +66,7 @@
<filename>http://www.example.com/LU/demodata.php?dsn=mysql://dbuser:pwd@localhost/databasename&file=/var/www/LU/demodata.xml&create=1</filename>.
You must replace the file path values and the database
<literal>user</literal>, <literal>password</literal>,
- <literal>host</literal>, and <literal>dabase name</literal> with values
+ <literal>host</literal>, and <literal>database name</literal> with values
appropriate for your own system.
If this gives you a "success" message and you have phpMyAdmin or something,
you should be able to look at the database now and see tables with data
@@ -128,7 +128,7 @@
</listitem>
<listitem>
<simpara>
- In example4, the users that are in the database are deactived for some reason...
+ In example4, the users that are in the database are deactivated for some reason...
in the <literal>peoples</literal> table change the values in the
<literal>isactive</literal> column to <literal>1</literal>.
</simpara>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/caching/cache-lite/cache-lite-function/cache_lite_function.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/caching/cache-lite/cache-lite-function/cache_lite_function.xml
diff -u peardoc/en/package/caching/cache-lite/cache-lite-function/cache_lite_function.xml:1.5 peardoc/en/package/caching/cache-lite/cache-lite-function/cache_lite_function.xml:1.6
--- peardoc/en/package/caching/cache-lite/cache-lite-function/cache_lite_function.xml:1.5 Mon Feb 13 22:10:20 2006
+++ peardoc/en/package/caching/cache-lite/cache-lite-function/cache_lite_function.xml Thu Jan 10 19:07:16 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.default.cache-lite.cache-lite-function.cache-lite-function">
<refnamediv>
<refname>constructor <function>Cache_Lite_Function::Cache_Lite_Function</function></refname>
@@ -34,7 +34,7 @@
</term>
<listitem>
<para>
- associative array to set a lot of options (see Cache_Lite constructor for details). Be carefull,
+ associative array to set a lot of options (see Cache_Lite constructor for details). Be careful,
with Cache_Lite_Function, additional options are available (comparatively to Cache_Lite). There are
described on the following table.
</para>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/networking/net-socket/readword.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/networking/net-socket/readword.xml
diff -u peardoc/en/package/networking/net-socket/readword.xml:1.2 peardoc/en/package/networking/net-socket/readword.xml:1.3
--- peardoc/en/package/networking/net-socket/readword.xml:1.2 Tue Jun 17 11:10:36 2003
+++ peardoc/en/package/networking/net-socket/readword.xml Thu Jan 10 19:07:16 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="package.networking.net-socket.readword">
<refnamediv>
<refname>Net_Socket::readWord()</refname>
@@ -65,7 +65,7 @@
<note>
<para>
<quote>Word</quote> means not a word in literary sense. A word
- is a statment of size for data.
+ is a statement of size for data.
</para>
</note>
</refsect1>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/caching/cache-lite/cache-lite-file/cache_lite_file.xml?r1=1.3&r2=1.4&diff_format=u
Index: peardoc/en/package/caching/cache-lite/cache-lite-file/cache_lite_file.xml
diff -u peardoc/en/package/caching/cache-lite/cache-lite-file/cache_lite_file.xml:1.3 peardoc/en/package/caching/cache-lite/cache-lite-file/cache_lite_file.xml:1.4
--- peardoc/en/package/caching/cache-lite/cache-lite-file/cache_lite_file.xml:1.3 Mon Feb 13 22:10:20 2006
+++ peardoc/en/package/caching/cache-lite/cache-lite-file/cache_lite_file.xml Thu Jan 10 19:07:16 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<refentry id="package.default.cache-lite.cache-lite-file.cache-lite-file">
<refnamediv>
<refname>constructor <function>Cache_Lite_File::Cache_Lite_File</function></refname>
@@ -34,7 +34,7 @@
</term>
<listitem>
<para>
- associative array to set a lot of options (see Cache_Lite constructor for details). Be carefull,
+ associative array to set a lot of options (see Cache_Lite constructor for details). Be careful,
with Cache_Lite_File, there is an additional "mandatory option" described on the following table.
</para>
</listitem>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/caching/cache-lite/intro.xml?r1=1.9&r2=1.10&diff_format=u
Index: peardoc/en/package/caching/cache-lite/intro.xml
diff -u peardoc/en/package/caching/cache-lite/intro.xml:1.9 peardoc/en/package/caching/cache-lite/intro.xml:1.10
--- peardoc/en/package/caching/cache-lite/intro.xml:1.9 Wed Jan 9 22:11:57 2008
+++ peardoc/en/package/caching/cache-lite/intro.xml Thu Jan 10 19:07:16 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="package.caching.cache-lite.intro">
<refnamediv>
@@ -31,8 +31,8 @@
hardware solutions.
</para>
<para>
- You can find more details about cache_lite technical choices on the
- <ulink url="http://cvs.php.net/co.php/pear/Cache_Lite/docs/technical?revision=1.1&view=markup">this document</ulink>.
+ You can find more details about cache_lite technical choices on
+ <ulink url="http://cvs.php.net/co.php/pear/Cache_Lite/docs/technical?revision=1.1&view=markup">this document</ulink>,
but the main idea is to include PEAR.php file <emphasis>ONLY</emphasis> when
an error occurs (very rare).
</para>
@@ -42,7 +42,7 @@
<para>
Because the cache system is often embedded in the application layer,
PEAR::Cache_Lite kernel has to be small and flexible with an adapted licence (LGPL).
- Advanced functionnalities can be found in files that extends the core.
+ Advanced functionality can be found in files that extend the core.
</para>
</refsect2>
<refsect2>
@@ -86,8 +86,8 @@
<refsect2 id="package.caching.cache-lite.intro.usage.core">
<title>core</title>
<para>
- Let's start with a simple example : the page is built then recovered in
- an unique variable (string):
+ Let's start with a simple example : the page is built, then recovered with
+ a unique variable (string):
<programlisting role="php">
<![CDATA[
<?php
@@ -168,7 +168,7 @@
<title>core</title>
<para>
However, it is not always possible to recover all the contents of a page in
- a single string variable. Thus Cache_Lite_Output comes to our help :
+ a single string variable. Thus Cache_Lite_Output comes to our aid :
<programlisting role="php">
<![CDATA[
<?php
@@ -234,7 +234,7 @@
For a maximum efficiency with Cache_Lite, do not systematically include
every package the page needs. <emphasis>ONLY</emphasis> load the modules
you need when the page is not in the cache (and has
- to be recomputed) by using a conditionnal inclusion.
+ to be recomputed) by using a conditional inclusion.
</para>
<para>
The <emphasis>BAD</emphasis> way :
http://cvs.php.net/viewvc.cgi/peardoc/en/package/database/db-dataobject/db-dataobject/staticget.xml?r1=1.5&r2=1.6&diff_format=u
Index: peardoc/en/package/database/db-dataobject/db-dataobject/staticget.xml
diff -u peardoc/en/package/database/db-dataobject/db-dataobject/staticget.xml:1.5 peardoc/en/package/database/db-dataobject/db-dataobject/staticget.xml:1.6
--- peardoc/en/package/database/db-dataobject/db-dataobject/staticget.xml:1.5 Tue Oct 25 02:58:47 2005
+++ peardoc/en/package/database/db-dataobject/db-dataobject/staticget.xml Thu Jan 10 19:07:16 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="package.database.db-dataobject.db-dataobject.staticget">
<refnamediv>
<refname>DB_DataObject::staticGet()</refname>
@@ -61,7 +61,7 @@
<listitem>
<para>
- <parameter>string $key</parameter> - column (or value if only 2 paramaters are given)
+ <parameter>string $key</parameter> - column (or value if only 2 parameters are given)
</para>
</listitem>
http://cvs.php.net/viewvc.cgi/peardoc/en/package/webservices/xml-rpc2/client.xml?r1=1.6&r2=1.7&diff_format=u
Index: peardoc/en/package/webservices/xml-rpc2/client.xml
diff -u peardoc/en/package/webservices/xml-rpc2/client.xml:1.6 peardoc/en/package/webservices/xml-rpc2/client.xml:1.7
--- peardoc/en/package/webservices/xml-rpc2/client.xml:1.6 Sun Dec 31 05:19:49 2006
+++ peardoc/en/package/webservices/xml-rpc2/client.xml Thu Jan 10 19:07:16 2008
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="package.webservices.xml-rpc2.client">
<refnamediv>
@@ -160,7 +160,7 @@
</programlisting>
</para>
<para>
- Be carefull, XMLRPC spec allows some remote method names with some special characters like "." or "/"... which are
+ Be careful, XMLRPC spec allows some remote method names with some special characters like "." or "/"... which are
not available as PHP method names. To deal with them, you have to fix a prefix in a the options array. For example :
<programlisting role="php">
<![CDATA[
http://cvs.php.net/viewvc.cgi/peardoc/en/package/benchmarking/benchmark/intro.xml?r1=1.2&r2=1.3&diff_format=u
Index: peardoc/en/package/benchmarking/benchmark/intro.xml
diff -u peardoc/en/package/benchmarking/benchmark/intro.xml:1.2 peardoc/en/package/benchmarking/benchmark/intro.xml:1.3
--- peardoc/en/package/benchmarking/benchmark/intro.xml:1.2 Sat Jun 23 07:06:10 2007
+++ peardoc/en/package/benchmarking/benchmark/intro.xml Thu Jan 10 19:07:16 2008
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1" ?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="package.benchmarking.benchmark.intro">
<refnamediv>
@@ -34,7 +34,7 @@
The <emphasis>automatic</emphasis> mode makes sense in cases where you
want to quickly test a fixed portion of code like a script or a single
function. The <emphasis>manual</emphasis> mode offers you more control,
- which means arbitary portions of code can be profiled, and the results can
+ which means arbitrary portions of code can be profiled, and the results can
be carefully analyzed before being displayed. In the <emphasis>automatic</emphasis>
mode of operation, the results are always displayed; while in the
<emphasis>manual</emphasis> mode you have the option of logging them or
@@ -43,7 +43,7 @@
<para>
If you wish to operate a class in <emphasis>automatic</emphasis> mode,
simply pass the <constant>TRUE</constant> parameter to its constructor.
- Instantiating a class without a paramater or with the
+ Instantiating a class without a parameter or with the
<constant>FALSE</constant> parameter sets the mode of operation to
<emphasis>manual</emphasis> for that class.
</para>