dave Sun Feb 13 23:13:18 2005 EDT
Modified files: /phpdoc/en/faq mailinglist.xml /phpdoc/en/features sessions.xml /phpdoc/en/language/oop5 autoload.xml patterns.xml /phpdoc/en/reference/array/functions array-multisort.xml /phpdoc/en/reference/bzip2/functions bzerrno.xml /phpdoc/en/reference/dbase/functions dbase-create.xml dbase-get-record-with-names.xml dbase-get-record.xml dbase-open.xml /phpdoc/en/reference/dom reference.xml /phpdoc/en/reference/dom/functions dom-domdocument-save.xml dom-domdocument-savehtml.xml dom-domdocument-savehtmlfile.xml dom-domdocument-savexml.xml dom-domelement-setattributenodens.xml /phpdoc/en/reference/hw/functions hw-getremotechildren.xml /phpdoc/en/reference/maxdb/functions maxdb-fetch-field-direct.xml maxdb-fetch-field.xml maxdb-fetch-fields.xml maxdb-stmt-send-long-data.xml /phpdoc/en/reference/msql/functions msql-connect.xml /phpdoc/en/reference/mysqli/functions mysqli-fetch-field-direct.xml mysqli-fetch-field.xml mysqli-fetch-fields.xml /phpdoc/en/reference/openal/functions openal-listener-get.xml openal-source-get.xml /phpdoc/en/reference/pdo/functions PDO-getAttribute.xml /phpdoc/en/reference/pgsql/functions pg-field-name.xml pg-parameter-status.xml /phpdoc/en/reference/posix/functions posix-setsid.xml /phpdoc/en/reference/simplexml constants.xml /phpdoc/en/reference/soap/functions soap-soapclient-dorequest.xml /phpdoc/en/reference/sqlite reference.xml /phpdoc/en/reference/ssh2/functions ssh2-fetch-stream.xml ssh2-methods-negotiated.xml /phpdoc/en/reference/uodbc/functions odbc-data-source.xml /phpdoc/en/reference/xattr/functions xattr-set.xml /phpdoc/en/reference/xsl/functions xsl-xsltprocessor-transform-to-uri.xml /phpdoc/en/reference/zlib/functions gzcompress.xml gzdeflate.xml gzencode.xml /phpdoc/en/security magicquotes.xml Log: Fix minor spelling/punctuation mistakes.
http://cvs.php.net/diff.php/phpdoc/en/faq/mailinglist.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/faq/mailinglist.xml diff -u phpdoc/en/faq/mailinglist.xml:1.16 phpdoc/en/faq/mailinglist.xml:1.17 --- phpdoc/en/faq/mailinglist.xml:1.16 Thu Feb 6 05:04:53 2003 +++ phpdoc/en/faq/mailinglist.xml Sun Feb 13 23:13:12 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <chapter id="faq.mailinglist"> <title>Mailing lists</title> <titleabbrev>Mailing lists</titleabbrev> @@ -98,7 +98,7 @@ Since PHP is growing more and more popular by the day the traffic has increased on the php-general mailing list and as of now the list gets about 150 to 200 posts a day. Because of this it is - in everyones interest that you use the list as a last resort + in everyone's interest that you use the list as a last resort when you have looked everywhere else. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/features/sessions.xml?r1=1.1&r2=1.2&ty=u Index: phpdoc/en/features/sessions.xml diff -u phpdoc/en/features/sessions.xml:1.1 phpdoc/en/features/sessions.xml:1.2 --- phpdoc/en/features/sessions.xml:1.1 Fri Sep 17 09:50:35 2004 +++ phpdoc/en/features/sessions.xml Sun Feb 13 23:13:13 2005 @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <chapter id="features.sessions"> <title>Sessions</title> <para> Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications - and increase the appeal of your web site. All informations are in - <link linkend="ref.session">Session reference</link> sections. + and increase the appeal of your web site. All information is in the + <link linkend="ref.session">Session reference</link> section. </para> </chapter> http://cvs.php.net/diff.php/phpdoc/en/language/oop5/autoload.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/language/oop5/autoload.xml diff -u phpdoc/en/language/oop5/autoload.xml:1.5 phpdoc/en/language/oop5/autoload.xml:1.6 --- phpdoc/en/language/oop5/autoload.xml:1.5 Wed Dec 29 11:14:56 2004 +++ phpdoc/en/language/oop5/autoload.xml Sun Feb 13 23:13:13 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <sect1 id="language.oop5.autoload"> <title>Autoloading Objects</title> <para> @@ -17,9 +17,9 @@ </para> <note> <para> - Exceptions thrown in __autoload function cannot be catched in the - <link linkend="language.exceptions">catch</link> block and result in fatal - error. + Exceptions thrown in __autoload function cannot be caught in the + <link linkend="language.exceptions">catch</link> block and results in + a fatal error. </para> </note> <para> http://cvs.php.net/diff.php/phpdoc/en/language/oop5/patterns.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/language/oop5/patterns.xml diff -u phpdoc/en/language/oop5/patterns.xml:1.6 phpdoc/en/language/oop5/patterns.xml:1.7 --- phpdoc/en/language/oop5/patterns.xml:1.6 Wed Feb 2 22:02:56 2005 +++ phpdoc/en/language/oop5/patterns.xml Sun Feb 13 23:13:13 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <sect1 id="language.oop5.patterns"> <title>Patterns</title> <para> @@ -10,7 +10,7 @@ <sect2 id="language.oop5.patterns.factory"> <title>Factory</title> <para> - The Factory pattern allows for the instantation of objects + The Factory pattern allows for the instantiation of objects at runtime. It is called a Factory Pattern since it is responsible for "manufacturing" an object. </para> http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-multisort.xml?r1=1.14&r2=1.15&ty=u Index: phpdoc/en/reference/array/functions/array-multisort.xml diff -u phpdoc/en/reference/array/functions/array-multisort.xml:1.14 phpdoc/en/reference/array/functions/array-multisort.xml:1.15 --- phpdoc/en/reference/array/functions/array-multisort.xml:1.14 Sun Dec 19 21:15:13 2004 +++ phpdoc/en/reference/array/functions/array-multisort.xml Sun Feb 13 23:13:13 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <!-- splitted from ./en/functions/array.xml, last change in rev 1.11 --> <refentry id="function.array-multisort"> <refnamediv> @@ -243,7 +243,7 @@ with a lowercase letter. </para> <para> - To perform a case insensitve search, force the sorting order to be + To perform a case insensitive search, force the sorting order to be determined by a lowercase copy of the original array. </para> <programlisting role="php"> http://cvs.php.net/diff.php/phpdoc/en/reference/bzip2/functions/bzerrno.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/bzip2/functions/bzerrno.xml diff -u phpdoc/en/reference/bzip2/functions/bzerrno.xml:1.5 phpdoc/en/reference/bzip2/functions/bzerrno.xml:1.6 --- phpdoc/en/reference/bzip2/functions/bzerrno.xml:1.5 Sat Feb 5 21:20:23 2005 +++ phpdoc/en/reference/bzip2/functions/bzerrno.xml Sun Feb 13 23:13:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.bzerrno"> <refnamediv> <refname>bzerrno</refname> @@ -35,7 +35,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the error number as an interger. + Returns the error number as an integer. </para> </refsect1> <refsect1 role="seealso"> http://cvs.php.net/diff.php/phpdoc/en/reference/dbase/functions/dbase-create.xml?r1=1.11&r2=1.12&ty=u Index: phpdoc/en/reference/dbase/functions/dbase-create.xml diff -u phpdoc/en/reference/dbase/functions/dbase-create.xml:1.11 phpdoc/en/reference/dbase/functions/dbase-create.xml:1.12 --- phpdoc/en/reference/dbase/functions/dbase-create.xml:1.11 Sat Feb 12 12:25:23 2005 +++ phpdoc/en/reference/dbase/functions/dbase-create.xml Sun Feb 13 23:13:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <refentry id="function.dbase-create"> <refnamediv> <refname>dbase_create</refname> @@ -54,7 +54,7 @@ &reftitle.returnvalues; <para> Returns a database link identifier if the database is successfully created, - or &false; if an error occured. + or &false; if an error occurred. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/dbase/functions/dbase-get-record-with-names.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/dbase/functions/dbase-get-record-with-names.xml diff -u phpdoc/en/reference/dbase/functions/dbase-get-record-with-names.xml:1.8 phpdoc/en/reference/dbase/functions/dbase-get-record-with-names.xml:1.9 --- phpdoc/en/reference/dbase/functions/dbase-get-record-with-names.xml:1.8 Sat Feb 12 12:25:24 2005 +++ phpdoc/en/reference/dbase/functions/dbase-get-record-with-names.xml Sun Feb 13 23:13:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.dbase-get-record-with-names"> <refnamediv> <refname>dbase_get_record_with_names</refname> @@ -73,7 +73,7 @@ &reftitle.examples; <para> <example> - <title>Listing all the registred members in the database</title> + <title>Listing all the registered members in the database</title> <programlisting role="php"> <![CDATA[ <?php http://cvs.php.net/diff.php/phpdoc/en/reference/dbase/functions/dbase-get-record.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/dbase/functions/dbase-get-record.xml diff -u phpdoc/en/reference/dbase/functions/dbase-get-record.xml:1.8 phpdoc/en/reference/dbase/functions/dbase-get-record.xml:1.9 --- phpdoc/en/reference/dbase/functions/dbase-get-record.xml:1.8 Sat Feb 12 12:25:24 2005 +++ phpdoc/en/reference/dbase/functions/dbase-get-record.xml Sun Feb 13 23:13:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id="function.dbase-get-record"> <refnamediv> <refname>dbase_get_record</refname> @@ -15,7 +15,7 @@ <methodparam><type>int</type><parameter>record_number</parameter></methodparam> </methodsynopsis> <para> - Gets a record from athe database as an indexed array. + Gets a record from a database as an indexed array. </para> </refsect1> <refsect1 role="parameters"> http://cvs.php.net/diff.php/phpdoc/en/reference/dbase/functions/dbase-open.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/reference/dbase/functions/dbase-open.xml diff -u phpdoc/en/reference/dbase/functions/dbase-open.xml:1.9 phpdoc/en/reference/dbase/functions/dbase-open.xml:1.10 --- phpdoc/en/reference/dbase/functions/dbase-open.xml:1.9 Sat Feb 5 22:08:07 2005 +++ phpdoc/en/reference/dbase/functions/dbase-open.xml Sun Feb 13 23:13:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <refentry id="function.dbase-open"> <refnamediv> <refname>dbase_open</refname> @@ -43,7 +43,7 @@ <note> <para> You can't open a dBase file in write-only mode as the function will - fail to read the headers infomation and thus you can't use 1 as + fail to read the headers information and thus you can't use 1 as <parameter>mode</parameter>. </para> </note> @@ -80,7 +80,7 @@ &reftitle.returnvalues; <para> Returns a database link identifier if the database is successfully opened, - or &false; if an error occured. + or &false; if an error occurred. </para> </refsect1> <refsect1 role="seealso"> http://cvs.php.net/diff.php/phpdoc/en/reference/dom/reference.xml?r1=1.16&r2=1.17&ty=u Index: phpdoc/en/reference/dom/reference.xml diff -u phpdoc/en/reference/dom/reference.xml:1.16 phpdoc/en/reference/dom/reference.xml:1.17 --- phpdoc/en/reference/dom/reference.xml:1.16 Fri Jan 21 08:03:00 2005 +++ phpdoc/en/reference/dom/reference.xml Sun Feb 13 23:13:14 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <reference id="ref.dom"> <title>DOM Functions</title> <titleabbrev>DOM</titleabbrev> @@ -684,7 +684,7 @@ <section id='dom.class.domexception'> <title><classname>DOMException</classname></title> <para> - DOM operations raise exceptions under perticular circumstances, i.e., + DOM operations raise exceptions under particular circumstances, i.e., when an operation is impossible to perform for logical reasons. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-save.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/dom/functions/dom-domdocument-save.xml diff -u phpdoc/en/reference/dom/functions/dom-domdocument-save.xml:1.6 phpdoc/en/reference/dom/functions/dom-domdocument-save.xml:1.7 --- phpdoc/en/reference/dom/functions/dom-domdocument-save.xml:1.6 Mon Jan 17 03:41:33 2005 +++ phpdoc/en/reference/dom/functions/dom-domdocument-save.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.dom-domdocument-save"> <refnamediv> <refname>DOMDocument->save()</refname> @@ -39,7 +39,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the number of bytes written or &false; if an error occured. + Returns the number of bytes written or &false; if an error occurred. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-savehtml.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/dom/functions/dom-domdocument-savehtml.xml diff -u phpdoc/en/reference/dom/functions/dom-domdocument-savehtml.xml:1.2 phpdoc/en/reference/dom/functions/dom-domdocument-savehtml.xml:1.3 --- phpdoc/en/reference/dom/functions/dom-domdocument-savehtml.xml:1.2 Mon Jan 17 03:41:33 2005 +++ phpdoc/en/reference/dom/functions/dom-domdocument-savehtml.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.dom-domdocument-savehtml"> <refnamediv> <refname>DOMDocument->saveHTML()</refname> @@ -24,7 +24,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the HTML, or &false; if an error occured. + Returns the HTML, or &false; if an error occurred. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-savehtmlfile.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/dom/functions/dom-domdocument-savehtmlfile.xml diff -u phpdoc/en/reference/dom/functions/dom-domdocument-savehtmlfile.xml:1.2 phpdoc/en/reference/dom/functions/dom-domdocument-savehtmlfile.xml:1.3 --- phpdoc/en/reference/dom/functions/dom-domdocument-savehtmlfile.xml:1.2 Mon Jan 17 03:41:33 2005 +++ phpdoc/en/reference/dom/functions/dom-domdocument-savehtmlfile.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.dom-domdocument-savehtmlfile"> <refnamediv> <refname>DOMDocument->saveHTMLFile()</refname> @@ -39,7 +39,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the number of bytes written or &false; if an error occured. + Returns the number of bytes written or &false; if an error occurred. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-savexml.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/dom/functions/dom-domdocument-savexml.xml diff -u phpdoc/en/reference/dom/functions/dom-domdocument-savexml.xml:1.4 phpdoc/en/reference/dom/functions/dom-domdocument-savexml.xml:1.5 --- phpdoc/en/reference/dom/functions/dom-domdocument-savexml.xml:1.4 Mon Jan 17 03:41:33 2005 +++ phpdoc/en/reference/dom/functions/dom-domdocument-savexml.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.dom-domdocument-savexml"> <refnamediv> <refname>DOMDocument->saveXML()</refname> @@ -40,7 +40,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the XML, or &false; if an error occured. + Returns the XML, or &false; if an error occurred. </para> </refsect1> <refsect1 role="exceptions"> http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml?r1=1.8&r2=1.9&ty=u Index: phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml diff -u phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml:1.8 phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml:1.9 --- phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml:1.8 Mon Jan 17 03:41:33 2005 +++ phpdoc/en/reference/dom/functions/dom-domelement-setattributenodens.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <refentry id='function.dom-domelement-setattributenodens'> <refnamediv> <refname>DOMElement->setAttributeNodeNS()</refname> @@ -36,7 +36,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the old node if the attribute hase been replaced. + Returns the old node if the attribute has been replaced. </para> </refsect1> <refsect1 role="exceptions"> http://cvs.php.net/diff.php/phpdoc/en/reference/hw/functions/hw-getremotechildren.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/hw/functions/hw-getremotechildren.xml diff -u phpdoc/en/reference/hw/functions/hw-getremotechildren.xml:1.4 phpdoc/en/reference/hw/functions/hw-getremotechildren.xml:1.5 --- phpdoc/en/reference/hw/functions/hw-getremotechildren.xml:1.4 Wed Dec 17 09:32:20 2003 +++ phpdoc/en/reference/hw/functions/hw-getremotechildren.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/hw.xml, last change in rev 1.2 --> <refentry id="function.hw-getremotechildren"> <refnamediv> @@ -19,7 +19,7 @@ This makes sense if a database query has to be narrowed and is explained in Hyperwave Programmers' Guide. If the number of children is 1 the - function will return the document itself formated by the Hyperwave + function will return the document itself formatted by the Hyperwave Gateway Interface (HGI). If the number of children is greater than 1 it will return an array of object record with each maybe the input value for another call to http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-fetch-field-direct.xml?r1=1.1.1.1&r2=1.2&ty=u Index: phpdoc/en/reference/maxdb/functions/maxdb-fetch-field-direct.xml diff -u phpdoc/en/reference/maxdb/functions/maxdb-fetch-field-direct.xml:1.1.1.1 phpdoc/en/reference/maxdb/functions/maxdb-fetch-field-direct.xml:1.2 --- phpdoc/en/reference/maxdb/functions/maxdb-fetch-field-direct.xml:1.1.1.1 Wed Jan 12 13:52:52 2005 +++ phpdoc/en/reference/maxdb/functions/maxdb-fetch-field-direct.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1.1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.maxdb-fetch-field-direct"> <refnamediv> <refname>maxdb_fetch_field_direct</refname> @@ -24,7 +24,7 @@ <refsect1> <title>Return values</title> <para> - Returns an resource which contains field definition informations or &false; if no field information + Returns a resource which contains field definition information or &false; if no field information for specified <literal>fieldnr</literal> is available. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-fetch-field.xml?r1=1.1.1.1&r2=1.2&ty=u Index: phpdoc/en/reference/maxdb/functions/maxdb-fetch-field.xml diff -u phpdoc/en/reference/maxdb/functions/maxdb-fetch-field.xml:1.1.1.1 phpdoc/en/reference/maxdb/functions/maxdb-fetch-field.xml:1.2 --- phpdoc/en/reference/maxdb/functions/maxdb-fetch-field.xml:1.1.1.1 Wed Jan 12 13:52:53 2005 +++ phpdoc/en/reference/maxdb/functions/maxdb-fetch-field.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1.1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.maxdb-fetch-field"> <refnamediv> <refname>maxdb_fetch_field</refname> @@ -23,7 +23,7 @@ <refsect1> <title>Return values</title> <para> - Returns an resource which contains field definition informations or &false; if no field information + Returns a resource which contains field definition information or &false; if no field information is available. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-fetch-fields.xml?r1=1.1.1.1&r2=1.2&ty=u Index: phpdoc/en/reference/maxdb/functions/maxdb-fetch-fields.xml diff -u phpdoc/en/reference/maxdb/functions/maxdb-fetch-fields.xml:1.1.1.1 phpdoc/en/reference/maxdb/functions/maxdb-fetch-fields.xml:1.2 --- phpdoc/en/reference/maxdb/functions/maxdb-fetch-fields.xml:1.1.1.1 Wed Jan 12 13:52:54 2005 +++ phpdoc/en/reference/maxdb/functions/maxdb-fetch-fields.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1.1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.maxdb-fetch-fields"> <refnamediv> <refname>maxdb_fetch_fields</refname> @@ -21,7 +21,7 @@ <refsect1> <title>Return values</title> <para> - Returns an array of resources which contains field definition informations or &false; if no field information + Returns an array of resources which contains field definition information or &false; if no field information is available. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml?r1=1.1.1.1&r2=1.2&ty=u Index: phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml diff -u phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml:1.1.1.1 phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml:1.2 --- phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml:1.1.1.1 Wed Jan 12 13:53:22 2005 +++ phpdoc/en/reference/maxdb/functions/maxdb-stmt-send-long-data.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1.1.1 $ --> +<!-- $Revision: 1.2 $ --> <refentry id="function.maxdb-stmt-send-long-data"> <refnamediv> <refname>maxdb_stmt_send_long_data</refname> @@ -26,7 +26,7 @@ </para> <note> <para> - For efficency reasons, this function should be used after calling + For efficiency reasons, this function should be used after calling <function>maxdb_execute</function>. In this case, the data is not stored on the client side. The end of the sequence must end with a call to <function>maxdb_stmt_close_long_data</function>. http://cvs.php.net/diff.php/phpdoc/en/reference/msql/functions/msql-connect.xml?r1=1.11&r2=1.12&ty=u Index: phpdoc/en/reference/msql/functions/msql-connect.xml diff -u phpdoc/en/reference/msql/functions/msql-connect.xml:1.11 phpdoc/en/reference/msql/functions/msql-connect.xml:1.12 --- phpdoc/en/reference/msql/functions/msql-connect.xml:1.11 Sun Feb 13 16:58:59 2005 +++ phpdoc/en/reference/msql/functions/msql-connect.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <!-- splitted from ./en/functions/msql.xml, last change in rev 1.2 --> <refentry id="function.msql-connect"> <refnamediv> @@ -23,7 +23,7 @@ <note> <simpara> While this function will accept a colon (":") as a - host/port seperator, a comma (",") is the preferred method. + host/port separator, a comma (",") is the preferred method. </simpara> </note> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml?r1=1.10&r2=1.11&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml:1.10 phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml:1.11 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml:1.10 Fri Nov 12 09:01:03 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field-direct.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <refentry id="function.mysqli-fetch-field-direct"> <refnamediv> <refname>mysqli_fetch_field_direct</refname> @@ -33,7 +33,7 @@ <refsect1> &reftitle.returnvalues; <para> - Returns an object which contains field definition informations or &false; if no field information + Returns an object which contains field definition information or &false; if no field information for specified <literal>fieldnr</literal> is available. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.15 phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.16 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml:1.15 Fri Nov 12 09:01:03 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-field.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <refentry id="function.mysqli-fetch-field"> <refnamediv> <refname>mysqli_fetch_field</refname> @@ -32,7 +32,7 @@ <refsect1> &reftitle.returnvalues; <para> - Returns an object which contains field definition informations or &false; if no field information + Returns an object which contains field definition information or &false; if no field information is available. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.15 phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.16 --- phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml:1.15 Fri Nov 12 09:01:03 2004 +++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-fields.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <refentry id="function.mysqli-fetch-fields"> <refnamediv> <refname>mysqli_fetch_fields</refname> @@ -30,7 +30,7 @@ <refsect1> &reftitle.returnvalues; <para> - Returns an array of objects which contains field definition informations or &false; if no field information + Returns an array of objects which contains field definition information or &false; if no field information is available. </para> <para> http://cvs.php.net/diff.php/phpdoc/en/reference/openal/functions/openal-listener-get.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/openal/functions/openal-listener-get.xml diff -u phpdoc/en/reference/openal/functions/openal-listener-get.xml:1.2 phpdoc/en/reference/openal/functions/openal-listener-get.xml:1.3 --- phpdoc/en/reference/openal/functions/openal-listener-get.xml:1.2 Sat Feb 5 21:47:15 2005 +++ phpdoc/en/reference/openal/functions/openal-listener-get.xml Sun Feb 13 23:13:15 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.openal-listener-get"> <refnamediv> <refname>openal_listener_get</refname> @@ -21,7 +21,7 @@ <term><parameter>property</parameter></term> <listitem> <para> - Property to retreive, one of: + Property to retrieve, one of: <constant>AL_GAIN</constant> (float), <constant>AL_POSITION</constant> (array(float,float,float)), <constant>AL_VELOCITY</constant> (array(float,float,float))&listendand; http://cvs.php.net/diff.php/phpdoc/en/reference/openal/functions/openal-source-get.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/openal/functions/openal-source-get.xml diff -u phpdoc/en/reference/openal/functions/openal-source-get.xml:1.2 phpdoc/en/reference/openal/functions/openal-source-get.xml:1.3 --- phpdoc/en/reference/openal/functions/openal-source-get.xml:1.2 Sat Feb 5 21:47:15 2005 +++ phpdoc/en/reference/openal/functions/openal-source-get.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.openal-source-get"> <refnamediv> <refname>openal_source_get</refname> @@ -55,7 +55,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the type associated with the property being retreived + Returns the type associated with the property being retrieved or &false; on failure. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml diff -u phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.2 phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.3 --- phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.2 Sun Feb 6 12:49:01 2005 +++ phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. --> <refentry id="function.PDO-getAttribute"> <refnamediv> @@ -64,7 +64,7 @@ &reftitle.returnvalues; <para> A successful call returns the value of the requested PDO attribute. - An unsuccessfull call returns <literal>null</literal>. + An unsuccessful call returns <literal>null</literal>. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-field-name.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-field-name.xml diff -u phpdoc/en/reference/pgsql/functions/pg-field-name.xml:1.5 phpdoc/en/reference/pgsql/functions/pg-field-name.xml:1.6 --- phpdoc/en/reference/pgsql/functions/pg-field-name.xml:1.5 Thu Dec 18 12:46:27 2003 +++ phpdoc/en/reference/pgsql/functions/pg-field-name.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --> <refentry id="function.pg-field-name"> <refnamediv> @@ -21,7 +21,7 @@ </para> <para> <example> - <title>Getting informations about fields</title> + <title>Getting information about fields</title> <programlisting role="php"> <![CDATA[ <?php http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/functions/pg-parameter-status.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/pgsql/functions/pg-parameter-status.xml diff -u phpdoc/en/reference/pgsql/functions/pg-parameter-status.xml:1.3 phpdoc/en/reference/pgsql/functions/pg-parameter-status.xml:1.4 --- phpdoc/en/reference/pgsql/functions/pg-parameter-status.xml:1.3 Sat Sep 25 05:27:26 2004 +++ phpdoc/en/reference/pgsql/functions/pg-parameter-status.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <refentry id="function.pg-parameter-status"> <refnamediv> <refname>pg_parameter_status</refname> @@ -20,7 +20,7 @@ failure. </para> <para> - The parameters currently avaliable include: server_version, + The parameters currently available include: server_version, client_encoding, is_superuser, session_authorization, and DateStyle. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/posix/functions/posix-setsid.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/posix/functions/posix-setsid.xml diff -u phpdoc/en/reference/posix/functions/posix-setsid.xml:1.2 phpdoc/en/reference/posix/functions/posix-setsid.xml:1.3 --- phpdoc/en/reference/posix/functions/posix-setsid.xml:1.2 Wed Apr 17 02:43:29 2002 +++ phpdoc/en/reference/posix/functions/posix-setsid.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/posix.xml, last change in rev 1.2 --> <refentry id="function.posix-setsid"> <refnamediv> @@ -14,7 +14,7 @@ </methodsynopsis> <para> Make the current process a session leader. See POSIX.1 and the - setsid(2) manual page on your POSIX system for more informations + setsid(2) manual page on your POSIX system for more information on process groups and job control. Returns the session id. </para> </refsect1> http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/constants.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/simplexml/constants.xml diff -u phpdoc/en/reference/simplexml/constants.xml:1.2 phpdoc/en/reference/simplexml/constants.xml:1.3 --- phpdoc/en/reference/simplexml/constants.xml:1.2 Sun Jan 2 08:40:52 2005 +++ phpdoc/en/reference/simplexml/constants.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <section id="simplexml.constants"> &reftitle.constants; &extension.constants; @@ -88,7 +88,7 @@ </term> <listitem> <simpara> - Implement XInclude substitition + Implement XInclude substitution </simpara> </listitem> </varlistentry> http://cvs.php.net/diff.php/phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml diff -u phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml:1.2 phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml:1.3 --- phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml:1.2 Fri Jan 28 09:02:11 2005 +++ phpdoc/en/reference/soap/functions/soap-soapclient-dorequest.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.soap-soapclient-dorequest"> <refnamediv> <refname>SoapClient->__doRequest()</refname> @@ -24,7 +24,7 @@ Performs SOAP request over HTTP. </para> <para> - This method can be overriden in subclasses to implement different transport + This method can be overridden in subclasses to implement different transport layers, perform additional XML processing or other purpose. </para> </refsect1> @@ -70,7 +70,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The XML SOAP respose. + The XML SOAP response. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/sqlite/reference.xml?r1=1.13&r2=1.14&ty=u Index: phpdoc/en/reference/sqlite/reference.xml diff -u phpdoc/en/reference/sqlite/reference.xml:1.13 phpdoc/en/reference/sqlite/reference.xml:1.14 --- phpdoc/en/reference/sqlite/reference.xml:1.13 Fri Jan 14 00:29:07 2005 +++ phpdoc/en/reference/sqlite/reference.xml Sun Feb 13 23:13:16 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.13 $ --> +<!-- $Revision: 1.14 $ --> <reference id="ref.sqlite"> <title>SQLite Functions</title> <titleabbrev>SQLite</titleabbrev> @@ -184,7 +184,7 @@ <section id="sqlite.class.sqliteunbuffered"> <title><classname>SQLiteUnbuffered</classname></title> <para> - Represents an unbuffered SQLite result set. Unbuffered results sets are sequential, foward-seeking only. + Represents an unbuffered SQLite result set. Unbuffered results sets are sequential, forward-seeking only. </para> <section id='sqlite.class.sqliteunbuffered.methods'> &reftitle.methods; http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-fetch-stream.xml?r1=1.2&r2=1.3&ty=u Index: phpdoc/en/reference/ssh2/functions/ssh2-fetch-stream.xml diff -u phpdoc/en/reference/ssh2/functions/ssh2-fetch-stream.xml:1.2 phpdoc/en/reference/ssh2/functions/ssh2-fetch-stream.xml:1.3 --- phpdoc/en/reference/ssh2/functions/ssh2-fetch-stream.xml:1.2 Wed Dec 29 23:24:05 2004 +++ phpdoc/en/reference/ssh2/functions/ssh2-fetch-stream.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. --> <refentry id="function.ssh2-fetch-stream"> <refnamediv> @@ -24,7 +24,7 @@ </simpara> <example> - <title>Opening a shell and retreiving the stderr stream associated with it.</title> + <title>Opening a shell and retrieving the stderr stream associated with it.</title> <programlisting role="php"> <![CDATA[ <?php http://cvs.php.net/diff.php/phpdoc/en/reference/ssh2/functions/ssh2-methods-negotiated.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/reference/ssh2/functions/ssh2-methods-negotiated.xml diff -u phpdoc/en/reference/ssh2/functions/ssh2-methods-negotiated.xml:1.3 phpdoc/en/reference/ssh2/functions/ssh2-methods-negotiated.xml:1.4 --- phpdoc/en/reference/ssh2/functions/ssh2-methods-negotiated.xml:1.3 Thu Jan 13 19:00:07 2005 +++ phpdoc/en/reference/ssh2/functions/ssh2-methods-negotiated.xml Sun Feb 13 23:13:17 2005 @@ -1,11 +1,11 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- Generated by xml_proto.php v2.1. Found in /scripts directory of phpdoc. --> <refentry id="function.ssh2-methods-negotiated"> <refnamediv> <refname>ssh2_methods_negotiated</refname> <refpurpose> - Return list of negotiaed methods + Return list of negotiated methods </refpurpose> </refnamediv> <refsect1> @@ -16,7 +16,7 @@ </methodsynopsis> <simpara> - Returns list of negotiaed methods. + Returns list of negotiated methods. </simpara> <example> http://cvs.php.net/diff.php/phpdoc/en/reference/uodbc/functions/odbc-data-source.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/uodbc/functions/odbc-data-source.xml diff -u phpdoc/en/reference/uodbc/functions/odbc-data-source.xml:1.4 phpdoc/en/reference/uodbc/functions/odbc-data-source.xml:1.5 --- phpdoc/en/reference/uodbc/functions/odbc-data-source.xml:1.4 Tue Jan 18 04:35:22 2005 +++ phpdoc/en/reference/uodbc/functions/odbc-data-source.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.odbc-data-source"> <refnamediv> <refname>odbc_data_source</refname> @@ -16,7 +16,7 @@ Returns &false; on error, and an array upon success. </para> <para> - This function will return the list of avaible DNS (after calling it + This function will return the list of available DNS (after calling it several times). The <parameter>connection_id</parameter> is required to be a valid ODBC connection. The <parameter>fetch_type</parameter> can be one of two http://cvs.php.net/diff.php/phpdoc/en/reference/xattr/functions/xattr-set.xml?r1=1.7&r2=1.8&ty=u Index: phpdoc/en/reference/xattr/functions/xattr-set.xml diff -u phpdoc/en/reference/xattr/functions/xattr-set.xml:1.7 phpdoc/en/reference/xattr/functions/xattr-set.xml:1.8 --- phpdoc/en/reference/xattr/functions/xattr-set.xml:1.7 Sun Jan 2 11:49:45 2005 +++ phpdoc/en/reference/xattr/functions/xattr-set.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --> <refentry id="function.xattr-set"> <refnamediv> @@ -38,7 +38,7 @@ <term><parameter>name</parameter></term> <listitem> <para> - The name of the exteded attribute. This attribute will be created if + The name of the extended attribute. This attribute will be created if it doesn't exist or replaced otherwise. You can change this behaviour by using the <parameter>flags</parameter> parameter. </para> http://cvs.php.net/diff.php/phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml diff -u phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml:1.6 phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml:1.7 --- phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml:1.6 Tue Dec 28 04:46:21 2004 +++ phpdoc/en/reference/xsl/functions/xsl-xsltprocessor-transform-to-uri.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.xsl-xsltprocessor-transform-to-uri"> <refnamediv> <refname>XSLTProcessor->transformToURI()</refname> @@ -46,7 +46,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - Returns the number of bytes written or &false; if an error occured. + Returns the number of bytes written or &false; if an error occurred. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzcompress.xml?r1=1.4&r2=1.5&ty=u Index: phpdoc/en/reference/zlib/functions/gzcompress.xml diff -u phpdoc/en/reference/zlib/functions/gzcompress.xml:1.4 phpdoc/en/reference/zlib/functions/gzcompress.xml:1.5 --- phpdoc/en/reference/zlib/functions/gzcompress.xml:1.4 Thu Jan 13 20:15:52 2005 +++ phpdoc/en/reference/zlib/functions/gzcompress.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <refentry id="function.gzcompress"> <refnamediv> <refname>gzcompress</refname> @@ -56,7 +56,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The compressed string or &false; if an error occured. + The compressed string or &false; if an error occurred. </para> </refsect1> <refsect1 role="seealso"> http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzdeflate.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/zlib/functions/gzdeflate.xml diff -u phpdoc/en/reference/zlib/functions/gzdeflate.xml:1.5 phpdoc/en/reference/zlib/functions/gzdeflate.xml:1.6 --- phpdoc/en/reference/zlib/functions/gzdeflate.xml:1.5 Thu Jan 13 20:15:52 2005 +++ phpdoc/en/reference/zlib/functions/gzdeflate.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <refentry id="function.gzdeflate"> <refnamediv> <refname>gzdeflate</refname> @@ -50,7 +50,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The deflated string or &false; if an error occured. + The deflated string or &false; if an error occurred. </para> </refsect1> <refsect1 role="seealso"> http://cvs.php.net/diff.php/phpdoc/en/reference/zlib/functions/gzencode.xml?r1=1.6&r2=1.7&ty=u Index: phpdoc/en/reference/zlib/functions/gzencode.xml diff -u phpdoc/en/reference/zlib/functions/gzencode.xml:1.6 phpdoc/en/reference/zlib/functions/gzencode.xml:1.7 --- phpdoc/en/reference/zlib/functions/gzencode.xml:1.6 Thu Jan 13 20:15:52 2005 +++ phpdoc/en/reference/zlib/functions/gzencode.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.gzencode"> <refnamediv> <refname>gzencode</refname> @@ -66,7 +66,7 @@ <refsect1 role="returnvalues"> &reftitle.returnvalues; <para> - The encoded string, or &false; if an error occured. + The encoded string, or &false; if an error occurred. </para> </refsect1> <refsect1 role="examples"> http://cvs.php.net/diff.php/phpdoc/en/security/magicquotes.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/security/magicquotes.xml diff -u phpdoc/en/security/magicquotes.xml:1.5 phpdoc/en/security/magicquotes.xml:1.6 --- phpdoc/en/security/magicquotes.xml:1.5 Thu Nov 4 16:10:56 2004 +++ phpdoc/en/security/magicquotes.xml Sun Feb 13 23:13:17 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <chapter id="security.magicquotes"> <title>Magic Quotes</title> @@ -170,7 +170,7 @@ ]]> </screen> <para> - If access to the server configuration is unavilable, use of + If access to the server configuration is unavailable, use of <filename>.htaccess</filename> is also an option. For example: </para> <screen>