dave Tue Jun 14 21:16:16 2005 EDT
Modified files:
/phpdoc/en/features safe-mode.xml
/phpdoc/en/reference/dio/functions dio-read.xml
/phpdoc/en/reference/ibm_db2 constants.xml
/phpdoc/en/reference/ibm_db2/functions db2-execute.xml
db2-prepare.xml
/phpdoc/en/reference/misc/functions halt-compiler.xml
time-sleep-until.xml
/phpdoc/en/reference/runkit constants.xml sandbox.xml
/phpdoc/en/reference/runkit/functions runkit-superglobals.xml
Log:
- Typos.
http://cvs.php.net/diff.php/phpdoc/en/features/safe-mode.xml?r1=1.62&r2=1.63&ty=u
Index: phpdoc/en/features/safe-mode.xml
diff -u phpdoc/en/features/safe-mode.xml:1.62
phpdoc/en/features/safe-mode.xml:1.63
--- phpdoc/en/features/safe-mode.xml:1.62 Mon Jun 6 07:35:37 2005
+++ phpdoc/en/features/safe-mode.xml Tue Jun 14 21:16:14 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.62 $ -->
+<!-- $Revision: 1.63 $ -->
<chapter id="features.safe-mode">
<title>Safe Mode</title>
@@ -389,7 +389,7 @@
</para>
<warning>
<para>
- These PHP rectrictions are not valid in executed binaries, of course.
+ These PHP restrictions are not valid in executed binaries, of course.
</para>
</warning>
</sect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/dio/functions/dio-read.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/dio/functions/dio-read.xml
diff -u phpdoc/en/reference/dio/functions/dio-read.xml:1.6
phpdoc/en/reference/dio/functions/dio-read.xml:1.7
--- phpdoc/en/reference/dio/functions/dio-read.xml:1.6 Tue Apr 5 08:51:55 2005
+++ phpdoc/en/reference/dio/functions/dio-read.xml Tue Jun 14 21:16:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<refentry id="function.dio-read">
<refnamediv>
<refname>dio_read</refname>
@@ -45,7 +45,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- The bytes readed from <parameter>fd</parameter>.
+ The bytes read from <parameter>fd</parameter>.
</para>
</refsect1>
<refsect1 role="seealso">
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/constants.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibm_db2/constants.xml
diff -u phpdoc/en/reference/ibm_db2/constants.xml:1.4
phpdoc/en/reference/ibm_db2/constants.xml:1.5
--- phpdoc/en/reference/ibm_db2/constants.xml:1.4 Wed May 18 18:46:27 2005
+++ phpdoc/en/reference/ibm_db2/constants.xml Tue Jun 14 21:16:15 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<section id="ibm-db2.constants">
&reftitle.constants;
@@ -24,7 +24,7 @@
</term>
<listitem>
<simpara>
- Specifies that binary data shall be converted to a hexidecimal encoding
+ Specifies that binary data shall be converted to a hexadecimal encoding
and returned as an ASCII string.
</simpara>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-execute.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-execute.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-execute.xml:1.4
phpdoc/en/reference/ibm_db2/functions/db2-execute.xml:1.5
--- phpdoc/en/reference/ibm_db2/functions/db2-execute.xml:1.4 Wed May 18
11:13:04 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-execute.xml Tue Jun 14
21:16:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.db2-execute">
<refnamediv>
@@ -78,7 +78,7 @@
<title>Preparing and executing an SQL statement with parameter
markers</title>
<para>
The following example prepares an INSERT statement that accepts four
- parameter markers, then iterates over an array of arrays containg the
+ parameter markers, then iterates over an array of arrays containing the
input values to be passed to <function>db2_execute</function>.
</para>
<programlisting role="php">
http://cvs.php.net/diff.php/phpdoc/en/reference/ibm_db2/functions/db2-prepare.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/ibm_db2/functions/db2-prepare.xml
diff -u phpdoc/en/reference/ibm_db2/functions/db2-prepare.xml:1.2
phpdoc/en/reference/ibm_db2/functions/db2-prepare.xml:1.3
--- phpdoc/en/reference/ibm_db2/functions/db2-prepare.xml:1.2 Wed Apr 13
14:49:30 2005
+++ phpdoc/en/reference/ibm_db2/functions/db2-prepare.xml Tue Jun 14
21:16:15 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.db2-prepare">
<refnamediv>
@@ -133,7 +133,7 @@
<title>Preparing and executing an SQL statement with parameter
markers</title>
<para>
The following example prepares an INSERT statement that accepts four
- parameter markers, then iterates over an array of arrays containg the
+ parameter markers, then iterates over an array of arrays containing the
input values to be passed to <function>db2_execute</function>.
</para>
<programlisting role="php">
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/halt-compiler.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/misc/functions/halt-compiler.xml
diff -u phpdoc/en/reference/misc/functions/halt-compiler.xml:1.1
phpdoc/en/reference/misc/functions/halt-compiler.xml:1.2
--- phpdoc/en/reference/misc/functions/halt-compiler.xml:1.1 Sun Jun 5
12:53:35 2005
+++ phpdoc/en/reference/misc/functions/halt-compiler.xml Tue Jun 14
21:16:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.halt-compiler">
<refnamediv>
<refname>__halt_compiler</refname>
@@ -14,7 +14,7 @@
<void/>
</methodsynopsis>
<para>
- This function halts the execution of the compiler. This can be usefull to
+ This function halts the execution of the compiler. This can be useful to
embed data in PHP scripts, like the installation files.
</para>
<note>
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/time-sleep-until.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/misc/functions/time-sleep-until.xml
diff -u phpdoc/en/reference/misc/functions/time-sleep-until.xml:1.1
phpdoc/en/reference/misc/functions/time-sleep-until.xml:1.2
--- phpdoc/en/reference/misc/functions/time-sleep-until.xml:1.1 Sun May 8
06:06:50 2005
+++ phpdoc/en/reference/misc/functions/time-sleep-until.xml Tue Jun 14
21:16:15 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.time-sleep-until">
<refnamediv>
<refname>time_sleep_until</refname>
@@ -14,7 +14,7 @@
<methodparam><type>float</type><parameter>timestamp</parameter></methodparam>
</methodsynopsis>
<para>
- This funtion will make the script sleep until the specified
+ This function will make the script sleep until the specified
<parameter>timestamp</parameter>. If the specified
<parameter>timestamp</parameter> is in the past,
<function>time_sleep_until</function> will generate a
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/constants.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/runkit/constants.xml
diff -u phpdoc/en/reference/runkit/constants.xml:1.3
phpdoc/en/reference/runkit/constants.xml:1.4
--- phpdoc/en/reference/runkit/constants.xml:1.3 Mon May 2 15:50:53 2005
+++ phpdoc/en/reference/runkit/constants.xml Tue Jun 14 21:16:16 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<section id="runkit.constants">
&reftitle.constants;
@@ -139,7 +139,7 @@
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_method_add</function>
- Only defined when classkit compatability is enabled.
+ Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
@@ -151,7 +151,7 @@
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_method_add</function>
- Only defined when classkit compatability is enabled.
+ Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
@@ -163,7 +163,7 @@
<listitem>
<simpara>
PHP5 specific flag to <function>classkit_import</function>
- Only defined when classkit compatability is enabled.
+ Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
@@ -186,7 +186,7 @@
<listitem>
<simpara>
Defined to the current version of the runkit package.
- Only defined when classkit compatability is enabled.
+ Only defined when classkit compatibility is enabled.
</simpara>
</listitem>
</varlistentry>
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/sandbox.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/runkit/sandbox.xml
diff -u phpdoc/en/reference/runkit/sandbox.xml:1.10
phpdoc/en/reference/runkit/sandbox.xml:1.11
--- phpdoc/en/reference/runkit/sandbox.xml:1.10 Fri Jun 3 20:47:34 2005
+++ phpdoc/en/reference/runkit/sandbox.xml Tue Jun 14 21:16:16 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="runkit.sandbox">
<refnamediv>
@@ -166,7 +166,7 @@
<para>
Any function defined within the sandbox may be called as
a method on the sandbox object. This also includes a few
- psuedo-function language constructs: <function>eval</function>,
+ pseudo-function language constructs: <function>eval</function>,
<function>include</function>, <function>include_once</function>,
<function>require</function>, <function>require_once</function>,
<function>echo</function>, <function>print</function>,
http://cvs.php.net/diff.php/phpdoc/en/reference/runkit/functions/runkit-superglobals.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/runkit/functions/runkit-superglobals.xml
diff -u phpdoc/en/reference/runkit/functions/runkit-superglobals.xml:1.1
phpdoc/en/reference/runkit/functions/runkit-superglobals.xml:1.2
--- phpdoc/en/reference/runkit/functions/runkit-superglobals.xml:1.1 Mon May
2 15:32:59 2005
+++ phpdoc/en/reference/runkit/functions/runkit-superglobals.xml Tue Jun
14 21:16:16 2005
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc.
-->
<refentry id="function.runkit-superglobals">
<refnamediv>
<refname>runkit_superglobals</refname>
<refpurpose>
- Return numericly indexed array of registered superglobals
+ Return numerically indexed array of registered superglobals
</refpurpose>
</refnamediv>
<refsect1 role="description">
@@ -19,7 +19,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Returns a numericly indexed array of the currently registered superglobals.
+ Returns a numerically indexed array of the currently registered
superglobals.
i.e. _GET, _POST, _REQUEST, _COOKIE, _SESSION, _SERVER, _ENV, _FILES
</para>
</refsect1>