dave Sat Feb 28 10:13:46 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions array-intersect-assoc.xml
/phpdoc/en/reference/exec/functions proc-close.xml
/phpdoc/en/reference/ibase/functions ibase-timefmt.xml
/phpdoc/en/reference/image reference.xml
/phpdoc/en/reference/image/functions imagepscopyfont.xml
/phpdoc/en/reference/misc/functions constant.xml
/phpdoc/en/reference/ncurses/functions ncurses-move-panel.xml
/phpdoc/en/reference/openssl/functions openssl-csr-sign.xml
openssl-pkcs7-decrypt.xml
openssl-pkcs7-sign.xml
/phpdoc/en/reference/outcontrol/functions ob-start.xml
/phpdoc/en/reference/pcntl/functions pcntl-fork.xml
/phpdoc/en/reference/pcre constants.xml
/phpdoc/en/reference/pcre/functions preg-match-all.xml
preg-match.xml preg-split.xml
/phpdoc/en/reference/pgsql reference.xml
/phpdoc/en/reference/printer/functions printer-set-option.xml
/phpdoc/en/reference/session ini.xml
/phpdoc/en/reference/uodbc/functions odbc-statistics.xml
/phpdoc/en/reference/xmlrpc reference.xml
/phpdoc/en/reference/xslt/functions xslt-process.xml
Log:
- it's => its.
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-intersect-assoc.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/array/functions/array-intersect-assoc.xml
diff -u phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.5
phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.6
--- phpdoc/en/reference/array/functions/array-intersect-assoc.xml:1.5 Mon Dec 15
11:47:04 2003
+++ phpdoc/en/reference/array/functions/array-intersect-assoc.xml Sat Feb 28
10:13:33 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<refentry id="function.array-intersect-assoc">
<refnamediv>
<refname>array_intersect_assoc</refname>
@@ -48,7 +48,7 @@
In our example you see that only the pair <literal>"a" =>
"green"</literal> is present in both arrays and thus is returned.
The value <literal>"red"</literal> is not returned because in
- <varname>$array1</varname> it's key is <literal>0</literal> while
+ <varname>$array1</varname> its key is <literal>0</literal> while
the key of "red" in <varname>$array2</varname> is
<literal>1</literal>.
</simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-close.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/exec/functions/proc-close.xml
diff -u phpdoc/en/reference/exec/functions/proc-close.xml:1.4
phpdoc/en/reference/exec/functions/proc-close.xml:1.5
--- phpdoc/en/reference/exec/functions/proc-close.xml:1.4 Fri May 9 08:51:04
2003
+++ phpdoc/en/reference/exec/functions/proc-close.xml Sat Feb 28 10:13:34 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.28 -->
<refentry id='function.proc-close'>
<refnamediv>
@@ -20,7 +20,7 @@
except that it only works on processes opened by
<function>proc_open</function>.
<function>proc_close</function> waits for the process to terminate, and
- returns it's exit code. If you have open pipes to that process, you
+ returns its exit code. If you have open pipes to that process, you
should <function>fclose</function> them prior to calling this function in
order to avoid a deadlock - the child process may not be able to exit
while the pipes are open.
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-timefmt.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-timefmt.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-timefmt.xml:1.3
phpdoc/en/reference/ibase/functions/ibase-timefmt.xml:1.4
--- phpdoc/en/reference/ibase/functions/ibase-timefmt.xml:1.3 Tue Sep 2 05:48:35
2003
+++ phpdoc/en/reference/ibase/functions/ibase-timefmt.xml Sat Feb 28 10:13:35
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
<refentry id="function.ibase-timefmt">
<refnamediv>
@@ -18,7 +18,7 @@
<para>
Sets the format of timestamp, date or time type columns returned
from queries. Internally, the columns are formatted by c-function
- strftime(), so refer to it's documentation regarding to the format
+ strftime(), so refer to its documentation regarding to the format
of the string. <parameter>columntype</parameter> is one of the
constants IBASE_TIMESTAMP, IBASE_DATE and IBASE_TIME. If omitted,
defaults to IBASE_TIMESTAMP for backwards compatibility.
http://cvs.php.net/diff.php/phpdoc/en/reference/image/reference.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.18
phpdoc/en/reference/image/reference.xml:1.19
--- phpdoc/en/reference/image/reference.xml:1.18 Tue Feb 24 03:45:53 2004
+++ phpdoc/en/reference/image/reference.xml Sat Feb 28 10:13:36 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
<reference id="ref.image">
<title>Image Functions</title>
<titleabbrev>Image</titleabbrev>
@@ -52,7 +52,7 @@
Since PHP 4.3 there is a bundled version of the GD lib. This bundled
version has some additional features like alpha blending, and should
be used in preference to the external library
- since it's codebase is better maintained and more stable.
+ since its codebase is better maintained and more stable.
</simpara>
</note>
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imagepscopyfont.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/image/functions/imagepscopyfont.xml
diff -u phpdoc/en/reference/image/functions/imagepscopyfont.xml:1.4
phpdoc/en/reference/image/functions/imagepscopyfont.xml:1.5
--- phpdoc/en/reference/image/functions/imagepscopyfont.xml:1.4 Fri Nov 7 13:14:40
2003
+++ phpdoc/en/reference/image/functions/imagepscopyfont.xml Sat Feb 28 10:13:36
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagepscopyfont">
<refnamediv>
@@ -17,7 +17,7 @@
<para>
Use this function if you need make further modifications to the
font, for example extending/condensing, slanting it or changing
- it's character encoding vector, but need to keep the original
+ its character encoding vector, but need to keep the original
along as well. Note that the font you want to copy must be one
obtained using <function>imagepsloadfont</function>, not a font
that is itself a copied one. You can although make modifications
http://cvs.php.net/diff.php/phpdoc/en/reference/misc/functions/constant.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/misc/functions/constant.xml
diff -u phpdoc/en/reference/misc/functions/constant.xml:1.3
phpdoc/en/reference/misc/functions/constant.xml:1.4
--- phpdoc/en/reference/misc/functions/constant.xml:1.3 Mon Dec 15 11:52:03 2003
+++ phpdoc/en/reference/misc/functions/constant.xml Sat Feb 28 10:13:37 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/misc.xml, last change in rev 1.38 -->
<refentry id="function.constant">
<refnamediv>
@@ -18,7 +18,7 @@
</simpara>
<simpara>
<function>constant</function> is useful if you need to retrieve
- the value of a constant, but do not know it's name. i.e. It is
+ the value of a constant, but do not know its name. i.e. It is
stored in a variable or returned by a function.
</simpara>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/ncurses/functions/ncurses-move-panel.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/ncurses/functions/ncurses-move-panel.xml
diff -u phpdoc/en/reference/ncurses/functions/ncurses-move-panel.xml:1.1
phpdoc/en/reference/ncurses/functions/ncurses-move-panel.xml:1.2
--- phpdoc/en/reference/ncurses/functions/ncurses-move-panel.xml:1.1 Wed Jun 4
17:34:18 2003
+++ phpdoc/en/reference/ncurses/functions/ncurses-move-panel.xml Sat Feb 28
10:13:38 2004
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.ncurses-move-panel">
<refnamediv>
<refname>ncurses_move_panel</refname>
<refpurpose>
- Moves a panel so that it's upper-left corner is at [startx, starty]
+ Moves a panel so that its upper-left corner is at [startx, starty]
</refpurpose>
</refnamediv>
<refsect1>
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.9
phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.10
--- phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml:1.9 Wed Dec 10
08:50:44 2003
+++ phpdoc/en/reference/openssl/functions/openssl-csr-sign.xml Sat Feb 28 10:13:38
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.19 -->
<refentry id="function.openssl-csr-sign">
<refnamediv>
@@ -57,7 +57,7 @@
// the process is worthless unless the signing certificate is trusted
// by the software/users that will deal with the newly signed certificate
-// We need our CA cert and it's private key
+// We need our CA cert and its private key
$cacert = "file://path/to/ca.crt";
$privkey = array("file://path/to/ca.key", "your_ca_key_passphrase");
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-pkcs7-decrypt.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-pkcs7-decrypt.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-pkcs7-decrypt.xml:1.6
phpdoc/en/reference/openssl/functions/openssl-pkcs7-decrypt.xml:1.7
--- phpdoc/en/reference/openssl/functions/openssl-pkcs7-decrypt.xml:1.6 Sun Jan 18
10:34:39 2004
+++ phpdoc/en/reference/openssl/functions/openssl-pkcs7-decrypt.xml Sat Feb 28
10:13:38 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.4 -->
<refentry id="function.openssl-pkcs7-decrypt">
<refnamediv>
@@ -17,7 +17,7 @@
</methodsynopsis>
<para>
Decrypts the S/MIME encrypted message contained in the file specified by
- <parameter>infilename</parameter> using the certificate and it's
+ <parameter>infilename</parameter> using the certificate and its
associated private key specified by <parameter>recipcert</parameter> and
<parameter>recipkey</parameter>.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml
diff -u phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml:1.11
phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml:1.12
--- phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml:1.11 Sun Jan 18
10:34:39 2004
+++ phpdoc/en/reference/openssl/functions/openssl-pkcs7-sign.xml Sat Feb 28
10:13:38 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/openssl.xml, last change in rev 1.4 -->
<refentry id="function.openssl-pkcs7-sign">
<refnamediv>
@@ -21,7 +21,7 @@
<para>
<function>openssl_pkcs7_sign</function> takes the contents of the file
named <parameter>infilename</parameter> and signs them using the
- certificate and it's matching private key specified by
+ certificate and its matching private key specified by
<parameter>signcert</parameter> and <parameter>privkey</parameter>
parameters.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/outcontrol/functions/ob-start.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/outcontrol/functions/ob-start.xml
diff -u phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.8
phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.9
--- phpdoc/en/reference/outcontrol/functions/ob-start.xml:1.8 Thu Jan 15 07:43:01
2004
+++ phpdoc/en/reference/outcontrol/functions/ob-start.xml Sat Feb 28 10:13:39
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/outcontrol.xml, last change in rev 1.1 -->
<refentry id="function.ob-start">
<refnamediv>
@@ -45,7 +45,7 @@
to facilitate sending gz-encoded data to web browsers that
support compressed web pages. <function>ob_gzhandler</function>
determines what type of content encoding the browser will accept
- and will return it's output accordingly.
+ and will return its output accordingly.
</para>
</note>
<note>
http://cvs.php.net/diff.php/phpdoc/en/reference/pcntl/functions/pcntl-fork.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pcntl/functions/pcntl-fork.xml
diff -u phpdoc/en/reference/pcntl/functions/pcntl-fork.xml:1.3
phpdoc/en/reference/pcntl/functions/pcntl-fork.xml:1.4
--- phpdoc/en/reference/pcntl/functions/pcntl-fork.xml:1.3 Mon Jun 16 15:37:02
2003
+++ phpdoc/en/reference/pcntl/functions/pcntl-fork.xml Sat Feb 28 10:13:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/pcntl.xml, last change in rev 1.1 -->
<refentry id="function.pcntl-fork">
<refnamediv>
@@ -14,7 +14,7 @@
</methodsynopsis>
<para>
The <function>pcntl_fork</function> function creates a child
- process that differs from the parent process only in it's PID and
+ process that differs from the parent process only in its PID and
PPID. Please see your system's fork(2) man page for specific details as to
how fork works on your system.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/constants.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/pcre/constants.xml
diff -u phpdoc/en/reference/pcre/constants.xml:1.5
phpdoc/en/reference/pcre/constants.xml:1.6
--- phpdoc/en/reference/pcre/constants.xml:1.5 Fri Dec 19 10:49:43 2003
+++ phpdoc/en/reference/pcre/constants.xml Sat Feb 28 10:13:40 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<section id="pcre.constants">
&reftitle.constants;
&extension.constants;
@@ -59,7 +59,7 @@
If this flag is set, for every occurring match the appendant string
offset will also be returned. Note that this changes the return
value in an array where very element is an array consisting of the
- matched string at offset 0 and it's string offset into subject at
+ matched string at offset 0 and its string offset into subject at
offset 1. This flag is available since <literal>PHP</literal> 4.3.0
and is only used for <function>preg_split</function>.
</entry>
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/preg-match-all.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/pcre/functions/preg-match-all.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.11
phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.12
--- phpdoc/en/reference/pcre/functions/preg-match-all.xml:1.11 Tue Jan 6 04:14:39
2004
+++ phpdoc/en/reference/pcre/functions/preg-match-all.xml Sat Feb 28 10:13:41
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="function.preg-match-all">
<refnamediv>
@@ -115,7 +115,7 @@
If this flag is passed, for every occurring match the appendant string
offset will also be returned. Note that this changes the return
value in an array where every element is an array consisting of the
- matched string at offset <literal>0</literal> and it's string offset
+ matched string at offset <literal>0</literal> and its string offset
into <parameter>subject</parameter> at offset <literal>1</literal>.
This flag is available since <literal>PHP</literal> 4.3.0 .
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/preg-match.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/pcre/functions/preg-match.xml
diff -u phpdoc/en/reference/pcre/functions/preg-match.xml:1.11
phpdoc/en/reference/pcre/functions/preg-match.xml:1.12
--- phpdoc/en/reference/pcre/functions/preg-match.xml:1.11 Tue Jan 6 04:14:39
2004
+++ phpdoc/en/reference/pcre/functions/preg-match.xml Sat Feb 28 10:13:41 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="function.preg-match">
<refnamediv>
@@ -37,7 +37,7 @@
If this flag is passed, for every occurring match the appendant string
offset will also be returned. Note that this changes the return value
in an array where every element is an array consisting of the matched
- string at offset <literal>0</literal> and it's string offset into
+ string at offset <literal>0</literal> and its string offset into
<parameter>subject</parameter> at offset <literal>1</literal>. This
flag is available since <literal>PHP</literal> 4.3.0 .
</simpara>
http://cvs.php.net/diff.php/phpdoc/en/reference/pcre/functions/preg-split.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/pcre/functions/preg-split.xml
diff -u phpdoc/en/reference/pcre/functions/preg-split.xml:1.9
phpdoc/en/reference/pcre/functions/preg-split.xml:1.10
--- phpdoc/en/reference/pcre/functions/preg-split.xml:1.9 Fri Dec 19 10:49:44
2003
+++ phpdoc/en/reference/pcre/functions/preg-split.xml Sat Feb 28 10:13:41 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="function.preg-split">
<refnamediv>
@@ -58,7 +58,7 @@
If this flag is set, for every occurring match the appendant string
offset will also be returned. Note that this changes the return
value in an array where every element is an array consisting of the
- matched string at offset <literal>0</literal> and it's string offset
+ matched string at offset <literal>0</literal> and its string offset
into <parameter>subject</parameter> at offset <literal>1</literal>.
This flag is available since PHP 4.3.0 .
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/pgsql/reference.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/pgsql/reference.xml
diff -u phpdoc/en/reference/pgsql/reference.xml:1.19
phpdoc/en/reference/pgsql/reference.xml:1.20
--- phpdoc/en/reference/pgsql/reference.xml:1.19 Tue Feb 24 03:46:15 2004
+++ phpdoc/en/reference/pgsql/reference.xml Sat Feb 28 10:13:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.pgsql">
<title>PostgreSQL Functions</title>
<titleabbrev>PostgreSQL</titleabbrev>
@@ -177,7 +177,7 @@
shown below describing these new connection possibilities. This
socket will be found in <filename>/tmp/.s.PGSQL.5432</filename>.
This option can be enabled with the '-i' flag to
- <command>postmaster</command> and it's meaning is: "listen on
+ <command>postmaster</command> and its meaning is: "listen on
TCP/IP sockets as well as Unix domain sockets".
<table>
<title>Postmaster and PHP</title>
http://cvs.php.net/diff.php/phpdoc/en/reference/printer/functions/printer-set-option.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/printer/functions/printer-set-option.xml
diff -u phpdoc/en/reference/printer/functions/printer-set-option.xml:1.4
phpdoc/en/reference/printer/functions/printer-set-option.xml:1.5
--- phpdoc/en/reference/printer/functions/printer-set-option.xml:1.4 Wed Jul 16
13:18:45 2003
+++ phpdoc/en/reference/printer/functions/printer-set-option.xml Sat Feb 28
10:13:42 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 -->
<refentry id="function.printer-set-option">
<refnamediv>
@@ -149,7 +149,7 @@
specifies the factor by which the printed output is to be scaled.
the page size is scaled from the physical page size by a factor
of scale/100. for example if you set the scale to 50, the output
- would be half of it's original size. <parameter>value</parameter>
+ would be half of its original size. <parameter>value</parameter>
must be an integer.
</simpara>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/session/ini.xml?r1=1.21&r2=1.22&ty=u
Index: phpdoc/en/reference/session/ini.xml
diff -u phpdoc/en/reference/session/ini.xml:1.21
phpdoc/en/reference/session/ini.xml:1.22
--- phpdoc/en/reference/session/ini.xml:1.21 Wed Feb 11 14:00:33 2004
+++ phpdoc/en/reference/session/ini.xml Sat Feb 28 10:13:43 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<section id="session.configuration">
&reftitle.runtime;
&extension.runtime;
@@ -324,7 +324,7 @@
not so you will have to come up with another way to handle garbage
collecting your session if you are stuck with a FAT filesystem or any
other fs where atime tracking is not available.
- Since PHP 4.2.3 it's used mtime (modified date) instead of atime. So, you
+ Since PHP 4.2.3 it has used mtime (modified date) instead of atime. So, you
won't have problems with filesystems where atime tracking is not available.
</simpara>
</note>
http://cvs.php.net/diff.php/phpdoc/en/reference/uodbc/functions/odbc-statistics.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/uodbc/functions/odbc-statistics.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-statistics.xml:1.2
phpdoc/en/reference/uodbc/functions/odbc-statistics.xml:1.3
--- phpdoc/en/reference/uodbc/functions/odbc-statistics.xml:1.2 Wed Apr 17 02:44:53
2002
+++ phpdoc/en/reference/uodbc/functions/odbc-statistics.xml Sat Feb 28 10:13:43
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.3 -->
<refentry id="function.odbc-statistics">
<refnamediv>
@@ -18,7 +18,7 @@
<methodparam><type>int</type><parameter>accuracy</parameter></methodparam>
</methodsynopsis>
<para>
- Get statistics about a table and it's indexes. Returns an ODBC
+ Get statistics about a table and its indexes. Returns an ODBC
result identifier or &false; on failure.
</para>
<para>
http://cvs.php.net/diff.php/phpdoc/en/reference/xmlrpc/reference.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/xmlrpc/reference.xml
diff -u phpdoc/en/reference/xmlrpc/reference.xml:1.6
phpdoc/en/reference/xmlrpc/reference.xml:1.7
--- phpdoc/en/reference/xmlrpc/reference.xml:1.6 Tue Feb 24 03:46:36 2004
+++ phpdoc/en/reference/xmlrpc/reference.xml Sat Feb 28 10:13:44 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<reference id="ref.xmlrpc">
<title>XML-RPC Functions</title>
<titleabbrev>XML-RPC</titleabbrev>
@@ -11,7 +11,7 @@
These functions can be used to write XML-RPC servers and clients.
You can find more information about XML-RPC at
<ulink url="&url.xmlrpc;">&url.xmlrpc;</ulink>, and more
- documentation on this extension and it's functions at
+ documentation on this extension and its functions at
<ulink url="&url.xmlrpc-epi;">&url.xmlrpc-epi;</ulink>.
</para>
&warn.experimental;
http://cvs.php.net/diff.php/phpdoc/en/reference/xslt/functions/xslt-process.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.9
phpdoc/en/reference/xslt/functions/xslt-process.xml:1.10
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.9 Sat Dec 20 22:17:54
2003
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Sat Feb 28 10:13:46 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-process">
<refnamediv>
@@ -31,7 +31,7 @@
<para>
<warning>
<simpara>
- This function has changed it's arguments, sinceversion 4.0.6. Do NOT
+ This function has changed its arguments, sinceversion 4.0.6. Do NOT
provide the actual XML or XSL content as 2nd and 3rd argument, as this
will create a segmentation fault, in Sablotron versions up to and
including 0.95.