vrana Mon Oct 17 08:36:03 2005 EDT
Modified files:
/phpdoc/en/reference/mysqli constants.xml
/phpdoc/en/reference/imap/functions imap-uid.xml
/phpdoc/en/reference/hw reference.xml
/phpdoc/en/reference/session reference.xml
/phpdoc/en/reference/filesystem/functions tmpfile.xml
/phpdoc/en/internals/zendapi variables.xml
Log:
An unique (bug #34880)
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/constants.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/mysqli/constants.xml
diff -u phpdoc/en/reference/mysqli/constants.xml:1.9
phpdoc/en/reference/mysqli/constants.xml:1.10
--- phpdoc/en/reference/mysqli/constants.xml:1.9 Sat May 7 14:33:00 2005
+++ phpdoc/en/reference/mysqli/constants.xml Mon Oct 17 08:36:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<section id='mysqli.constants'>
&reftitle.constants;
@@ -181,7 +181,7 @@
(<link linkend='language.types.integer'>integer</link>)
</entry>
<entry>
- Field is part of an unique index.
+ Field is part of a unique index.
</entry>
</row>
<row>
http://cvs.php.net/diff.php/phpdoc/en/reference/imap/functions/imap-uid.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/imap/functions/imap-uid.xml
diff -u phpdoc/en/reference/imap/functions/imap-uid.xml:1.4
phpdoc/en/reference/imap/functions/imap-uid.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-uid.xml:1.4 Mon Mar 8 04:18:44 2004
+++ phpdoc/en/reference/imap/functions/imap-uid.xml Mon Oct 17 08:36:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/imap.xml, last change in rev 1.9 -->
<refentry id="function.imap-uid">
<refnamediv>
@@ -18,7 +18,7 @@
</methodsynopsis>
<para>
This function returns the UID for the given message sequence
- number. An UID is an unique identifier that will not change over
+ number. An UID is a unique identifier that will not change over
time while a message sequence number may change whenever the
content of the mailbox changes. This function is the inverse of
<function>imap_msgno</function>.
http://cvs.php.net/diff.php/phpdoc/en/reference/hw/reference.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/hw/reference.xml
diff -u phpdoc/en/reference/hw/reference.xml:1.10
phpdoc/en/reference/hw/reference.xml:1.11
--- phpdoc/en/reference/hw/reference.xml:1.10 Sun Sep 4 15:39:15 2005
+++ phpdoc/en/reference/hw/reference.xml Mon Oct 17 08:36:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
<!-- Purpose: remote.other -->
<!-- Membership: pecl, external -->
@@ -160,7 +160,7 @@
<itemizedlist>
<listitem>
<simpara>
- object ID: An unique integer value for each object in the
+ object ID: A unique integer value for each object in the
Hyperwave server. It is also one of the attributes of the
object record (ObjectID). Object ids are often used as an
input parameter to specify an object.
http://cvs.php.net/diff.php/phpdoc/en/reference/session/reference.xml?r1=1.54&r2=1.55&ty=u
Index: phpdoc/en/reference/session/reference.xml
diff -u phpdoc/en/reference/session/reference.xml:1.54
phpdoc/en/reference/session/reference.xml:1.55
--- phpdoc/en/reference/session/reference.xml:1.54 Thu Oct 13 08:40:08 2005
+++ phpdoc/en/reference/session/reference.xml Mon Oct 17 08:36:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.54 $ -->
+<!-- $Revision: 1.55 $ -->
<!-- Purpose: basic.session -->
<!-- Membership: core -->
@@ -17,7 +17,7 @@
customized applications and increase the appeal of your web site.
</para>
<para>
- A visitor accessing your web site is assigned an unique id, the
+ A visitor accessing your web site is assigned a unique id, the
so-called session id. This is either stored in a cookie on the
user side or is propagated in the URL.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/tmpfile.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/filesystem/functions/tmpfile.xml
diff -u phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.5
phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.6
--- phpdoc/en/reference/filesystem/functions/tmpfile.xml:1.5 Fri Oct 22
23:33:14 2004
+++ phpdoc/en/reference/filesystem/functions/tmpfile.xml Mon Oct 17
08:36:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.32 -->
<refentry id="function.tmpfile">
<refnamediv>
@@ -13,7 +13,7 @@
<void/>
</methodsynopsis>
<para>
- Creates a temporary file with an unique name in read-write (w+) mode,
+ Creates a temporary file with a unique name in read-write (w+) mode,
returning a file handle similar to the one returned by
<function>fopen</function>.
The file is automatically removed when closed (using
http://cvs.php.net/diff.php/phpdoc/en/internals/zendapi/variables.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/internals/zendapi/variables.xml
diff -u phpdoc/en/internals/zendapi/variables.xml:1.1
phpdoc/en/internals/zendapi/variables.xml:1.2
--- phpdoc/en/internals/zendapi/variables.xml:1.1 Sun Aug 21 12:27:07 2005
+++ phpdoc/en/internals/zendapi/variables.xml Mon Oct 17 08:36:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
- <!-- $Revision: 1.1 $ -->
+ <!-- $Revision: 1.2 $ -->
<sect1 id="zend.variables">
<title>Creating Variables</title>
<para>
@@ -783,7 +783,7 @@
<entry colname="col1"><literal>type_name</literal></entry>
<entry colname="col2">A string specifying the name of
your resource. It's always a good thing to
- specify an unique name within PHP for the resource type
+ specify a unique name within PHP for the resource type
so when the user for example calls
<literal>var_dump($resource);</literal>
he also gets the name of the resource.</entry>
@@ -798,7 +798,7 @@
</tbody>
</tgroup>
</informaltable>
- The return value is an unique integer ID for your
+ The return value is a unique integer ID for your
<emphasis role="strong">resource type</emphasis>.
</para>
<para>
@@ -935,7 +935,7 @@
</tbody>
</tgroup>
</informaltable>
- The return value is an unique integer identifier for that
resource.
+ The return value is a unique integer identifier for that
resource.
</para>
<para>
What is really going on when you register a new resource is it
gets