dsr Mon Dec 18 16:24:31 2006 UTC
Modified files:
/phpdoc/en/reference/sam constants.xml reference.xml
Log:
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sam/constants.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/sam/constants.xml
diff -u phpdoc/en/reference/sam/constants.xml:1.3
phpdoc/en/reference/sam/constants.xml:1.4
--- phpdoc/en/reference/sam/constants.xml:1.3 Fri Dec 8 17:21:40 2006
+++ phpdoc/en/reference/sam/constants.xml Mon Dec 18 16:24:31 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<section id="mq.constants">
&reftitle.constants;
&extension.constants;
@@ -61,6 +61,17 @@
</varlistentry>
<varlistentry>
<term>
+ <constant>SAM_CORRELID</constant>
+ (<type>string</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Attribute used on receive, send and remove requests to identify specific
messages.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<constant>SAM_DELIVERYMODE</constant>
(<type>string</type>)
</term>
@@ -149,6 +160,17 @@
</varlistentry>
<varlistentry>
<term>
+ <constant>SAM_MESSAGEID</constant>
+ (<type>string</type>)
+ </term>
+ <listitem>
+ <simpara>
+ Attribute used on receive and remove requests to identify specific
messages.
+ </simpara>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<constant>SAM_NON_PERSISTENT</constant>
(<type>string</type>)
</term>
@@ -232,17 +254,6 @@
</varlistentry>
<varlistentry>
<term>
- <constant>SAM_SELECT</constant>
- (<type>string</type>)
- </term>
- <listitem>
- <simpara>
- Receive attribute used to set the required message selector.
- </simpara>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
<constant>SAM_STRING</constant>
(<type>string</type>)
</term>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sam/reference.xml?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/en/reference/sam/reference.xml
diff -u phpdoc/en/reference/sam/reference.xml:1.3
phpdoc/en/reference/sam/reference.xml:1.4
--- phpdoc/en/reference/sam/reference.xml:1.3 Fri Dec 8 17:21:40 2006
+++ phpdoc/en/reference/sam/reference.xml Mon Dec 18 16:24:31 2006
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<reference id="ref.sam">
<title>SAM - Simple Asynchronous Messaging</title>
<titleabbrev>SAM</titleabbrev>
@@ -8,11 +8,6 @@
<section id="sam.intro">
&reftitle.intro;
<para>
- <!-- This warns that the extension is experimental -->
- &warn.experimental;
- <!-- This is the paragraph text -->
- </para>
- <para>
This extension provides access to the functionality of messaging and
queueing systems, such
as the IBM WebSphere MQSeries family of products, from PHP scripts. The
interface is designed
to make it extremely simple to do the more commonly required tasks such
as deliver simple text