For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > December 2006 > cvs: phpdoc /en/reference/sam constants.xml reference.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/reference/sam constants.xml reference.xml
Dave Renshaw

2006-12-18, 7:00 pm

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/phpdo...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/phpdo...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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com